[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Wed Mar 26 12:51:00 GMT 2014


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

--- Comment #42 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> > After r208780 (for 4.9, not backported yet to 4.8)?
>
> Yes, it still fails on hppa2.0w-hp-hpux11.11.  Maybe list is shorter:
>
> Unsupported rounding for real(16)
> ...

So the line

! { dg-final { scan-file fmt_en.res "All kinds rounded to nearest" { xfail
i?86-*-solaris2.9* } } }

should be replaced with

! { dg-final { scan-file fmt_en.res "All kinds rounded to nearest" { xfail {
i?86-*-solaris2.9* hppa*-*-hpux11* } } } }

However I don't understand why you get the outputs, the corresponding tests are
supposed to be skipped if the rounding is not to nearest as detected.

Can you uncomment the line

    !print *, n_tst, n_cnt

and post the corresponding output?



More information about the Gcc-bugs mailing list