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
Split print_rtx into subroutines
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr52134.c
blob
32e67cdab00ca0e75b43ee374093004b710b50d0
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-original" } */
3
4
unsigned
f
(
unsigned
t
)
5
{
6
return
(
t
*
4
)&-
4
;
7
}
8
int
f1
(
int
t
)
9
{
10
return
(
t
*
4
)&-
4
;
11
}
12
13
/* { dg-final { scan-tree-dump-not "\\\&" "original" } } */