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
C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
bug.c
blob
87f21714488666902501057137844c1b2a765bc9
1
/* { dg-additional-options "-std=gnu89" } */
2
3
foo
(
a
,
b
)
4
{
5
return
a
-
65536
;
6
}