https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93086

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I have a patch, in some places I am able to remove some extra varibles, in
others I need to add one.  There was an mix use of 0/1 and false/true even in
the same file for the argument of build_nonstandard_integer_type.  This new
argument type makes it more explicit what is wanted there.

I did not do signed_or_unsigned_type_for yet either; I will have one after I
test my current patch; this part will require much more changes to the
front-end as I am going to change the language hook too.

Note there are a few more places where signop; especially in gimple to rtl
expansion code.

Reply via email to