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