[Bug c++/79192] Angle bracket following typename is treated as template argument delimiter even if the name is not a template name

2017-01-23 Thread ricilake at gmail dot com
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

[Bug c++/79192] New: Angle bracket following typename is treated as template argument delimiter even if the name is not a template name

2017-01-22 Thread ricilake at gmail dot com
: 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

[Bug c++/56037] New: Spurious syntax error triggered before ambiguity resolution of type-id

2013-01-18 Thread ricilake at gmail dot com
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

[Bug c++/56037] Spurious syntax error triggered before ambiguity resolution of type-id

2013-01-18 Thread ricilake at gmail dot com
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

[Bug c++/55128] New: auto changes storage from .data to .rodata

2012-10-29 Thread ricilake at gmail dot com
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