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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20101013-1.c
blob
4422e761f3fc3e3134e0f5c7d45e828cd14bc0a9
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-optimized" } */
3
4
int
foo
(
int
a
)
5
{
6
int
x
= (
a
& (~
15
)) /
16
;
7
return
x
;
8
}
9
10
/* { dg-final { scan-tree-dump ">>" "optimized" } } */