This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/8684: ABI Issue: gcc3.2 is not reusing tail-padding..


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=8684

GCC is correct here because C1 is of POD type, and tail padding can be
reused only in non-POD types. Comeau agrees, I don't know why ICC does not.
Besides, Mark already commented this very code snippet:

http://gcc.gnu.org/ml/gcc/2002-11/msg00474.html

IMO, this is not a bug and should be closed.

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]