[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #6929] problem with expression statement type ev
From: |
Rhys Weatherley |
Subject: |
[Pnet-developers] [bugs #6929] problem with expression statement type evaluation |
Date: |
Tue, 02 Dec 2003 16:59:12 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #6929] Latest Modifications:
Changes by:
Rhys Weatherley <address@hidden>
'Date:
Tue 12/02/2003 at 21:59 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Invalid
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Bug submission from banned contributor. Closed without
considering it as per previously stated policy.
/**************************************************************************/
[bugs #6929] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=6929>
Project: DotGNU Portable.NET
Submitted by: James Michael DuPont
On: Tue 12/02/2003 at 19:01
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Invalid
Assigned to: None
Status: Closed
Summary: problem with expression statement type evaluation
Original Submission: Before you say that this is never used, the entire gcc is
full of them.
typedef struct foo
{
int x;
int y;
} foo_t;
foo_t * a;
int boo()
{
({
foo_t * b=a;
b;
})->x; // test1.c:15: request for member `x' in something not a structure or
union
}
Follow-up Comments
------------------
-------------------------------------------------------
Date: Tue 12/02/2003 at 21:59 By: rweather
Bug submission from banned contributor. Closed without
considering it as per previously stated policy.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=6929>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/