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: Fix PR/46200 -- ivopt bug in test condition cost computation


On Fri, Oct 29, 2010 at 1:28 PM, Xinliang David Li <davidxl@google.com> wrote:
> Hi, please review the patch attached. Regression and some performance
> test is under going.
>
> Thanks,
>
> David
>
>
> 2010-10-29 ?Xinliang David Li ?<davidxl@google.com>
>
> ? ? ? ?PR target/46200
> ? ? ? ?* tree-ssa-loop-ivopts.c (get_computation_cost_at):
> ? ? ? ?Adjust cbase if the use stmt is after iv update.
>

This patch may have caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46316

You need to build a 32bit gcc to reproduce it. I am using

CC="gcc -m32" CXX="g++ -m32"  configure  i686-linux

on Fedora 16/Intel64 to build 32bit GCC.


-- 
H.J.


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