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 tree-optimization/36181] Simple for loop generates ICE with -ftree-parallelize-loops=2



------- Comment #4 from spop at gcc dot gnu dot org  2008-05-21 15:57 -------
Subject: Bug 36181

Author: spop
Date: Wed May 21 15:56:57 2008
New Revision: 135722

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135722
Log:
2008-05-15  Sebastian Pop  <sebastian.pop@amd.com>
            Jan Sjodin  <jan.sjodin@amd.com>

        PR tree-optimization/36181
        Backport from mainline:
        * tree-parloops.c (loop_has_vector_phi_nodes): New.
        (parallelize_loops): Don't parallelize when the loop has vector
        phi nodes.

        * gcc.dg/tree-ssa/pr36181.c: New.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/tree-ssa/pr36181.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_3-branch/gcc/tree-parloops.c


-- 


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


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