bugDotGNU Portable.NET - Bugs: bug #8834, goto case doesn't leave finally...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #8834: goto case doesn't leave finally blocks

Submitter:  Russell Stuart <rstuart>
Submitted:  Fri 07 May 2004 05:27:01 PM UTC
   
 
Category:  None Severity:  1 - Wish
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 07 May 2004 05:27:01 PM UTC, 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
    }
  }
}

Russell Stuart <rstuart>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-05-07 rstuart Open/ClosedOpen Closed
2004-05-07 rstuart StatusNone Fixed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code