http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55325



--- Comment #11 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-11-15 
02:39:57 UTC ---

(In reply to comment #7)

> (In reply to comment #3)

> > Excess errors:

> > /tmp/hpautotest-gcc1/gcc/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C:94:3:

> > ...

> > maybe related, maybe material for a new PR.

> 

> I'm not getting this on x86_64-linux at least.  What target are you on?



I guess it's no longer interesting seeing the later comments, in particular

comment #10, but it's cris-axis-elf (obvious by elimination, see listed

targets).



Since TARGET_C_MODE_FOR_SUFFIX doesn't have a sane default, this part of the

test should IMHO be parametrized by say an testsuite "effective-target".



Or should the default for TARGET_C_MODE_FOR_SUFFIX changed to something sane?

By "sane" I mean the mode for "long double", (i.e. DFmode by default) for 'q'

and 'w'.  (BTW, I hate that I can't grep for TARGET_C_MODE_FOR_SUFFIX in the

sources and get sane results other than the target hits.)

Reply via email to