This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54413] Option for turning off compiler extensions for -std=c++11 with respect to complex/fixed-point numbers missing
- From: "3dw4rd at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Oct 2012 21:08:27 +0000
- Subject: [Bug c++/54413] Option for turning off compiler extensions for -std=c++11 with respect to complex/fixed-point numbers missing
- Auto-submitted: auto-generated
- References: <bug-54413-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54413
--- Comment #6 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2012-10-15 21:08:27 UTC ---
So what should these flags look like?
-fno-complex-literals
-fno-fixed-literals
Or should I use -W?
Should -std=c++11, etc. set these by default
(and you turn then back on with -fcomplex-literals, -ffixed-literals?)