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
Fortran: Fix problems with substring selectors in ASSOCIATE [PR115700]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
g.c
blob
c9aaa6db109385c67365e32ce8bb99594b2dfbe3
1
/* { dg-additional-options "-std=gnu89" } */
2
3
foo
(
a
,
b
)
4
long long
a
,
b
;
5
6
{
7
if
(
a
==
b
)
8
return
0
;
9
else
10
return
1
;
11
}