This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r110392 - in /branches/gomp-20050608-branch/gcc...
- From: dnovillo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 30 Jan 2006 02:37:09 -0000
- Subject: r110392 - in /branches/gomp-20050608-branch/gcc...
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