aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-11/+13
2016-08-29re PR c/77292 (Spurious warning: logical not is only applied to the left hand...Marek Polacek2-2/+10
2016-08-29Fix assert in build_va_arg, case 2bTom de Vries2-1/+8
2016-08-29Replace error_at with assert in build_va_argTom de Vries2-12/+7
2016-08-29Handle errors in both args of va_argTom de Vries2-2/+11
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek3-5/+24
2016-08-22re PR c++/77321 (crash in warn_for_memset)Marek Polacek2-1/+6
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers2-14/+22
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers6-10/+153
2016-08-18Allow calling diagnostic_show_locus without a diagnostic_infoDavid Malcolm2-1/+6
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm4-0/+31
2016-08-18re PR c/71514 (ICE on C11 code with atomic exchange at -O1 and above on x86_6...Marek Polacek2-0/+20
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm4-25/+57
2016-08-15c-ada-spec.c (dump_number): New function.Eric Botcazou2-3/+147
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek6-3/+15
2016-08-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_if_constexpr.Jason Merrill2-0/+5
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill2-1/+6
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2-0/+6
2016-08-09Implement C++17 constexpr lambda.Jason Merrill2-1/+8
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm3-18/+286
2016-08-08Use class substring_loc in c-format.c (PR c/52952)David Malcolm2-174/+358
2016-08-08c-format.c: cleanup of check_format_info_mainDavid Malcolm2-636/+1049