Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr89342.c
blob: 3bc779c1ddc0bab34942e69003408f1f7d8b049b [
file
] [
log
] [
blame
]
/* PR other/89342 */
/* { dg-do compile } */
/* { dg-options "-O0" } */
__attribute__
((
optimize
(
"Ofast"
)))
void
foo
(
void
)
{
__attribute__
((
optimize
(
"no-inline"
)))
void
bar
(
void
)
{}
bar
();
}