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

Giovanni Bajo giovannibajo@libero.it
Fri Jan 24 16:56:00 GMT 2003


The following reply was made to PR c++/8684; it has been noted by GNATS.

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<sunil.k.davasam@intel.com>,
	<gcc-bugs@gcc.gnu.org>,
	<mmitchel@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>
Cc:  
Subject: Re: c++/8684: ABI Issue:   gcc3.2 is not reusing tail-padding..
Date: Fri, 24 Jan 2003 17:54:49 +0100

 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
 



More information about the Gcc-prs mailing list