r259795 - in /branches/gcc-7-branch: gcc/Change...

vries@gcc.gnu.org vries@gcc.gnu.org
Tue May 1 13:21:00 GMT 2018


Author: vries
Date: Tue May  1 13:21:19 2018
New Revision: 259795

URL: https://gcc.gnu.org/viewcvs?rev=259795&root=gcc&view=rev
Log:
backport "[openacc] Fix ICE when compiling tile loop containing infinite loop"

2018-05-01  Tom de Vries  <tom@codesourcery.com>

	backport from trunk:
	2018-04-16  Cesar Philippidis  <cesar@codesourcery.com>
		    Tom de Vries  <tom@codesourcery.com>

	PR middle-end/84955
	* omp-expand.c (expand_oacc_for): Add dummy false branch for
	tiled basic blocks without omp continue statements.

	* testsuite/libgomp.oacc-c-c++-common/pr84955.c: New test.
	* testsuite/libgomp.oacc-fortran/pr84955.f90: New test.

Added:
    branches/gcc-7-branch/libgomp/testsuite/libgomp.oacc-c-c++-common/pr84955.c
    branches/gcc-7-branch/libgomp/testsuite/libgomp.oacc-fortran/pr84955.f90
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/omp-expand.c
    branches/gcc-7-branch/libgomp/ChangeLog



More information about the Gcc-cvs mailing list