dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #6929] problem with expression statement type ev


From: James Michael DuPont
Subject: [Pnet-developers] [bugs #6929] problem with expression statement type evaluation
Date: Tue, 02 Dec 2003 14:01:49 -0500
User-agent: Opera/6.1 (Linux 2.4.18-bf2.4 i586; U) [en]

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[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/03 at 20:01

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


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
}












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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]