This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR27532, typo in tree-object-size.c:plus_expr_object_size
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 10 May 2006 11:10:30 -0400
- Subject: Re: [PATCH] Fix PR27532, typo in tree-object-size.c:plus_expr_object_size
- References: <Pine.LNX.4.64.0605101652160.4599@nyjnma.fhfr.qr>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, May 10, 2006 at 04:54:56PM +0200, Richard Guenther wrote:
>
> This fixes a typo that prevents object size determination for
> &L"abcd"[0] + 2B. Bootstrap & regtest together with a fix for
> PR27529 in progress.
>
> Will commit as obvious if that passes.
Yeah, thanks.
>
> 2006-05-10 Richard Guenther <rguenther@suse.de>
>
> PR tree-optimization/27532
> * tree-object-size.c (plus_expr_object_size): Fix typo.
Jakub