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
/
tree-ssa
/
ssa-fre-71.c
blob
edc8899d225897c818f5aea07181c3228869ad69
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple -O -fdump-tree-fre1-details" } */
3
4
__GIMPLE
(
ssa
,
startwith
(
"fre"
))
char
foo
(
char
*
p
)
5
{
6
char
_1
;
7
8
__BB
(
2
):
9
__MEM
<
int
> (
p
) =
0
;
10
_1
=
__MEM
<
char
> (
p
+
1
);
11
return
_1
;
12
}
13
14
/* { dg-final { scan-tree-dump "return 0;" "fre1" } } */