l = []() // { dg-warning "statement will never be
executed" }
{
case 3: // { dg-error "case" }
break; // { dg-error "break" }
}; <--- warning now hereWe seem to be diagnosing the last line of the statement, not the first. That seems not a useful.
I've not investigated what patch may have caused this, on the chance someone might already know?
nathan -- Nathan Sidwell
