diff options
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 77 |
1 files changed, 76 insertions, 1 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index db9a279c20f..a22485fcbd6 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,78 @@ +2016-01-18 Jason Merrill <jason@redhat.com> + + PR c++/68767 + * c-common.c (check_function_arguments_recurse): Fold the whole + COND_EXPR, not just the condition. + +2016-01-18 Tom de Vries <tom@codesourcery.com> + + * c-omp.c (c_oacc_split_loop_clauses): Don't copy OMP_CLAUSE_REDUCTION, + classify as loop clause. + +2016-01-15 Jakub Jelinek <jakub@redhat.com> + + PR bootstrap/68271 + * c-pragma.c (c_register_pragma_1): Adjust comment to note that + C++ FE no longer has limit on number of pragmas. + +2015-01-14 Ryan Burn <contact@rnburn.com> + + PR c++/69048 + * cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr + to add missing cleanup point. + +2016-01-14 David Malcolm <dmalcolm@redhat.com> + + PR c++/68819 + * c-indentation.c (get_visual_column): Add location_t param. + Handle the column number being zero by effectively disabling the + warning, with an "inform". + (should_warn_for_misleading_indentation): Add location_t argument + for all uses of get_visual_column. + +2016-01-10 Patrick Palka <ppalka@gcc.gnu.org> + + PR c++/69029 + * c-indentation.c (should_warn_for_misleading_indentation): + Don't warn about do-while statements. + +2016-01-07 Martin Sebor <msebor@redhat.com> + + PR c/68966 + * c-common.c (sync_resolve_size): Reject first argument when it's + a pointer to _Bool. + +2016-01-05 David Malcolm <dmalcolm@redhat.com> + + PR c/69122 + * c-indentation.c (get_visual_column): Remove default argument. + (should_warn_for_misleading_indentation): For the multiline case, + update call to get_visual_column for next_stmt_exploc so that it + captures the location of the first non-whitespace character in the + relevant line. Don't issue warnings if there is non-whitespace + before the next statement. + +2016-01-04 Jakub Jelinek <jakub@redhat.com> + + Update copyright years. + +2015-12-21 David Malcolm <dmalcolm@redhat.com> + + * c-common.c (binary_op_error): Convert first param from + location_t to rich_location * and use it when emitting an error. + * c-common.h (binary_op_error): Convert first param from + location_t to rich_location *. + +2015-12-16 David Malcolm <dmalcolm@redhat.com> + + * c-common.h (conflict_marker_get_final_tok_kind): New prototype. + * c-lex.c (conflict_marker_get_final_tok_kind): New function. + +2015-12-15 Ilya Verbin <ilya.verbin@intel.com> + + * c-common.c (c_common_attribute_table): Handle "omp declare target + link" attribute. + 2015-12-14 Jakub Jelinek <jakub@redhat.com> PR c/68833 @@ -5959,7 +6034,7 @@ * c-common.c: Include gt-c-family-c-common.h. * c-pragma.c: Include gt-c-family-c-pragma.h. -Copyright (C) 2010-2015 Free Software Foundation, Inc. +Copyright (C) 2010-2016 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |