* gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 20:35:58 +0000 (20:35 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 20:35:58 +0000 (20:35 +0000)
comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84395 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90

index a821acb..601892e 100644 (file)
@@ -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 
index 7386002..7b8c0c7 100644 (file)
@@ -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