PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr50908-3.c
blob9103e6bdf4176abff1b22d5b46c84cb38a9d6ae7
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-tail-merge" } */
4 extern int v1;
5 extern int v2;
6 void g (void);
8 void
9 f ()
11 if (v2 || v1)
12 (!(v1)) ? (void) 0 : (void) g ();