PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr46251.c
blob0eeb29fda9df27f5ddf0c48f858431c4b44a585a
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
4 void foo (long double *x)
6 __builtin_sincosl (*x, x, x);