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]

Re: Irix6.5: Printing Long Doubles Fails


Jeffrey Oldham <oldham@codesourcery.com> writes:

> For mips-sgi-irix6.5 gcc 3.0.1, this libstdc++-v3 regression test
> fails:
> 
>     FAIL: 27_io/ostream_inserter_arith.cc execution test
> 
> because printing long doubles fails.  See also
> http://gcc.gnu.org/ml/libstdc++/2001-05/msg00438.html.  Is printing
> long doubles for mips-sgi-irix6.5 on someone's list of things to fix?

The N32 and N64 ABIs on IRIX 6 use 128-bit long double (although not in
IEEE format).  Adding support for those is on my agenda for GCC 3.1.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


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