diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2006-05-25 10:37:20 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2006-05-25 08:37:20 +0000 |
commit | 466a0c362fe022607a2cd05803988f952116d581 (patch) | |
tree | d24cefa041c163abebe52cf22830edfc35950249 | |
parent | e9a54b07f66c0514f974bf9abaf930871adfc234 (diff) | |
download | gcc-466a0c362fe022607a2cd05803988f952116d581.zip gcc-466a0c362fe022607a2cd05803988f952116d581.tar.gz gcc-466a0c362fe022607a2cd05803988f952116d581.tar.bz2 |
large_real_kind_form_io_2.f90: UnXFAIL on SPARC/Solaris.
* gfortran.dg/large_real_kind_form_io_2.f90: UnXFAIL on SPARC/Solaris.
From-SVN: r114111
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6975450..02de3f5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-25 Eric Botcazou <ebotcazou@libertysurf.fr> + + * gfortran.dg/large_real_kind_form_io_2.f90: UnXFAIL on SPARC/Solaris. + 2006-05-25 Alan Modra <amodra@bigpond.net.au> * gcc.dg/compat/scalar-by-value-x.h: New. diff --git a/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 b/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 index 5a2899c..261635c59 100644 --- a/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 +++ b/gcc/testsuite/gfortran.dg/large_real_kind_form_io_2.f90 @@ -1,4 +1,4 @@ -! { dg-do run { xfail sparc*-sun-solaris2.* } } +! { dg-do run } ! { dg-require-effective-target fortran_large_real } ! PR libfortran/24685 program large_real_kind_form_io_2 |