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]: begin removing size_int_type


Nathan Sidwell wrote:

Hi,
I've installed this obvious patch which
1) fixes a type cache mixup I missed.
2) Removes the calls of ssize_int I could find that create negative valued
constants.


One other place creates such negative valued size_types, but that patch
needs separate review.

Is it possible just to keep ssize_int as a wrapper around build_int_cst? It's a little nicer to say ssize_int(3) instead of build_int_cst(ssizetype, 3, 0)?


--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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