* gfortran.dg/g77/select_no_compile.f: Remove.
From-SVN: r92639
This commit is contained in:
parent
accde4cfac
commit
27e84b8165
2 changed files with 4 additions and 11 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-12-27 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gfortran.dg/g77/select_no_compile.f: Remove.
|
||||
|
||||
2004-12-27 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* gcc.dg/vect/vect-27a.c, gcc.dg/vect/vect-29a.c,
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
c { dg-do compile }
|
||||
integer*1 one
|
||||
integer*2 two
|
||||
parameter (one=1)
|
||||
parameter (two=2)
|
||||
select case (I)
|
||||
case (one) ! { dg-error "Expression in CASE statement" "" }
|
||||
case (two) ! { dg-error "Expression in CASE statement" "" }
|
||||
end select
|
||||
end
|
||||
|
Loading…
Add table
Reference in a new issue