This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/31836] [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test
- From: "amylaar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 May 2007 16:36:34 -0000
- Subject: [Bug libstdc++/31836] [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test
- References: <bug-31836-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #17 from amylaar at gcc dot gnu dot org 2007-05-11 17:36 -------
(In reply to comment #4)
> Created an attachment (id=13514)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13514&action=view) [edit]
> Draft
>
> For this last issue (which we have to tackle anyway, irrespective of this
> specific hppa regression) I have this draft. I would ask you to test it.
>
Using a compiler based on gcc version 4.2.0 20070317 (prerelease),
i686-pc-linux-gnu X arc-elf32, I see execution failures for
27_io/basic_istream/extractors_arithmetic/char/12.c .
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.
Applying the patch from PR31117 and your patch from the attachement
referenced above fixes the problem.
--
amylaar at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amylaar at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31836