aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>2004-07-09 22:35:58 +0200
committerTobias Schlüter <tobi@gcc.gnu.org>2004-07-09 22:35:58 +0200
commita578b091975a733fc42f0fd3a7281ee895839a9c (patch)
tree9d21e3087dbb90cfaee377fa17c6a41c07b889c3
parent605201baf919a11f7914c8817fd2a756ee4fe13a (diff)
downloadgcc-a578b091975a733fc42f0fd3a7281ee895839a9c.zip
gcc-a578b091975a733fc42f0fd3a7281ee895839a9c.tar.gz
gcc-a578b091975a733fc42f0fd3a7281ee895839a9c.tar.bz2
name_clash2.f90: Remove outdated comment.
* gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated comment. From-SVN: r84395
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f901
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a821acb..601892e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,4 +1,9 @@
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
+
+ * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
+ comment.
+
+2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
Paul Brook <paul@codesourcery.com>
* gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
diff --git a/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90 b/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90
index 7386002..7b8c0c7 100644
--- a/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90
+++ b/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90
@@ -1,6 +1,5 @@
! This is the testcase from PR13249.
! the two different entities named AN_EXAMPLE shouldn't conflict
-! the real bug is PR15481, we currently (2004/06/09) work around PR13249
MODULE MOD
INTEGER FOO
END