Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
3.2.3
-
None
-
Discovered in Fedora 24. I think it is not OS dependent.
-
Fully Compatible
-
ALL
-
v3.4
-
-
Platforms 2017-01-23
Description
MongoDB in its code use hexadecimal floats. MongoDB requires c++11 support, but it enables it by -std=c++11 compiler flag.
It should be used -std=gnu++11 instead of it. Hexadecimal floats are not part of c++11 and are only in extensions. It was working but with latest version of gcc 6.0 it is failing.
Attachments
Issue Links
- is duplicated by
-
SERVER-28063 GCC 6.3 compiling issues
-
- Closed
-