This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2007 22:37:35 -0000
- Subject: [Bug fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors
- References: <bug-34482-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-12-15 22:37 -------
The dump for nan_4.f90 has:
test ()
{
static real(kind=4) r = 0.0;
static integer(kind=4) options.0[7] = {68, 127, 0, 0, 0, 1, 0};
_gfortran_set_options (7, (void *) &options.0);
r = 0.0;
... snip ...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34482