public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67309] New: Error compiling with -std=c++11 and -fsingle-precision-constant
@ 2015-08-21 16:39 dflogeras2 at gmail dot com
  2015-08-21 18:26 ` [Bug libstdc++/67309] " redi at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dflogeras2 at gmail dot com @ 2015-08-21 16:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67309

            Bug ID: 67309
           Summary: Error compiling with -std=c++11 and
                    -fsingle-precision-constant
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dflogeras2 at gmail dot com
  Target Milestone: ---

The ARM people recommend using -fsingle-precision-constant for targeting their
microcontrollers, such as the Cortex M4.  I am experimenting with using parts
of modern C++ on my uC projects.

If I compile the following (not just with arm cross compilers, even my native
linux compiler):

#include <algorithm>
int main() {}

with:
gcc test.cpp -fsingle-precision-constant -std=c++11 -c

It fails, since c++11 templating will not promote float types, and there is an
ambiguous 6.0 floating point constant in the bowels of the STL, which ends up
with a call to std::max<T>( float, double ) which is illegal.

Not sure what the proper fix is, and I'm also not sure why this used to compile
for me (same flags, gcc-4.7.3), but no longer does.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-08-24 13:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-21 16:39 [Bug c++/67309] New: Error compiling with -std=c++11 and -fsingle-precision-constant dflogeras2 at gmail dot com
2015-08-21 18:26 ` [Bug libstdc++/67309] " redi at gcc dot gnu.org
2015-08-21 18:28 ` redi at gcc dot gnu.org
2015-08-21 19:58 ` dflogeras2 at gmail dot com
2015-08-21 20:25 ` redi at gcc dot gnu.org
2015-08-21 20:52 ` dflogeras2 at gmail dot com
2015-08-21 21:07 ` dflogeras2 at gmail dot com
2015-08-24 13:44 ` redi at gcc dot gnu.org
2015-08-24 13:49 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).