diff options
author | Tobias Burnus <burnus@net-b.de> | 2008-01-06 19:11:42 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2008-01-06 19:11:42 +0100 |
commit | caa42d865f3ad3bd6986145a5e2e6597cacbcb48 (patch) | |
tree | 492f4ea73f09b46124c66f69f3c61723eab2df64 /gcc | |
parent | cddcf0d4aeef26fad7185ec9ba79adc23f78739c (diff) | |
download | gcc-caa42d865f3ad3bd6986145a5e2e6597cacbcb48.zip gcc-caa42d865f3ad3bd6986145a5e2e6597cacbcb48.tar.gz gcc-caa42d865f3ad3bd6986145a5e2e6597cacbcb48.tar.bz2 |
equiv_constraint_9.f90: Fix typo.
2008-01-06 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/equiv_constraint_9.f90: Fix typo.
From-SVN: r131354
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/equiv_constraint_9.f90 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 549a007..39188cc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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 * gfortran.dg/equiv_constraint_9.f90: New. diff --git a/gcc/testsuite/gfortran.dg/equiv_constraint_9.f90 b/gcc/testsuite/gfortran.dg/equiv_constraint_9.f90 index 3374441..0e4e832 100644 --- a/gcc/testsuite/gfortran.dg/equiv_constraint_9.f90 +++ b/gcc/testsuite/gfortran.dg/equiv_constraint_9.f90 @@ -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 |