[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8834] goto case doesn't leave finally blocks
From: |
Russell Stuart |
Subject: |
[Pnet-developers] [bugs #8834] goto case doesn't leave finally blocks |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021224 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8834] Latest Modifications:
Changes by:
Russell Stuart <address@hidden>
'Date:
Fri 05/07/04 at 18:08 (Australia/Brisbane)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
/**************************************************************************/
[bugs #8834] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8834>
Project: DotGNU Portable.NET
Submitted by: Russell Stuart
On: Fri 05/07/04 at 17:27
Category: None
Severity: 1 - None
Item Group: None
Resolution: Fixed
Assigned to: None
Status: Open
Summary: goto case doesn't leave finally blocks
Original Submission: This C# generates a "br" for the "goto case 1" rather
than a "leave":
class X {
void x() {
switch (1) {
case 1: lock (this) goto case 1;
breal
}
}
}
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8834>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/