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
PR tree-optimization/33562
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
pr57385.c
blob
a1f001db318cfa42fba133cfbc7bb6986cd47afa
1
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
/* { dg-require-effective-target int32plus } */
4
5
int
c
;
6
7
void
foo
(
int
f
)
8
{
9
int
wbi
=-
100000000
;
10
c
= (
f
?
"012346000000000000"
:
"01345:000000006008"
)[
wbi
];
11
}