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 #7 from dnovillo at gcc dot gnu dot org  2006-01-30 03:11 -------
Subject: Bug 25874

Author: dnovillo
Date: Mon Jan 30 03:11:29 2006
New Revision: 110393

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110393
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.


        * gcc.dg/gomp/pr25874.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr25874.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog


-- 


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]