This is the mail archive of the gcc-patches@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: [PATCH] Fix PR27532, typo in tree-object-size.c:plus_expr_object_size


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


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