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] for PR 27779


Zdenek Dvorak wrote:
> Hello,
> 
> we access CHREC_LEFT directly in analyze_siv_subscript_cst_affine; this
> is wrong, as there is no guarantee that the result of
> analyze_siv_subscript_cst_affine is a polynomial_chrec.  This patch
> makes us use initial_condition instead.
> 
> Bootstrapped & regtested on x86_64 and ppc.

This is fine, thanks!


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