[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #2777] PNET/C BitField Enums!
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #2777] PNET/C BitField Enums! |
Date: |
Tue, 15 Apr 2003 21:54:58 -0400 |
=================== BUG #2777: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2777&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Wed 04/16/2003 at 01:54 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 16 April 2003
=================== BUG #2777: FULL BUG SNAPSHOT ===================
Submitted by: mdupont Project: DotGNU Portable.NET
Submitted on: Mon 03/10/2003 at 23:42
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
Summary: PNET/C BitField Enums!
Original Submission: typedef enum {
WRAPPER_NONE,
WRAPPER_YOUWISH,
} TestEnum;
typedef struct {
TestEnum wrapper_type:4;
} TestStruct;
//testenum.c:6: bit-field `wrapper_type' has invalid type
Follow-up Comments
*******************
-------------------------------------------------------
Date: Wed 04/16/2003 at 01:54 By: rweather
Fix committed to CVS - 16 April 2003
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2777&group_id=353
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [Bug #2777] PNET/C BitField Enums!,
nobody <=