This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Make sizetypes no longer sign-extending
- From: Richard Guenther <rguenther at suse dot de>
- To: Richard Earnshaw <rearnsha at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, "ebotcazou at adacore dot com" <ebotcazou at adacore dot com>
- Date: Tue, 24 Apr 2012 15:29:52 +0200 (CEST)
- Subject: Re: [PATCH] Make sizetypes no longer sign-extending
- References: <Pine.LNX.4.64.1204241457150.23071@jbgna.fhfr.qr> <4F96A893.1050105@arm.com>
On Tue, 24 Apr 2012, Richard Earnshaw wrote:
> On 24/04/12 14:03, Richard Guenther wrote:
> > /* Size types *are* sign extended. */
> > ! sign_extended_type = !TYPE_UNSIGNED (type);
>
> looks like you failed to update the comment.
Indeed. Fixed.
Thanks,
Richard.