summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog.google-main
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog.google-main')
-rw-r--r--gcc/c-family/ChangeLog.google-main82
1 files changed, 0 insertions, 82 deletions
diff --git a/gcc/c-family/ChangeLog.google-main b/gcc/c-family/ChangeLog.google-main
deleted file mode 100644
index cd968399d30..00000000000
--- a/gcc/c-family/ChangeLog.google-main
+++ /dev/null
@@ -1,82 +0,0 @@
-2011-12-19 Sterling Augustine <saugustine@google.com>
-
- * c-pretty-print.c (pp_c_specifier_qualifier_list): Move conditional
- from beginning to end.
-
-2011-10-17 Dehao Chen <dehao@google.com>
-
- * c-opts.c (c_common_parse_file): Write the options to
- .gnu.switches.text sections.
-
-2011-09-20 Diego Novillo <dnovillo@google.com>
-
- * c-cppbuiltin.c (c_cpp_builtins): Do not define
- __SUPPORT_TS_ANNOTATION__ nor __SUPPORT_DYN_ANNOTATION__.
-
-2011-09-18 Diego Novillo <dnovillo@google.com>
-
- * c-common.c (conversion_warning): When -Wreal-conversion is
- enabled, and either type is floating point, use OPT_Wreal_conversion
- when calling warning_at.
-
-2011-09-15 Diego Novillo <dnovillo@google.com>
-
- * c-common.c (check_for_self_assign): Handle NULL
- values for LHS and RHS. Handle TREE_LIST initializers.
-
-2011-05-04 Sriraman Tallam <tmsriram@google.com>
-
- * c-common.c (handle_version_selector_attribute): New function.
- (c_common_attribute_table): New attribute "version_selector".
-
-2011-04-29 Diego Novillo <dnovillo@google.com>
-
- * c-common.c (handle_nonnull_attribute): Remove spurious
- white space.
-
-2011-04-27 Le-Chun Wu <lcwu@google.com>
-
- Google ref 45339.
-
- * c-common.c (handle_nonnull_attribute): Check whether the nonnull
- attribute is applied to the 'this' pointer for non-static methods.
-
-2011-04-27 Le-Chun Wu <lcwu@google.com>
-
- Google ref 42718.
-
- * c.opt (Wnonnull): Enable for C++.
-
-2011-04-27 Le-Chun Wu <lcwu@google.com>
-
- Google ref 39133.
-
- * c.opt (Wreal-conversion): New flag.
- * c-common.c (conversion_warning): Use it.
- * c-opts.c (c_common_post_options): Initialize it.
- * doc/invoke.texi (Wreal-conversion): Document it.
-
-2011-04-26 Xinliang David Li <davidxl@google.com>
-
- * c-opts.c (c_common_handle_option): Set
- warn_maybe_uninitialized.
-
-2011-04-26 Le-Chun Wu <lcwu@google.com>
-
- * c-parser.c (c_parser_declaration_or_fndef): Check for self-assign.
- (c_parser_expr_no_commas): Check for self-assign.
- * c-common.c (check_for_self_assign): New function.
- * c-common.h: New function declaration.
- * c.opt: New option.
-
-2011-04-25 David Li <davidxl@google.com>
-
- * c-opts.c (c_common_post_options): New option.
- (c_common_parse_file): LIPO mode driver change.
- (push_command_line_include): New function.
-
-Copyright (C) 2011 Free Software Foundation, Inc.
-
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.