This is the mail archive of the gcc-cvs@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]

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


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