http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
--- Comment #8 from Jason Merrill 2011-09-15
14:33:42 UTC ---
Author: jason
Date: Thu Sep 15 14:33:37 2011
New Revision: 178883
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178883
Log:
PR c++/50365
* parser.c (cp_parser_late_ret
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
--- Comment #7 from Jack Howarth 2011-09-13
23:15:17 UTC ---
At r176120 which fixed PR49691, the test case from Comment 4, begins to fail in
the current mode...
[MacPro:~] howarth% /Users/howarth/dist/bin/g++ -c test.cc
test.cc: In constructor ‘
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
Jonathan Wakely changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
--- Comment #5 from Jack Howarth 2011-09-13
22:54:56 UTC ---
Test case from Comment 4 compiles fine at r175670, but fails at r175671 with...
[MacPro:~] howarth% /Users/howarth/dist/bin/g++ -c test.cc
test.cc: In constructor ‘XplorSimulation::Xpl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
--- Comment #4 from Jonathan Wakely 2011-09-12
14:44:20 UTC ---
further reduced
struct String {
String(const char* s, int len);
bool test();
};
struct XplorVars { const char* aner; };
struct XplorSimulation {
XplorSimulation();
Xplor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365
Jonathan Wakely changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONF