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
Use conditional internal functions in if-conversion
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
ssp-1.c
blob
018f6902836592ce53d787dceda5e2d925858f14
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=global" } */
3
4
/* { dg-final { scan-assembler "__stack_chk_guard" } } */
5
6
void
f
(
void
) { }