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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
unexp_attribute.f90
blob
c39b4a9a3b6ca8ed939d73aa89fb22a87897cdfc
1
! { dg-do compile }
2
! PR fortran/69498
3
! This test used to result in an internal compiler error
4
function
f
()
5
interface
6
external
f
! { dg-error "Unexpected attribute declaration statement in INTERFACE" }
7
end interface
8
end function