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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr53979-1.c
blob
aee54f52378c985542a4c62b36e1045a61c17bbb
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-gimple" } */
3
4
unsigned
f1
(
unsigned
a
,
unsigned
b
)
5
{
6
return
(
a
^
b
) |
a
;
7
}
8
9
/* { dg-final { scan-tree-dump "a | b" "gimple" } } */