MantisBT - Z.C++ |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000052 | Z.C++ | [All Projects] Backend/Core | public | 2011-02-04 09:40 | 2011-04-15 02:28 |
|
Reporter | zaimoni | |
Assigned To | zaimoni | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 0.0.7 | |
Target Version | 0.0.8 | Fixed in Version | 0.0.8 | |
|
Summary | 0000052: Wire in thread_local storage class properly |
Description | * _Thread_Local (C1X) and thread_local (C++0X) need to be at the same array slot in C99_decl_specifiers and CPP0X_decl_specifiers
* Then the users of these C arrays (C99_decl_specifier_scanner and CPP0X_decl_specifier_scanner) need to actually pay attention to thread-local storage class. (They're compatible with static and extern, but no other storage classes.) |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-02-04 09:40 | zaimoni | New Issue | |
2011-02-04 09:40 | zaimoni | Status | new => assigned |
2011-02-04 09:40 | zaimoni | Assigned To | => zaimoni |
2011-02-14 08:32 | zaimoni | Note Added: 0000020 | |
2011-02-27 02:17 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r20 |
2011-02-27 02:18 | zaimoni | Note Added: 0000021 | |
2011-03-03 08:44 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r21 |
2011-03-04 08:32 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r22 |
2011-03-24 23:54 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r23 |
2011-03-26 12:04 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r24 |
2011-03-27 06:00 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r25 |
2011-03-27 06:05 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r26 |
2011-03-27 06:06 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r27 |
2011-04-09 03:56 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r28 |
2011-04-09 09:15 | zaimoni | Note Edited: 0000020 | bug_revision_view_page.php?bugnote_id=0000020#r29 |
2011-04-15 02:28 | zaimoni | Status | assigned => resolved |
2011-04-15 02:28 | zaimoni | Fixed in Version | => 0.0.8 |
2011-04-15 02:28 | zaimoni | Resolution | open => fixed |