Commit 660de2ba by John David Anglin Committed by John David Anglin

ieee_9.f90: Fix typo.

        * gfortran.dg/ieee/ieee_9.f90: Fix typo.

From-SVN: r269528
parent b13b2350
2019-03-09 John David Anglin <dave.anglin@bell.net> 2019-03-09 John David Anglin <dave.anglin@bell.net>
* gfortran.dg/ieee/ieee_9.f90: Fix typo.
2019-03-09 John David Anglin <dave.anglin@bell.net>
PR fortran/89639 PR fortran/89639
* gfortran.dg/ieee/ieee_9.f90: Skip on hppa*-*-linux*. * gfortran.dg/ieee/ieee_9.f90: Skip on hppa*-*-linux*.
......
! { dg-do run { xfail arm*-*-gnueabi arm*-*-gnueabihf } } ! { dg-do run { xfail arm*-*-gnueabi arm*-*-gnueabihf } }
! { dg-skip-if "PR89639" { hppa-*-linux* } } ! { dg-skip-if "PR89639" { hppa*-*-linux* } }
program foo program foo
use ieee_arithmetic use ieee_arithmetic
use iso_fortran_env use iso_fortran_env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment