equiv_constraint_9.f90: Fix typo.
authorTobias Burnus <burnus@net-b.de>
Sun, 6 Jan 2008 18:11:42 +0000 (19:11 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 6 Jan 2008 18:11:42 +0000 (19:11 +0100)
2008-01-06  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/equiv_constraint_9.f90: Fix typo.

From-SVN: r131354

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/equiv_constraint_9.f90

index 549a0074f6b98c7d577d6ad973a08dfa70948371..39188cc8f9c2f741b71d77b5fb5b7698e0407173 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-06  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.dg/equiv_constraint_9.f90: Fix typo.
+
 2008-01-06  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/34655
index 3374441401115dd17b71aa3129a3e6c76e330ef2..0e4e832c4b0b3f3c9cf500f8e3dd45534ec0d808 100644 (file)
@@ -20,7 +20,7 @@ end type data_type2
 type(data_type) :: dd, ff
 type(data_type2) :: gg
 integer :: j, k, m
-EQUIVALENCE(dd,J) ! { dg-error "with default initializations cannot be in EQUIVALENCE with a variable in COMMON" }
+EQUIVALENCE(dd,J) ! { dg-error "with default initialization cannot be in EQUIVALENCE with a variable in COMMON" }
 EQUIVALENCE(ff,k)
 EQUIVALENCE(gg,m)
 COMMON /COM/ j