aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2016-10-12gcc/Jakub Jelinek3-0/+20
2016-10-11c-common.c (warning_candidate_p): Change the return type to bool and return t...Marek Polacek2-12/+19
2016-10-11Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.Marek Polacek4-2191/+2269
2016-10-08Delay folding of bool conversion into COND_EXPR.Jason Merrill2-15/+7
2016-10-08c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek2-3/+21
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek3-0/+8
2016-10-07re PR c++/77700 (suspicios code in cp/parser.c)Bernd Edlinger2-0/+11
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek3-1/+12
2016-10-05re PR sanitizer/66343 ("Error: .Lubsan_type3 already defined" with UBSan and ...Jakub Jelinek2-3/+6
2016-10-05c-common.c (c_common_truthvalue_conversion): Warn also for suspicious conditi...Bernd Edlinger2-0/+14
2016-10-05re PR sanitizer/77823 (ICE: in ubsan_encode_value, at ubsan.c:137 with -fsani...Jakub Jelinek2-2/+8
2016-10-05* c-common.c (c_common_reswords): Update comment for C++11.Jakub Jelinek2-2/+6
2016-10-04PR c++/77852 - class deduction from list-initJason Merrill3-0/+18
2016-10-04defaults.h (JCR_SECTION_NAME, [...]): Remove.Jakub Jelinek2-4/+5
2016-10-03invoke.texi: Update -Wint-in-bool-context.Bernd Edlinger2-0/+16
2016-09-29Implement P0001R1 - C++17 removal of register storage class specifier c-family/Jakub Jelinek3-0/+15
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh2-2/+7
2016-09-27c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for -std=c++1z.Jakub Jelinek2-0/+4
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek2-1/+4
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme2-0/+5
2016-09-26c-lex.c (c_common_has_attribute): Handle attribute fallthrough.Marek Polacek2-1/+6
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek3-0/+51
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek2-0/+9
2016-09-21c-common.c (c_common_truthvalue_conversion): Inhibit Wint-in-bool-context war...Bernd Edlinger2-2/+10
2016-09-21PR bootstrap/77676 - powerpc64 and powerpc64le stage2 bootstrap failMartin Sebor2-1/+7
2016-09-21re PR c++/77651 (c++ -Wno-aligned-new ICEs)Jakub Jelinek3-4/+13
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor2-0/+19
2016-09-19re PR c++/77434 (warn about suspicious precedence of ternary operator (?:))Bernd Edlinger3-0/+24
2016-09-19Make max_align_t respect _Float128.Joseph Myers2-2/+10
2016-09-15c-common.c (check_cxx_fundamental_alignment_constraints): Check DECL_EXTERNAL.Jason Merrill2-1/+6
2016-09-14c-common.c (check_cxx_fundamental_alignment_constraints): Don't limit FIELD_D...Jason Merrill2-34/+17
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek4-8/+14
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm2-5/+8
2016-09-13Don't treat array as builtin type in set_underlying_typeJason Merrill2-1/+7
2016-09-13Trying again to fix aligned-new on m68k.Jason Merrill2-7/+7
2016-09-12Fix aligned-new tests on m68k.Jason Merrill2-6/+14
2016-09-12re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger2-6/+15
2016-09-12Fix suggestions for non-trivial Wformat type cases (PR c/72858)David Malcolm2-58/+394
2016-09-10Make canonical_va_list_type more strictTom de Vries2-17/+10
2016-09-09PR c/77520 - wrong value for extended ASCII characters in -Wformat messageMartin Sebor2-14/+13
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill5-5/+60
2016-09-09Define TS 18661-1 type width macros in <limits.h> and <stdint.h>.Joseph Myers2-7/+80
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm4-195/+32
2016-09-06PR c/77336 - -Wsuggest-attribute=format warning overly simplisticMartin Sebor2-3/+20
2016-09-06re PR tree-optimization/77450 (ICE: in verify_ssa, at tree-ssa.c:1016 on very...Richard Biener2-1/+9
2016-09-05ChangeLog formatting fixes.Jakub Jelinek1-19/+19
2016-09-05re PR c/77423 (-Wlogical-not-parentheses false positive for bitwise expressio...Marek Polacek2-3/+43
2016-09-04Revert "Replace error_at with assert in build_va_arg"Tom de Vries2-2/+20
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek2-2/+21
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor2-1/+7