Replace "must be be" with "must be".
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 20 Sep 2011 22:59:49 +0000 (22:59 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 20 Sep 2011 22:59:49 +0000 (15:59 -0700)
2011-09-20  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/50469
* gfortran.dg/storage_size_2.f08: Replace "must be be" with
"must be".

From-SVN: r179022

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/storage_size_2.f08

index fa9a80ca69891c990d77910223191358fe73b7cc..2a7803a99b768b08ed1aa9970623cfe6be438fa4 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/50469
+       * gfortran.dg/storage_size_2.f08: Replace "must be be" with
+       "must be".
+
 2011-09-20  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp0x/constexpr-generated1.C: New.
index c18155e72bd03e2a871eb7f23f32190a32c5b294..82913c88b14d4cfad92899fa36a3bed50d63ad2c 100644 (file)
@@ -14,10 +14,10 @@ integer(4) :: i1
 integer(c_int) :: i2
 type(t) :: x
 
-print *,c_sizeof(i1)                ! { dg-error "must be be an interoperable data entity" }
+print *,c_sizeof(i1)                ! { dg-error "must be an interoperable data entity" }
 print *,c_sizeof(i2)
 print *,c_sizeof(x)
-print *, c_sizeof(ran())            ! { dg-error "must be be an interoperable data entity" }
+print *, c_sizeof(ran())            ! { dg-error "must be an interoperable data entity" }
 
 print *,storage_size(1.0,4)
 print *,storage_size(1.0,3.2)       ! { dg-error "must be INTEGER" }