[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #9273] const locals cannot be used in switch cas
From: |
Gopal.V |
Subject: |
[Pnet-developers] [bugs #9273] const locals cannot be used in switch case |
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 #9273] Latest Modifications:
Changes by:
Gopal.V <address@hidden>
'Date:
Thu 06/10/2004 at 08:58 (Asia/Calcutta)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS 10th June 2004 .
/**************************************************************************/
[bugs #9273] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9273>
Project: DotGNU Portable.NET
Submitted by: Llewellyn Pritchard
On: Wed 06/09/2004 at 18:53
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Fixed
Assigned to: None
Status: Closed
Summary: const locals cannot be used in switch case
Original Submission: const char TAB = 't';
const char SPACE = ' ';
swicth (a)
{
case TAB:
case SPACE:
break;
}
Compiler complains.
Follow-up Comments
------------------
-------------------------------------------------------
Date: Thu 06/10/2004 at 08:58 By: t3rmin4t0r
Fixed in CVS 10th June 2004 .
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9273>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/