[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bug #4695] [PNET][PNET/C][ENUM] Constant Value requir
From: |
nobody |
Subject: |
[Pnet-developers] [bug #4695] [PNET][PNET/C][ENUM] Constant Value required? Constant Expression passed. |
Date: |
Thu, 02 Oct 2003 19:27:23 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
=================== BUG #4695: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4695&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Thu 10/02/2003 at 23:27 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 3 Oct 2003
=================== BUG #4695: FULL BUG SNAPSHOT ===================
Submitted by: mdupont Project: DotGNU Portable.NET
Submitted on: Sun 08/10/2003 at 07:17
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
Summary: [PNET][PNET/C][ENUM] Constant Value required? Constant Expression
passed.
Original Submission: This looks like a problem evaluating the constant
expression. For some reason the expression is not treated as an constant one.
Ideally you should be able to eval this to an const value.
//# 48 "/usr/include/ctype.h" 3 4
//ctype_constant.c:2: constant value required
enum{ _ISupper = ((0) < 8 ? ((1 << (0)) << 8) : ((1 << (0)) >> 8))};
Follow-up Comments
*******************
-------------------------------------------------------
Date: Thu 10/02/2003 at 23:27 By: rweather
Fix committed to CVS - 3 Oct 2003
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4695&group_id=353
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bug #4695] [PNET][PNET/C][ENUM] Constant Value required? Constant Expression passed.,
nobody <=