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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
stfunc_7.f90
blob
1e116462525aad9995b588953c0139535c03e834
1
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
! PR 50553: statement function cannot be target (r178939)
5
!
6
! Contributed by Vittorio Zecca <zeccav@gmail.com>
7
8
f
(
x
)=
x
9
target f
! { dg-error "attribute conflicts with" }
10
end