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] Eliminate signed sizetypes (1/3)


> can you instead of setting TREE_OVERFLOW to zero build
> a new (shared) constant here?  Like
>
>   intop = build_int_cst_wide (TREE_TYPE (intop), TREE_LOW_CST (intop),
> TREE_HIGH_CST (intop));
>
> ?  That avoids keeping references to the unshared originally overflowed
> constants.

Applied with this change after retesting, thanks.

-- 
Eric Botcazou


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