This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/37147] [4.4 Regression]: 20_util/ratio/comparisons/comp2.cc et al
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2008 13:16:41 -0000
- Subject: [Bug libstdc++/37147] [4.4 Regression]: 20_util/ratio/comparisons/comp2.cc et al
- References: <bug-37147-507@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from paolo dot carlini at oracle dot com 2008-08-18 13:16 -------
Actually, correctly, in the compilation of comp2.cc, bits/postypes.h doesn't
end up be included, at least on x86_64-linux. Please confirm that, is the most
important thing now. The preprocessed comp2.cc is very small for me, easy to
debug ;) Then I'm now suspecting that for some reason, when
include/tr1_impl/cstdint defines __STDC_LIMIT_MACROS and then include_next
stdint.h, on your target the macros (INTMAX_MAX, in particular) does not become
available.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37147