name_clash2.f90: Remove outdated comment.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 9 Jul 2004 20:35:58 +0000 (22:35 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 9 Jul 2004 20:35:58 +0000 (22:35 +0200)
* gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
comment.

From-SVN: r84395

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

index a821acb39a8190a36c845efba86e2b85f93e0474..601892ef05204a5ee5f4a6dae1a17ab770273823 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index 738600244c1e3dd4d4bafc049b3ee1b4cb942b50..7b8c0c7d1fc521cafe6ad5095749a05d93e4ecd6 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