repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
error_recovery_3.f90
blob
52699037e50dd9409ef8a922f99902db3d4adb32
1
! { dg-do compile }
2
! PR30779 incomplete file triggers ICE.
3
! Note: This file is deliberately cut short to verify a graceful exit. Before
4
! the patch this gave ICE.
5
MODULE
M1
6
INTEGER
::
I
7
END MODULE
M1
8
9
USE
M1
,
ONLY
:
I
,&
! { dg-error "Missing" }