r268635 - in /branches/gcc-8-branch: gcc/Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Feb 7 14:44:00 GMT 2019


Author: jakub
Date: Thu Feb  7 14:44:31 2019
New Revision: 268635

URL: https://gcc.gnu.org/viewcvs?rev=268635&root=gcc&view=rev
Log:
	Backported from mainline
	2019-01-28  Jakub Jelinek  <jakub@redhat.com>

	PR middle-end/89002
	* gimplify.c (gimplify_omp_for): When adding OMP_CLAUSE_*_GIMPLE_SEQ
	for lastprivate/linear IV, push gimplify context around gimplify_assign
	and, if it needed any temporaries, pop it into a gimple bind around the
	sequence.

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

Added:
    branches/gcc-8-branch/libgomp/testsuite/libgomp.c/pr89002.c
Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/gimplify.c
    branches/gcc-8-branch/libgomp/ChangeLog



More information about the Gcc-cvs mailing list