This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/37147] New failures: 20_util/ratio/comparisons/comp2.cc et al



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]