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
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr50132.c
blob
84a9c731f8bf7c15309c598553f4a65b689f4e12
1
/* { dg-do compile } */
2
/* { dg-options "-Os -fno-asynchronous-unwind-tables -g" } */
3
4
void
bar
(
long double
n
);
5
6
void
foo
(
int
c
)
7
{
8
if
(
c
)
9
bar
(
0
);
10
}