blob: 93a221c84746552b8679e806a50c74503618d52c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
void foo()
{
goto L;
if (0..) { L: ; } // { dg-error "too many decimal points" }
}