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
/
pr46288.c
blob
24c8874fe002e61db48f35b43be9aadc96aad832
1
/* { dg-do compile } */
2
/* { dg-options "-O -fno-tree-dce" } */
3
4
void
foo
(
int
i
)
5
{
6
__builtin_expect
(
i
,
i
);
7
}
8