Replace "must be be" with "must be".
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
This commit is contained in:
parent
02a728277f
commit
bbc0f2aa16
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue