aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr18903.c
blob: 3c123511297c7de7f78bf430732e4177b3192c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* We were ICEing in bsi_after_labels because 
   we had a BB which did not have a lablel.
   PR middle-end/18903 */

#ifndef NO_LABEL_VALUES
void g (int s, int f)
{
  &&ff;
  s = f;
  ff:
  goto end;
  f = s;
  end:;
}
#else
int g;
#endif