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
Add malloc predictor (PR middle-end/83023).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr67312.c
blob
f1c9fdedbd5191b3f3e7b6949011a6cdaf1afc4d
1
/* { dg-do compile } */
2
/* { dg-options "-O0 -ftree-coalesce-vars" } */
3
4
void
foo
(
int
x
,
int
y
)
5
{
6
y
=
x
;
7
}