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 middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20031002-1.c
blob
57a31ed7f8512dcfd14057bf2e415ee6960a8133
1
/* { dg-do compile } */
2
/* { dg-options "-O3" } */
3
4
void
generic_sendmsg
(
char
*
fmt
, ...)
5
{
6
__builtin_next_arg
(
fmt
);
7
}
8
9
void
generic_sendstat
()
10
{
11
double
t
;
12
13
generic_sendmsg
(
"F %3.2f"
,
t
);
14
}