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
2009-10-05 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
intrinsic_subroutine.f90
blob
d3f84cdf17f97bb53b6e65c16f641ce211264fc0
1
! { dg-do compile }
2
! PR 33229
3
implicit none
4
intrinsic
cpu_time
! { dg-error "attribute conflicts with" }
5
real
::
time
6
print
*,
CPU_TIME
(
TIME
)
! { dg-error "is not a function" }
7
end