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 (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr45213.c
blob
c575fb55052166f2e102325c3a36e1c3181bdd13
1
/* { dg-do assemble } */
2
/* { dg-options "-Os -fno-omit-frame-pointer" } */
3
4
void
f
(
float
,
float
,
float
,
float
,
float
,
float
,
float
,
float
,
float
,
float
);
5
6
void
g
(
void
)
7
{
8
f
(
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
, -
1
,
1
);
9
}