bugDotGNU Portable.NET - Bugs: bug #9291, Reachability analysis fails for if...

 
 

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

bug #9291: Reachability analysis fails for if (true) stmt

Submitted by:  Marcus Urban <mathpup>
Submitted on:  Fri 11 Jun 2004 04:13:29 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Fri 11 Jun 2004 11:50:11 AM UTC, comment #1:

Fixed in CVS - June 11th 2004

Gopal.V <t3rmin4t0r>
Project Administrator
Fri 11 Jun 2004 04:13:29 AM UTC, original submission:

cscc rejects the program below with the error

control_flow.cs:3: control reaches end of non-void method

But csc accepts the program:

public class Testing
{
public static int Main()
{
if (true)
return 0;
}
}

Marcus Urban <mathpup>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Fri 11 Jun 2004 11:50:11 AM UTCt3rmin4t0rStatusNone=>Fixed
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1