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] Remove obsolete argument from force_fit_type_double


On Fri, 12 Jan 2007, Roger Sayle wrote:

> Now that the TREE_CONSTANT_OVERFLOW and TREE_OVERFLOW flags have been
> unified, there are a number of minor clean-ups that can be made to the
> remaining code.  This patch removes the now unnecessary and almost unused
> "overflowed_const" argument from the function force_fit_type_double. 
> Unfortunately, not all the uses of force_fit_type_double are in the
> middle-end, so I need to ask permission from a C front-end maintainer
> about the c-common.c change below.  As I was modifying this file anyway, I
> also took the opportunity to update the remaining uses of
> TREE_CONSTANT_OVERFLOW in that source file.
> 
> The following patch has been tested on i686-pc-linux-gnu with a full "make
> bootstrap", all default languages including Ada, and regression tested
> with a top-level "make -k check" with no new failures.
> 
> Ok for mainline?

OK (the c-common.c changes).

-- 
Joseph S. Myers
joseph@codesourcery.com


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