default_format_1.f90: Remove XFAIL AIX.

* gfortran.dg/default_format_1.f90: Remove XFAIL AIX.
        * gfortran.dg/default_format_denormal_1.f90: Same.

From-SVN: r275591
This commit is contained in:
David Edelsohn 2019-09-10 14:59:37 +00:00 committed by David Edelsohn
parent 903a9d25e9
commit ef8febf858
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2019-09-10 David Edelsohn <dje.gcc@gmail.com>
* gfortran.dg/default_format_1.f90: Remove XFAIL AIX.
* gfortran.dg/default_format_denormal_1.f90: Same.
2019-09-10 Jakub Jelinek <jakub@redhat.com>
PR middle-end/91680

View File

@ -1,4 +1,4 @@
! { dg-do run { xfail powerpc-ibm-aix* } }
! { dg-do run }
! Test XFAILed on Darwin because the system's printf() lacks
! proper support for denormals.
!

View File

@ -1,4 +1,4 @@
! { dg-do run { xfail *-*-darwin[89]* *-*-cygwin* powerpc-ibm-aix* } }
! { dg-do run { xfail *-*-darwin[89]* *-*-cygwin* } }
! Test XFAILed on these platforms because the system's printf() lacks
! proper support for denormals.
!