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]

[C PATCH] Update usage of TREE_CONSTANT_OVERFLOW in C front-end


The following patch removes all remaining references to the now obsolete
TREE_CONSTANT_OVERFLOW from the C front-end.

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?

2007-01-12  Roger Sayle  <roger@eyesopen.com>

        * c-typeck.c (null_pointer_constant_p): Replace use of
        TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
        (build_c_cast): Likewise.

Roger
--

Attachment: patchc0.txt
Description: Text document


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