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/42178] [4.5 Regression] Invalid memory access in graphite



------- Comment #16 from spop at gcc dot gnu dot org  2010-01-05 22:55 -------
Subject: Bug 42178

Author: spop
Date: Tue Jan  5 22:55:02 2010
New Revision: 155665

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

2010-01-05  Sebastian Pop  <sebastian.pop@amd.com>

        PR middle-end/42178
        * graphite-interchange.c (lst_try_interchange_loops): Do not return
        the before, nest, and after LSTs.
        (lst_try_interchange): Removed.
        (lst_interchange_select_inner): Do not iterate over the LSTs if they
        were modified.
        (lst_interchange_select_outer): Apply interchange on the outer loop
        until there are no more changes in the inner loops.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-interchange.c


-- 


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


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