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 the unsigned_type language hook


> gcc/ada/ChangeLog
>  * gcc/ada/gigi.h (gnat_unsigned_type): Remove.
>  * gcc/ada/misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
>  * gcc/ada/trans.c (gnat_to_gnu): Use get_unsigned_type instead of
> gnat_unsigned_type.
>                            (convert_with_check): Likewise.
>  * gcc/ada/utils.c (gnat_unsigned_type): Remove.

Not OK.  Please leave the Gigi code untouched and only delete in misc.c 
LANG_HOOKS_UNSIGNED_TYPE (and LANG_HOOKS_SIGNED_TYPE).

-- 
Eric Botcazou


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