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 target/55146
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
binop-notor2.c
blob
ab8d70e4b5a6aa4296511fc0bd7daa1d6a703c5b
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-optimized" } */
3
4
int
5
foo
(
_Bool a
,
_Bool b
)
6
{
7
return
(
a
| (
a
==
0
)) | ((
b
^
1
) |
b
);
8
}
9
10
/* { dg-final { scan-tree-dump-times "return 1" 1 "optimized" } } */
11
/* { dg-final { cleanup-tree-dump "optimized" } } */