dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9291] Reachability analysis fails for if (true)


From: Marcus Urban
Subject: [Pnet-developers] [bugs #9291] Reachability analysis fails for if (true) stmt
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux 2.4.21-144-athlon; X11; i686; en_US, en) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #9291] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9291>
Project: DotGNU Portable.NET
Submitted by: Marcus Urban
On: Fri 06/11/2004 at 04:13

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  Reachability analysis fails for if (true) stmt

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;
        }
}












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9291>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]