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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
operator_3.f90
blob
e702bf148d102b7b9102da9f716d80215cbeda49
1
! { dg-do compile }
2
! PR fortran/31580
3
!
4
! Testcase contributed by Tobias Burnus <burnus AT gcc DOT gnu DOT org>
5
!
6
PROGRAM
test
7
real
::
a
,
b
8
if
(
a
.
nonex
.
b
)
stop
! { dg-error "Unknown operator" }
9
end program