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
PR target/84844
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr84844.c
blob
16e14163156be387995cb0c771815c0e6d50640a
1
/* PR target/84844 */
2
/* { dg-do compile } */
3
/* { dg-options "-march=bdver1 -O2 -fschedule-insns -fselective-scheduling" } */
4
5
double
6
foo
(
int
*
x
,
int
y
,
int
z
)
7
{
8
*
x
=
y
;
9
return
z
;
10
}