PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85455.c
blob20285663332af39f7fa9c9e1e408df1b17b1838e
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fthread-jumps -fno-tree-dominator-opts -fno-tree-reassoc -fno-tree-sink -fno-tree-slsr" } */
4 void
5 ty (void);
7 void
8 um (void);
10 void
11 au (int qj)
13 if (qj < 1)
15 vq:
16 ty ();
19 um ();
21 goto vq;