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
/
foldstring-1.c
blob
25e136fb8b3fdfe5ee520a00ae49ab6e378ea89b
1
/* { dg-do compile } */
2
/* { dg-options "-O1 -fdump-tree-gimple" } */
3
4
void
blah
(
void
);
5
6
void
7
arf
()
8
{
9
if
(
""
[
0
] ==
0
)
10
blah
();
11
}
12
/* { dg-final { scan-tree-dump-times "= 0;" 1 "gimple"} } */