OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr18903.c
1 /* We were ICEing in bsi_after_labels because 
2    we had a BB which did not have a lablel.
3    PR middle-end/18903 */
4
5 #ifndef NO_LABEL_VALUES
6 void g (int s, int f)
7 {
8   &&ff;
9   s = f;
10   ff:
11   goto end;
12   f = s;
13   end:;
14 }
15 #else
16 int g;
17 #endif