aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2015-06-02PR c/66220: Fix false positive from -Wmisleading-indentationDavid Malcolm2-8/+26
2015-06-02Avoid unnecessary work when -Wmisleading-indentation isn't enabledDavid Malcolm2-0/+11
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-1/+1
2015-06-01Change use to type-based pool allocator in c-format.c.Martin Liska2-14/+17
2015-05-31c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.Eric Botcazou2-0/+11
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel2-5/+4
2015-05-25* c-ubsan.c (ubsan_instrument_shift): Use type0.Marek Polacek2-1/+5
2015-05-22fix some dates in ChangeLogsTrevor Saunders1-2/+2
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek2-0/+6
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders2-3/+7
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders2-1/+6
2015-05-21re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez2-20/+149
2015-05-20cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.Marek Polacek2-1/+5
2015-05-20gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.Marek Polacek2-1/+5
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek3-16/+16
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm5-14/+34
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev2-12/+8
2015-05-18Move array-type va_list handling to build_va_argTom de Vries2-15/+117
2015-05-15re PR c/48956 (-Wconversion should warn when a complex value is assigned to a...Mikhail Maltsev3-23/+175
2015-05-14re PR c/66066 (r222889 causes bogus error: initializer element is not constant)Marek Polacek2-16/+60
2015-05-12Implement -Wmisleading-indentationDavid Malcolm4-0/+402
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-1/+1
2015-05-12Don't take address of ap unless necessaryTom de Vries2-3/+24
2015-05-09c-opts.c (c_common_post_options): Also clear cpp_opts->cpp_warn_cxx11_compat.Jason Merrill2-0/+4
2015-05-09c-common.h (enum cxx_dialect): Add cxx_unset.Jason Merrill4-2/+11
2015-05-09c.opt (std=c++14): Remove Undocumented flag and experimental warning.Jason Merrill2-3/+10
2015-05-09c.opt (Wc++11-compat): Make primary.Jason Merrill3-5/+7
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill2-1/+5
2015-05-07re PR c/64918 (invalid (?) warning when initializing structure)Marek Polacek2-0/+9
2015-05-07re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek4-0/+26
2015-05-07c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek2-5/+13
2015-05-05c.opt (Wterminate): New.Jason Merrill2-0/+8
2015-04-30c-common.c (maybe_warn_bool_compare): When comparing with 0/1, require that t...Marek Polacek2-0/+16
2015-04-29c-common.c (handle_section_attribute): Refactor to reduce nesting and disting...Josh Triplett2-45/+51
2015-04-29re PR c/64610 (No -Wbool-compare warning on "(0 != a) >= 0")Marek Polacek2-2/+20
2015-04-29c-common.h (omp_clause_mask): Unconditionally define as a class.Jakub Jelinek2-21/+18
2015-04-28Remove ifn_va_arg ap fixupTom de Vries2-0/+9
2015-04-28c-ada-spec.c (in_function): Delete.Eric Botcazou2-19/+108
2015-04-24re PR c/63357 (Warn for P && P and P || P (same expression used multiple tim...Marek Polacek2-13/+30
2015-04-24re PR c/65830 (-Wno-shift-count-negative -Wno-shift-count-overflow don't work...Marek Polacek2-6/+14
2015-04-24re PR c/61534 (Wlogical-op should not warn when either operand comes from mac...Marek Polacek2-0/+13
2015-04-10PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer3-0/+14
2015-03-27re PR target/65495 (ICE: chkp_make_addressed_object_bounds: Unexpected tree c...Ilya Enkovich1-9/+9
2015-03-11c-parser.c (c_parse_init): Don't call xstrdup on get_identifier argument.Jakub Jelinek2-3/+7
2015-03-10c.opt (fchkp-use-wrappers): New.Ilya Enkovich1-0/+4
2015-03-10linux-common.h (LIBMPX_WRAPPERSSPEC): New.Ilya Enkovich1-0/+3
2015-03-10Makefile.def: Add libmpx.Ilya Enkovich1-0/+3
2015-03-10re PR c/65120 (Wlogical-not-parentheses should not warn about double exclamat...Jakub Jelinek2-0/+12
2015-03-06re PR sanitizer/65280 (-fsanitize=bounds does not detect out-of-bounds access)Marek Polacek2-2/+9
2015-03-06c-ada-spec.c (dump_ada_double_name): Fix pasto.Eric Botcazou2-1/+6