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
c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
ssa-fre-66.c
blob
1c86a1f386694bba8ec7b66adc5c03362b6ad6e0
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-tree-fre1" } */
3
4
int
foo
(
int
i
)
5
{
6
int
a
[
16
];
7
__builtin_memset
(
a
,
42
,
sizeof
(
a
));
8
return
a
[
i
];
9
}
10
11
/* { dg-final { scan-tree-dump "return 707406378;" "fre1" { target { int32plus } } } } */