This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: PATCH: Relax one test in 18_support/numeric_limits.cc for FreeBSD only


Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:

[...]

| This program:
| 
| main() {printf ("%d\n", sizeof (long double));}
| 
| as compiled with the system compiler (also gcc but not 3.0 with
| libstdc++-v3):
| 
| $ a.out
| 12
| 
| as compiled with gcc 3.1 (prerelease) from FSF sources:
| 
| $ a.out
| 12

Thanks Loren.

  I suppose it is a dream to think that, on the mentioned OSes, the
published limits will be changed to match really...  

Thanks,

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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