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: "peter.sommerlad at hsr dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Oct 2012 21:21:17 +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 #9 from Peter Sommerlad <peter.sommerlad at hsr dot ch> 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.