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 middle-end/36286] [4.4 Regression] ICE with -ftree-loop-linear and -O1 and above



------- Comment #3 from spop at gcc dot gnu dot org  2008-05-21 23:13 -------
Subject: Bug 36286

Author: spop
Date: Wed May 21 23:13:00 2008
New Revision: 135741

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135741
Log:

2008-05-21  Sebastian Pop  <sebastian.pop@amd.com>

        PR tree-optimization/36286
        PR tree-optimization/36287
        * lambda-code.c (build_access_matrix): Do not use the loop->num
        for computing the number of induction variables: use the loop depth
        instead.

        * testsuite/gcc.dg/tree-ssa/pr36287.c: New.
        * testsuite/gfortran.dg/pr36286.f90: New.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr36287.c
    trunk/gcc/testsuite/gfortran.dg/pr36286.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lambda-code.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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