This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] for PR 27779
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 May 2006 09:43:10 -0400
- Subject: Re: [patch] for PR 27779
- References: <20060530123258.GA28949@atrey.karlin.mff.cuni.cz>
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!