repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.dg
/
O16384.c
blob
32e17d4e68d9131e9418f3bd9b90d3809c625028
1
/* Test insane -O argument. */
2
/* { dg-do compile } */
3
/* { dg-options "-O16384" } */
4
5
__attribute__
((
__optimize__
(
16396
),
__noinline__
))
void
6
foo
(
void
)
7
{
8
}
9
10
int
11
main
(
void
)
12
{
13
foo
();
14
return
0
;
15
}