[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Feature request: enhanced break
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 24 Nov 2014 09:26:48 +0200
2014-11-24 8:54 GMT+02:00 Oliver Kroth <oliver.kroth@nec-i.de>:
> how do you want to pick up the value break provided?
That would be hard if an expression is allowed, which is why I am
asking for a numeric constant. At present, the compiler generates
an invisible label "break" and actually does `goto break`. For the
extension, it would generate an invisible label that cannot be a
Name, e.g. `break.2`.