This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, vectorizer]: Fix PR tree-optimization/33597: ICE while compiling libswcale from ffmpeg
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: "Uros Bizjak" <ubizjak at gmail dot com>
- Cc: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 30 Sep 2007 13:52:04 +0200
- Subject: Re: [PATCH, vectorizer]: Fix PR tree-optimization/33597: ICE while compiling libswcale from ffmpeg
- References: <46FF8812.6080902@gmail.com>
On 9/30/07, Uros Bizjak <ubizjak@gmail.com> wrote:
> Hello!
>
> We forgot to check if optab is available in requested mode. Attached
> patch introduces this missing check.
> Patch was bootstrapped and regression tested on x86_64-pc-linux-gnu.
>
> OK for mainline?
This is ok.
Thanks,
Richard.