diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a821acb39a8190a36c845efba86e2b85f93e0474..601892ef05204a5ee5f4a6dae1a17ab770273823 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> diff --git a/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90 b/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90 index 738600244c1e3dd4d4bafc049b3ee1b4cb942b50..7b8c0c7d1fc521cafe6ad5095749a05d93e4ecd6 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