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
/
equiv_8.f90
blob
a2ed7f0349e0230a6c8fa3f5c00b247a65223600
1
! { dg-do compile }
2
!
3
! PR fortran/41755
4
!
5
common
/
uno
/
aa
6
equivalence
(
aa
,
aaaaa
) (
bb
,
cc
)
! { dg-error "Expecting a comma in EQUIVALENCE" }
7
end