2 pr49073.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/49073 */
13 int a
[] = { 1, 2, 3, 4, 5, 6, 7 }, c
;
16 testTortureExecute (void)
18 #if !(defined (__GNUC__) && defined (__GNUC_MINOR__) && (__GNUC__ < 5 && __GNUC_MINOR__ < 7))