aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
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