* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20080114-1.c
blobf251c22b96ee185c661d1717447a367254cd09f4
1 /* PR rtl-optimization/31944 */
2 /* Origin: Aurelien Jarno <aurelien@aurel32.net> */
4 int type;
6 void stuck(int res)
8 if (type == 1) {
9 if (res == 0) asm volatile("");
11 else if (type == 0) {
12 if (res == 0) asm volatile("" : : "i" (0));