2 pr80153.c from the execute part of the gcc torture tests.
9 #pragma disable_warning 85
14 /* PR tree-optimization/80153 */
16 void check (int, int, int);
17 void check (int c
, int c2
, int val
)
24 static const char *buf
;
27 void _fputs(const char *str
);
28 void _fputs(const char *str
)
46 static const char *string
= "oops!\n";
49 testTortureExecute (void)
56 for (i
= 0; i
< strlen(string
); i
++) {
58 check(c
, string
[i
], c
== string
[i
]);