[Bug c++/38798] [c++0x] Trouble with struct/class/enum keyword in late return types

2009-10-17 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-10-17 06:12 --- Subject: Bug 38798 Author: jason Date: Sat Oct 17 06:11:08 2009 New Revision: 152924 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152924 Log: PR c++/38798 * parser.c

[Bug c++/38798] [c++0x] Trouble with struct/class/enum keyword in late return types

2009-10-17 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-10-18 05:13 --- Subject: Bug 38798 Author: jason Date: Sun Oct 18 05:13:05 2009 New Revision: 152966 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=152966 Log: PR c++/38798 * parser.c

[Bug c++/38798] [c++0x] Trouble with struct/class/enum keyword in late return types

2009-10-17 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-10-18 05:16 --- Fixed for 4.4.3, 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38798] [c++0x] Trouble with struct/class/enum keyword in late return types

2009-10-12 Thread jason at gcc dot gnu dot org
--- Comment #1 from jason at gcc dot gnu dot org 2009-10-12 21:47 --- This was a problem with the grammar, which is resolved in the latest working paper by using a different nonterminal trailing-return-type instead of type-id. -- jason at gcc dot gnu dot org changed:

[Bug c++/38798] [c++0x] Trouble with struct/class/enum keyword in late return types

2009-10-12 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-10-12 21:54 --- http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#770 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38798