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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83422.c
blob
adbf7599d88558f7ccc0552bb53f1e088cabb6c4
1
/* PR debug/83422 */
2
/* { dg-do compile } */
3
/* { dg-options "-O -g --param=max-vartrack-size=1" } */
4
5
int
6
foo
(
int
i
,
int
j
,
int
k
)
7
{
8
return
i
+
j
+
k
;
9
}