Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr104910.c
blob: 10fed8147dec2a7c0276c5bd822822b6d2f2186f [
file
] [
log
] [
blame
]
/* PR target/104910 */
/* { dg-do compile } */
/* { dg-options "-Os -fno-forward-propagate" } */
/* { dg-additional-options "-fstack-protector-all" { target fstack_protector } } */
void
bar
(
void
);
void
foo
(
int
x
)
{
if
(
x
)
bar
();
}