Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr50389.c
blob6d8b095b8cefa2d0af03e3de17240b682a6eeeb2
1 /* { dg-do compile } */
2 /* { dg-options "-freorder-blocks -ftracer" } */
4 extern int data[];
5 extern int i;
7 void
8 foo (void)
10 char buf[8];
11 __builtin___memcpy_chk (buf, data, i ? 8 : 4,
12 __builtin_object_size (buf, 0));
13 __builtin___memcpy_chk (buf, data, i ? 8 : 4,
14 __builtin_object_size (buf, 0));