[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #2774] PNET/C struct test_array { int x; struct
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #2774] PNET/C struct test_array { int x; struct test __data []; } ; test.c:2: storage size of `__data' is not known |
Date: |
Tue, 15 Apr 2003 21:46:49 -0400 |
=================== BUG #2774: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2774&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Wed 04/16/2003 at 01:46 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 16 April 2003
=================== BUG #2774: FULL BUG SNAPSHOT ===================
Submitted by: mdupont Project: DotGNU Portable.NET
Submitted on: Mon 03/10/2003 at 23:05
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
Summary: PNET/C struct test_array { int x; struct test __data []; } ;
test.c:2: storage size of `__data' is not known
Original Submission: struct test { int x; };
struct test_array { int x; struct test __data []; } ;
test.c:2: storage size of `__data' is not known
Follow-up Comments
*******************
-------------------------------------------------------
Date: Wed 04/16/2003 at 01:46 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=2774&group_id=353
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [Bug #2774] PNET/C struct test_array { int x; struct test __data []; } ; test.c:2: storage size of `__data' is not known,
nobody <=