Re: Gcc 3.0 and unnamed struct: incorrect offsets

2005-06-10 Thread Mike Stump
On Monday, June 6, 2005, at 11:04 PM, Atul Talesara wrote: I wanted to know if this is a bug Yes.

Re: Gcc 3.0 and unnamed struct: incorrect offsets

2005-06-07 Thread Joe Buck
On Tue, Jun 07, 2005 at 11:34:46AM +0530, Atul Talesara wrote: > Hello folks, > This might have already been addressed, but I > tried searching on GCC mailing list archives > http://gcc.gnu.org/lists.html#searchbox > and google before posting. > ... > My GCC version (cross-compiled to genera

Gcc 3.0 and unnamed struct: incorrect offsets

2005-06-06 Thread Atul Talesara
Hello folks, This might have already been addressed, but I tried searching on GCC mailing list archives http://gcc.gnu.org/lists.html#searchbox and google before posting. My test file: $ cat gcc_prob.c struct a { struct { struct { in