r268246 - in /trunk/gcc: ChangeLog testsuite/Ch...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Jan 24 19:17:00 GMT 2019


Author: jakub
Date: Thu Jan 24 19:17:13 2019
New Revision: 268246

URL: https://gcc.gnu.org/viewcvs?rev=268246&root=gcc&view=rev
Log:
	PR middle-end/89015
	* tree-nested.c (convert_nonlocal_reference_stmt,
	convert_local_reference_stmt, convert_tramp_reference_stmt,
	convert_gimple_call) <case GIMPLE_OMP_TEAMS>: Treat
	gimple_omp_teams_host teams stmts like GIMPLE_OMP_PARALLEL
	or GIMPLE_OMP_TASK.

	* gcc.dg/gomp/pr89015.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr89015.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-nested.c



More information about the Gcc-cvs mailing list