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
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
operator_6.f90
blob
5ca2d609bfad537413be392b5168f8258f567e60
1
! { dg-do compile }
2
!
3
! PR fortran/29876 ICE on bad operator in ONLY clause of USE statement
4
! Testcase contributed by Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5
!
6
module
foo
7
end module
foo
8
9
program
test
10
use
foo
,
only
:
operator
(.
none
.)
! { dg-error "not found in module" }
11
end program
test