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 c++/25874] [gomp branch] ICE in calc_dfs_tree()



------- Comment #5 from dnovillo at gcc dot gnu dot org  2006-01-30 02:37 -------
Subject: Bug 25874

Author: dnovillo
Date: Mon Jan 30 02:37:09 2006
New Revision: 110392

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

        PR 25874
        * omp-low.c (execute_expand_omp): Move CFG cleanup code ...
        (expand_omp): ... here.
        (expand_omp_parallel): Only remove barriers for combined
        parallel+workshare constructs.

testsuite/

        * g++.dg/gomp/pr25874.C: New test.
        * gcc.dg/gomp/pr25874.c: New test.


Added:
    branches/gomp-20050608-branch/gcc/testsuite/g++.dg/gomp/pr25874.C
    branches/gomp-20050608-branch/gcc/testsuite/gcc.dg/gomp/pr25874.c
Modified:
    branches/gomp-20050608-branch/gcc/ChangeLog.gomp
    branches/gomp-20050608-branch/gcc/omp-low.c
    branches/gomp-20050608-branch/gcc/testsuite/ChangeLog.gomp


-- 


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


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