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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
binop-notand3.c
blob
2fc1652ff1acfc1862ae6d606fe254b9e0559c92
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-optimized" } */
3
4
int
5
foo
(
int
a
)
6
{
7
return
(!
a
&
1
) != ((
a
==
0
) &
1
);
8
}
9
10
/* { dg-final { scan-tree-dump-times "return 0" 1 "optimized" } } */