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
Regenerate config/avr/avr.opt.urls
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr94755.c
blob
3520864c77a9ad4b3e21482bc1ca166f12891d7a
1
/* PR c/94755 */
2
/* { dg-do compile } */
3
4
extern
void
foo
(
void
);
5
6
void
7
bar
(
double
x
)
8
{
9
if
(
x
==
__builtin_speculation_safe_value
())
/* { dg-error "too few arguments to function" } */
10
foo
();
11
}