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] remove signed(_or_unsigned)?_type langhooks


Rafael Espindola wrote:

> The new ChangeLog entries are:
> 
> * gcc/c-format.c (check_format_types): Use c_common_unsigned_type
> instead of unsigned_type_for.
> * gcc/c-decl.c (groakdeclarator): Likewise.
> * gcc/c-typeck.c (convert_for_assignment): Likewise.
> * gcc/c-common.c (c_common_unsigned_type): New.
> (c_common_signed_type): Just call c_common_signed_or_unsigned_type.
> (shorten_compare): Use c_common_unsigned_type instead of
> c_common_signed_or_unsigned_type.
> (c_common_nodes_and_builtins): Use c_common_unsigned_type instead of
> unsigned_type_for.
> * gcc/c-common.h (c_common_unsigned_type): New.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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