This is the mail archive of the gcc-bugs@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]

[Bug optimization/13653] [3.3 regression] -O2 -funroll-loop miscompiles POOMA testcase


------- Additional Comments From janis187 at us dot ibm dot com  2004-02-02 16:33 -------
The regression in PR 13653 was introduced or exposed with this patch:

2002-09-08  Jan Hubicka  <jh@suse.cz>

        * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
        handling.

        * loop.c (loop_gics_reduce):  Emit addition after.

The regression hunt took place on i686-pc-linux-gnu using the reduced          
test case array_test1_reduced.cpp compiled with "-O2 -funroll-loops",
and sources from mainline.  This hunt was complicated by the fact that         
sources from too early got an ICE, and sources slightly after the 3.3          
branchpoint got syntax errors.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz


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


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