mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-14 22:43:39 +08:00
* gfortran.dg/implicit_1.f90: New test.
From-SVN: r84376
This commit is contained in:
parent
e4314fac87
commit
61ebeccf5d
@ -5,6 +5,8 @@
|
||||
PR fortran/13575
|
||||
PR fortran/15978
|
||||
* gfortran.fortran-torture/compile/implicit_2.f90: New test.
|
||||
|
||||
* gfortran.dg/implicit_1.f90: New test.
|
||||
|
||||
2004-07-09 David Billinghurst (David.Billinghurst@riotinto.com)
|
||||
|
||||
|
11
gcc/testsuite/gfortran.dg/implicit_1.f90
Normal file
11
gcc/testsuite/gfortran.dg/implicit_1.f90
Normal file
@ -0,0 +1,11 @@
|
||||
! { dg-do compile }
|
||||
! PR 13575 -- we used to not see that c0 has no type, and then ICE later
|
||||
module AHFinder_dat
|
||||
implicit none
|
||||
save c0 ! { dg-error "no IMPLICIT type" "no IMPLICIT type" }
|
||||
end module AHFinder_dat
|
||||
! PR 15978 -- we used to not see that aaa has no type, and then ICE later
|
||||
implicit none
|
||||
common/rommel/aaa ! { dg-error "no IMPLICIT type" "no IMPLICIT type" }
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user