diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2004-06-27 23:56:58 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-06-27 23:56:58 +0000 |
commit | fb76eeb0c90767fc620a566cd83a85b17eb90fbd (patch) | |
tree | ff00b16043914c6ba7e30b1d19581b4516077fbf | |
parent | 8dcd4256ba01b602dc1200633064a32082cd3208 (diff) | |
download | gcc-fb76eeb0c90767fc620a566cd83a85b17eb90fbd.zip gcc-fb76eeb0c90767fc620a566cd83a85b17eb90fbd.tar.gz gcc-fb76eeb0c90767fc620a566cd83a85b17eb90fbd.tar.bz2 |
Document failure.
From-SVN: r83752
-rw-r--r-- | gcc/testsuite/gfortran.fortran-torture/execute/forall_3.f90 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/forall_3.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/forall_3.f90 index 957178c..4858d3e 100644 --- a/gcc/testsuite/gfortran.fortran-torture/execute/forall_3.f90 +++ b/gcc/testsuite/gfortran.fortran-torture/execute/forall_3.f90 @@ -1,4 +1,6 @@ ! Really test forall with temporary +! This test fails (2004-06-28). See PR15080. I'd XFAIL it, +! but there doesn't seem to be an easy way to do this for torture tests. program evil_forall implicit none type t |