aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2015-11-30 16:34:26 +0000
committerTom de Vries <vries@gcc.gnu.org>2015-11-30 16:34:26 +0000
commite0ca27c53103d532b51a61679b5d4c13d35a09d0 (patch)
treefe36cf7c64756119ed297892e4582c3f0d2973bc /gcc/ChangeLog
parent7b90c63a28e85014656ecab28459dcd23c7d2457 (diff)
downloadgcc-e0ca27c53103d532b51a61679b5d4c13d35a09d0.zip
gcc-e0ca27c53103d532b51a61679b5d4c13d35a09d0.tar.gz
gcc-e0ca27c53103d532b51a61679b5d4c13d35a09d0.tar.bz2
Handle BUILT_IN_GOMP_PARALLEL in ipa-pta
2015-11-30 Tom de Vries <tom@codesourcery.com> PR tree-optimization/46032 * tree-ssa-structalias.c (find_func_aliases_for_call_arg): New function, factored out of ... (find_func_aliases_for_call): ... here. (find_func_aliases_for_builtin_call, find_func_clobbers): Handle BUILT_IN_GOMP_PARALLEL. (ipa_pta_execute): Same. Handle node->parallelized_function as a local function. * gcc.dg/pr46032.c: New test. * testsuite/libgomp.c/pr46032.c: New test. From-SVN: r231076
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 735fbd9..229aa77 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2015-11-30 Tom de Vries <tom@codesourcery.com>
+
+ PR tree-optimization/46032
+ * tree-ssa-structalias.c (find_func_aliases_for_call_arg): New function,
+ factored out of ...
+ (find_func_aliases_for_call): ... here.
+ (find_func_aliases_for_builtin_call, find_func_clobbers): Handle
+ BUILT_IN_GOMP_PARALLEL.
+ (ipa_pta_execute): Same. Handle node->parallelized_function as a local
+ function.
+
2015-11-30 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/68501