gcc/libgomp
Jakub Jelinek b37dddbc77 re PR middle-end/66133 (Wrong-code with noreturn #pragma omp task body)
PR middle-end/66133
	* omp-low.c (expand_omp_taskreg): For GIMPLE_OMP_TASK expansion,
	make sure it is never noreturn, even when the task body does not
	return.
	(lower_omp_taskreg): For GIMPLE_OMP_TASK, emit GIMPLE_OMP_CONTINUE
	right before GIMPLE_OMP_RETURN.
	(make_gimple_omp_edges): Accept GIMPLE_OMP_CONTINUE as ->cont
	for GIMPLE_OMP_TASK.  For GIMPLE_OMP_RETURN corresponding to
	GIMPLE_OMP_TASK add an EDGE_ABNORMAL edge from entry to exit.

	* testsuite/libgomp.c/pr66133.c: New test.

From-SVN: r223171
2015-05-13 18:59:20 +02:00
..
config
plugin mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
testsuite re PR middle-end/66133 (Wrong-code with noreturn #pragma omp task body) 2015-05-13 18:59:20 +02:00
acinclude.m4
aclocal.m4 libgomp: Bump to automake 1.11.6 2015-05-13 11:24:38 +00:00
alloc.c
barrier.c
ChangeLog re PR middle-end/66133 (Wrong-code with noreturn #pragma omp task body) 2015-05-13 18:59:20 +02:00
ChangeLog.graphite
config.h.in libgomp: Bump to automake 1.11.6 2015-05-13 11:24:38 +00:00
configure libgomp: Bump to automake 1.11.6 2015-05-13 11:24:38 +00:00
configure.ac
configure.tgt
critical.c
env.c
error.c
fortran.c
hashtab.h
iter_ull.c
iter.c
libgomp_f.h.in
libgomp_g.h
libgomp-plugin.c
libgomp-plugin.h libgomp: rework initialization of offloading 2015-04-06 12:40:28 +00:00
libgomp.h mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
libgomp.map libgomp: rework initialization of offloading 2015-04-06 12:40:28 +00:00
libgomp.spec.in
libgomp.texi
loop_ull.c
loop.c
Makefile.am
Makefile.in libgomp: Bump to automake 1.11.6 2015-05-13 11:24:38 +00:00
oacc-async.c mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
oacc-cuda.c mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
oacc-host.c mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
oacc-init.c oacc-init.c (acc_device_lock): Add explanatory comment. 2015-05-06 19:10:14 +00:00
oacc-int.h mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
oacc-mem.c oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on error paths. 2015-05-06 16:45:49 +00:00
oacc-parallel.c mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
oacc-plugin.c
oacc-plugin.h
oacc-ptx.h
omp_lib.f90.in
omp_lib.h.in
omp.h.in
openacc_lib.h
openacc.f90
openacc.h openacc.h (__GOACC_NOTHROW): Fix noexcept syntax. 2015-05-09 00:50:35 -04:00
ordered.c
parallel.c
sections.c
single.c
splay-tree.c
splay-tree.h
target.c mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
task.c
team.c
work.c