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++/31836] [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test



------- Comment #20 from pcarlini at suse dot de  2007-05-11 19:02 -------
(In reply to comment #19)
> Subject: Re:  [4.3 Regression] FAIL:
> 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test
> 
> > Using some printf (actually, std::cerr) debugging, I've found that
> > the failure occurs for the float conversion, and the value of t is inf.
> 
> In the hppa64-hp-hpux11.11 case, I determined last night that the failure
> just occurs in the long double case.

Ah, ok, that makes more sense. Therefore integer types are ok. For long double,
which code do we have on hppa? _GLIBCXX_HAVE_STRTOLD is defined or not?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31836


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