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 Earnshaw <rearnsha at arm dot com>
- To: Richard Guenther <rguenther at suse dot de>
- 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 14:20:19 +0100
- Subject: Re: [PATCH] Make sizetypes no longer sign-extending
- References: <Pine.LNX.4.64.1204241457150.23071@jbgna.fhfr.qr>
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.
R.