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 fortran/34482] FAIL: gfortran.dg/nan_4.f90 -O tests for errors



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


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