http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55128
Bug #: 55128
Summary: auto changes storage from .data to .rodata
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56037
Bug #: 56037
Summary: Spurious syntax error triggered before ambiguity
resolution of type-id
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56037
--- Comment #1 from ricilake at gmail dot com 2013-01-18 20:23:27 UTC ---
Created attachment 29214
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29214
Test cases as described in bug
: 6.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ricilake at gmail dot com
Target Milestone: ---
Sample code:
#include
struct v {};
int main
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79192
--- Comment #1 from ricilake at gmail dot com ---
Thanks to Johannes Schaub-litb (via SO), the problem appears to be at around
line 16781 of cp/parser.c:
/* There is no valid C++ program where a non-template type is
followed by a