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
FSF GCC merge 02/23/03
[official-gcc.git]
/
gcc
/
testsuite
/
g77.dg
/
fno-typeless-boz.f
blob
3faa550cce8b1ca8bd0f7d8268271a70aee2a32b
1
C Test compiler flags: -fno-typeless-boz
2
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
3
C
4
C { dg-do run }
5
C { dg-options "-fno-typeless-boz" }
6
equivalence
(
i
,
r
)
7
r
=
Z
'ABCD1234'
8
j
=
Z
'ABCD1234'
9
if
(
j
.
eq
.
i
)
call
abort
10
end