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
/
use_19.f90
blob
83ef713ce5fcd51a77af31639130c52c367d1bf6
1
! { dg-do compile }
2
!
3
! PR fortran/51816
4
!
5
module
m
6
end module
m
7
8
use
m
,
only
:
operator
(/)
! { dg-error "Intrinsic operator '/' referenced at .1. not found in module 'm'" }
9
end