From: Tobias Schlüter Date: Fri, 9 Jul 2004 20:35:58 +0000 (+0200) Subject: name_clash2.f90: Remove outdated comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a578b091975a733fc42f0fd3a7281ee895839a9c;p=gcc.git name_clash2.f90: Remove outdated comment. * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated comment. From-SVN: r84395 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a821acb39a8..601892ef052 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-07-09 Tobias Schlueter + + * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated + comment. + 2004-07-09 Tobias Schlueter Paul Brook diff --git a/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90 b/gcc/testsuite/gfortran.fortran-torture/compile/name_clash.f90 index 738600244c1..7b8c0c7d1fc 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