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: Gopal.V
Subject: [Pnet-developers] [bugs #9291] Reachability analysis fails for if (true) stmt
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

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

/**************************************************************************/
[bugs #9291] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Fri 06/11/2004 at 11:50 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS - June 11th 2004






/**************************************************************************/
[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:  Fixed
Assigned to:  None
Status:  Closed


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


Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 06/11/2004 at 11:50       By: t3rmin4t0r
Fixed in CVS - June 11th 2004












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]