]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix GOMP/GOACC_parallel handling in find_func_clobbers
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 10:13:35 +0000 (10:13 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 10:13:35 +0000 (10:13 +0000)
commitf5995617416dd600190a75c7d6d513bd0cef1e64
tree9490d31f79d7a751c44230d9503851d7573246b4
parentdd68020a91f43fdf448387ff8f13d7e141d432a6
Fix GOMP/GOACC_parallel handling in find_func_clobbers

2015-12-09  Tom de Vries  <tom@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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231449 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-structalias.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/omp-nested-2.c [new file with mode: 0644]