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
* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
save_common.f90
blob
c9878026cbf7c90dcbbb0e7a4fa2a7bef4fffdab
1
! { dg-do compile }
2
! PR20847 - A common variable may not have the SAVE attribute.
3
! Contributed by Joost VandeVondele <jv244@cam.ac.uk>
4
INTEGER
,
SAVE
::
X
5
COMMON
/
COM
/
X
! { dg-error "conflicts with SAVE attribute" }
6
END