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
/
torture
/
pr58779.c
blob
b0c0c869513009d36ba6f1667a51c20b29501cd7
1
/* { dg-do run } */
2
3
int
a
,
c
;
4
5
int
main
()
6
{
7
int
e
= -
1
;
8
short
d
= (
c
<=
0
) ^
e
;
9
if
((
unsigned int
)
a
- (
a
||
d
) <= (
unsigned int
)
a
)
10
__builtin_abort
();
11
return
0
;
12
}