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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr85045.c
blob
8c4a7aa36a48fe6b6102233822235bc04aa5a4d4
1
/* PR c/85045 */
2
/* { dg-do compile } */
3
/* { dg-options "-fno-diagnostics-show-caret" } */
4
5
void
6
f
(
double
a
,
double
b
)
7
{
8
(
a
/
b
) ();
/* { dg-error "called object .a / b. is not a function or function pointer" } */
9
}