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: [C patch] Use force_fit_type directly


Nathan Sidwell wrote:

This patch uses force_fit_type rather than convert, when we know we're
converting an int_cst.  This means we don't have to muck about with
the overflow flags here anymore.

booted & tested on i686-pc-linux-gnu, ok?

If the C front end folks don't get to this, let me know, and I'll review it.


Thanks,

--
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]