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
* es.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr64563.c
blob
7223349c41f7e7ef46b316d46dd30534b4350e63
1
/* PR tree-optimization/64563 */
2
/* { dg-do compile } */
3
/* { dg-options "-Os -Wtype-limits" } */
4
5
int
a
,
b
,
c
,
d
,
f
;
6
unsigned int
e
;
7
8
void
9
foo
(
void
)
10
{
11
d
=
b
= (
a
!= (
e
|
4294967288UL
));
12
if
(!
d
)
13
c
=
f
||
b
;
14
}