summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index d434a2f8ad6..3d8f68f7d31 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,33 @@
+2013-06-11 Jan Hubicka <jh@suse.cz>
+
+ * c-common.c (handle_alias_ifunc_attribute): Do not set
+ DECL_EXTERNAL for weakref variables.
+ * c-pragma.c (handle_pragma_weak): Make sure aliases
+ are not declared as external.
+
+2013-06-07 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ * array-notation-common.c (length_mismatch_in_expr_p): Moved this
+ function from c/c-array-notation.c.
+ (is_cilkplus_reduce_builtin): Likewise.
+ (find_rank): Likewise.
+ (extract_array_notation_exprs): Likewise.
+ (replace_array_notations): Likewise.
+ (find_inv_trees): Likewise.
+ (replace_inv_trees): Likewise.
+ (contains_array_notation_expr): Likewise.
+ (find_correct_array_notation_type): Likewise.
+ * c-common.h (struct inv_list): Moved this struct from the file
+ c/c-array-notation.c and added a new field called additional tcodes.
+ (length_mismatch_in_expr_p): New prototype.
+ (is_cilkplus_reduce_builtin): Likewise.
+ (find_rank): Likewise.
+ (extract_array_notation_exprs): Likewise.
+ (replace_array_notation): Likewise.
+ (find_inv_trees): Likewise.
+ (replace_inv_trees): Likewise.
+ (find_correct_array_notation_type): Likewise.
+
2013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
* c-common.c (c_define_builtins): When cilkplus is enabled, the