r244265 - in /branches/gomp-4_0-branch/gcc: Cha...

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Tue Jan 10 13:02:00 GMT 2017


Author: tschwinge
Date: Tue Jan 10 13:02:00 2017
New Revision: 244265

URL: https://gcc.gnu.org/viewcvs?rev=244265&root=gcc&view=rev
Log:
[PR tree-optimization/78024] Clear basic block flags before using BB_VISITED for OpenACC loops processing

Backport from gcc-6-branch r244264:

	gcc/
	2017-01-10  Thomas Schwinge  <thomas@codesourcery.com>

	PR tree-optimization/78024
	* omp-low.c (oacc_loop_discovery): Call clear_bb_flags.

Backport from trunk r241334:

	gcc/testsuite/
	2016-10-19  Thomas Schwinge  <thomas@codesourcery.com>

	PR tree-optimization/78024
	* gcc.dg/goacc/loop-processing-1.c: New file.

Added:
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/goacc/loop-processing-1.c
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/omp-low.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp



More information about the Gcc-cvs mailing list