[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-15 Thread jason at gcc dot gnu.org
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

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-13 Thread howarth at nitro dot med.uc.edu
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 ‘

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-13 Thread redi at gcc dot gnu.org
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

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-13 Thread howarth at nitro dot med.uc.edu
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

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-12 Thread redi at gcc dot gnu.org
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

[Bug c++/50365] [4.7 Regression] non-static data member error on valid code

2011-09-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50365 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCONF