https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68716
--- Comment #5 from vries at gcc dot gnu.org --- Author: vries Date: Wed Dec 9 10:13:35 2015 New Revision: 231449 URL: https://gcc.gnu.org/viewcvs?rev=231449&root=gcc&view=rev Log: Fix GOMP/GOACC_parallel handling in find_func_clobbers 2015-12-09 Tom de Vries <t...@codesourcery.com> PR tree-optimization/68716 * tree-ssa-structalias.c (find_func_clobbers): Fix handling of BUILT_IN_GOMP_PARALLEL and BUILT_IN_GOACC_PARALLEL. * testsuite/libgomp.c/omp-nested-2.c: New test. Added: trunk/libgomp/testsuite/libgomp.c/omp-nested-2.c Modified: trunk/gcc/ChangeLog trunk/gcc/tree-ssa-structalias.c trunk/libgomp/ChangeLog