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
PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr77694.f90
blob
d9dc01b903a4584ed60fc6ca5c459a42d0691ea9
1
! { dg-do compile }
2
! { dg-options -O }
3
program
p
4
logical
x
(
2
),
y
(
2
)
5
x
= .
true
.
6
y
= .
nt
.
x
! { dg-error "Unknown operator" }
7
end