PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85045.c
blob8c4a7aa36a48fe6b6102233822235bc04aa5a4d4
1 /* PR c/85045 */
2 /* { dg-do compile } */
3 /* { dg-options "-fno-diagnostics-show-caret" } */
5 void
6 f (double a, double b)
8 (a / b) (); /* { dg-error "called object .a / b. is not a function or function pointer" } */