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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
common_24.f
blob
ea37c2a8660e1b98ccdf779af5ab4d2003b56066
1
c { dg-do compile }
2
c PR fortran/67758
3
c
4
c Check the absence of ICE after emitting the error message
5
c
6
c Contributed by Ilya Enkovich <ienkovich@gcc.gnu.org>
7
8
COMMON
/
FMCOM
/
X
(
80 000 000
)
9
CALL
T
(
XX
(
A
))
10
COMMON
/
FMCOM
/
XX
(
80 000 000
) ! {
dg
-
error
"Unexpected COMMON"
}
11
END