aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc-aux/files/diff-fortran-testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc-aux/files/diff-fortran-testsuite')
-rw-r--r--lang/gcc-aux/files/diff-fortran-testsuite11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc-aux/files/diff-fortran-testsuite b/lang/gcc-aux/files/diff-fortran-testsuite
deleted file mode 100644
index 4241318f23fa..000000000000
--- a/lang/gcc-aux/files/diff-fortran-testsuite
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/testsuite/gfortran.dg/open_errors.f90.orig
-+++ gcc/testsuite/gfortran.dg/open_errors.f90
-@@ -22,7 +22,7 @@
- if (msg /= "File 'temptestfile' does not exist") call abort()
-
- open(77,file="./", iomsg=msg, iostat=i)
--if (msg /= "'./' is a directory" .and. msg /= "Invalid argument") call abort()
-+if (msg /= "'./' is a directory" .and. msg /= "Invalid argument" .and. msg /= "File './' already exists") call abort()
-
- open(77,file=n,status="new")
- i = chmod(n, "-w")