This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/37147] New failures: 20_util/ratio/comparisons/comp2.cc et al
- From: "hp at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2008 14:49:11 -0000
- Subject: [Bug libstdc++/37147] New failures: 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 #6 from hp at gcc dot gnu dot org 2008-08-18 14:49 -------
(In reply to comment #5)
> If you want, you can try to compile ** as a C++ program, this
> is important ** the below. If my analysis is correct, should not compile,
> meaning we can't really assume a C99-conforming <stdint.h> for your target:
Correct. Cutnpasting compiler options from the feature tests in the libstdc++
testsuite, I get:
/n/slask/hp_tmp/c991.cxx: In function 'int main()':
/n/slask/hp_tmp/c991.cxx:7: error: 'INTMAX_MAX' was not declared in this scope
/n/slask/hp_tmp/c991.cxx:8: error: 'INTMAX_MIN' was not declared in this scope
thanks.
--
hp at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-08-18 14:49:11
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37147