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
/
intrinsic_external_1.f90
blob
7d590126f527bbc562cdb2e03b967c60a06190e4
1
! { dg-do compile }
2
! PR fortran/20869
3
! Note 12.11 "A name shall not appear in both an EXTERNAL and an
4
! INTRINSIC statement in the same scoping unit.
5
program
u
6
intrinsic
::
nint
7
external
::
nint
! { dg-error "EXTERNAL attribute conflicts with INTRINSIC attribute" }
8
end program
u