class Break {
public static void main (String args[]){
int i, j = 0, k = 0, h;
label1:for( i = 0; i < 100; i++, j += 2)
label2:{
label3:switch( i%2 ) {
case 1: h=1;
break;
def
/* break.S: Break interrupt handling (kept separate from entry.S)
*
* Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is fr
/* PR17412 - ICE in fold_const.c during parsing.
fold would try to fold the operands of the break statement. */
/* { dg-do compile } */
/* { dg-options "" } */
void foo ()
{
for (;;)
for