http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325
--- Comment #3 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-11-14 16:59:29 UTC --- (In reply to comment #1) > I also see failing g++.dg/parse/template23.C and for this one too the problem > seems related to the recent changes for PR54413. Right, thanks, I was just about to analyze that one. Speaking of that commit, some of the new tests fail for me: FAIL: g++.dg/cpp0x/gnu_fext-numeric-literals.C (test for excess errors) FAIL: g++.dg/cpp0x/std_fext-numeric-literals.C (test for excess errors) and in g++.log: Excess errors: /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:94:3: error: unsupported non-standard suffix on floating constant /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:95:3: error: unsupported non-standard suffix on floating constant /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:96:3: error: unsupported non-standard suffix on floating constant /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:97:3: error: unsupported non-standard sufffix on floating constant maybe related, maybe material for a new PR.