Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / pr25254.c
blobb1eff6e6664f8de2ac8ef0a40fbd21713981d306
1 /* PR target/25254 */
2 /* { dg-do compile { target lp64 } } */
3 /* { dg-options "-mcmodel=medium -mlarge-data-threshold=1" } */
5 const struct { int i; int j; } c = { 2, 6 };
7 const char *
8 foo (void)
10 return "OK";