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] Fix the constant mess in PRE


>
> Which is, we do not fill in the expression-set for all constants.
> The following fixes it.  But I wonder why we need expression-sets
> for constants at all ...
>

Because we don't short circuit them in all cases.
If you are going to do the below, why not just add the add_to_value
call to alloc_constant_value_id?


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