repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-07-27 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
gfortran.dg
/
g77
/
19990313-2.f
blob
51f16685e21aa3f6253812734c126f33b4cec847
1
c { dg-do run }
2
integer
(
kind
=
8
)
foo
,
bar
3
complex
c
4
data c
/(
4
e10
,
0
)/
5
foo
=
4
e10
6
bar
=
c
7
if
(
foo
.
ne
.
bar
)
call
abort
8
end