This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.2
- From: Jason Merrill <jason at redhat dot com>
- To: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Cc: Mark Mitchell <mark at codesourcery dot com>, gcc at gcc dot gnu dot org,"Kevin B. Hendricks" <kevin dot hendricks at sympatico dot ca>,Jakub Jelinek <jakub at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 31 Jul 2002 01:57:38 +0100
- Subject: Re: GCC 3.2
- References: <40360000.1027723811@gandalf.codesourcery.com><200207271635.12319@enzo.bigblue.local><wvlptx6m7pd.fsf@prospero.cambridge.redhat.com><wvly9bsk9gg.fsf@prospero.cambridge.redhat.com>
On Wed, 31 Jul 2002 01:49:35 +0100, Jason Merrill <jason@redhat.com> wrote:
> This is still true, but I have a preliminary patch for which testing is not
> yet complete, which adds a langhook to expr_size. I believe that returning
> the unpadded size from expr_size is correct, as expr_size is interested in
> the value, not the allocated space. Comments welcome. The other option
> was to add another size field to types; a langhook seemed more
> space-efficient.
>
> With this patch, the empty class passing hackery can go away, hurrah.
Well, the patch seems to break empty class tests, so more refinement is
needed. Comments on the strategy still welcome.
Jason