[Bug c++/54413] Option for turning off compiler extensions for -std=c++11 with respect to complex/fixed-point numbers missing

2012-10-15 Thread peter.sommerlad at hsr dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54413 --- Comment #9 from Peter Sommerlad 2012-10-15 21:21:17 UTC --- Then let us just decide on the following two: -fno-complex-literals -fno-fixed-literals > looks fine in principle.

[Bug c++/54413] Option for turning off compiler extensions for -std=c++11 with respect to complex/fixed-point numbers missing

2012-10-15 Thread peter.sommerlad at hsr dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54413 --- Comment #7 from Peter Sommerlad 2012-10-15 21:17:07 UTC --- (In reply to comment #6) > So what should these flags look like? > > -fno-complex-literals > -fno-fixed-literals looks fine in principle. > > Or should I use -W? > >