tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Avoid undesirable warning.
[gcc.git] / gcc / c-family /
2018-12-20 H.J. LuC/C++: Add -Waddress-of-packed-member
2018-12-20 David Malcolm-Wtautological-compare: fix comparison of macro expansions
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-06 Jason MerrillPR c++/88136 - -Wdeprecated-copy false positives
2018-11-29 Martin SeborPR c/88172 - attribute aligned of zero silently accepte...
2018-11-28 Martin SeborPR c/88065 - ICE in -Wsizeof-pointer-memaccess on an...
2018-11-28 Jakub Jelinekre PR sanitizer/88215 (UBSAN: Internal compiler error...
2018-11-27 Eric Botcazouc-ada-spec.c: Include stringpool.h.
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-16 Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-16 Jakub Jelinekre PR middle-end/87854 (gcc.c-torture/compile/pr46534...
2018-11-15 Martin SeborPR c++/87541 - ICE using a constant decl as an attribut...
2018-11-15 David MalcolmMachine-readable diagnostic output (PR other/19165)
2018-11-14 Jakub JelinekP1236R1 - Signed integers are two's complement
2018-11-14 Jakub Jelinekre PR other/88007 (ICE in gt_ggc_m_S, at ggc-page.c...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-13 Martin SeborPR middle-end/81824 - Warn for missing attributes with...
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-11-13 Jason MerrillChange __cpp_explicit_bool to __cpp_conditional_explicit.
2018-11-09 Martin SeborPR middle-end/81824 - Warn for missing attributes with...
2018-11-09 Martin SeborPR c/87795 - Excessive alignment permitted for function...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-08 David MalcolmSupport %f in pp_format
2018-11-08 David Malcolmdump_printf: add "%C" for dumping cgraph_node *
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-10-31 Nathan Sidwell[PATCH] command line macros
2018-10-31 Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-30 Martin SeborPR middle-end/87041 - -Wformat reading through null...
2018-10-30 Marek PolacekImplement P0892R2, explicit(bool).
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-29 David MalcolmFolding and check_function_arguments
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-17 Joseph MyersUpdate C17 option descriptions not to say "expected...
2018-10-12 Christophe LyonFix typo in previous commit.
2018-10-12 Will Wrayre PR c++/87364 (Pretty print of enumerator never print...
2018-10-11 Jakub Jelinekc-lex.c (c_common_has_attribute): Return 201803 instead...
2018-10-09 David MalcolmCleanup of libcpp diagnostic callbacks
2018-10-08 Richard SandifordDon't ICE on vectors of enums (PR 87286)
2018-10-04 Vinay Kumarinvoke.texi (-Wno-prio-ctor-dtor): Document new warning...
2018-10-03 Jason MerrillImplement P0840, language support for empty objects.
2018-10-01 Eric Botcazouc-ada-spec.c (get_underlying_decl): Get to the main...
2018-09-25 Martin LiskaRemove Pascal-related entries in code and comments.
2018-09-21 Eric Botcazouc-ada-spec.c: Include diagnostic.h.
2018-09-20 Marek PolacekAdd -Wclass-conversion.
2018-09-17 David MalcolmAdd range_idx param to range_label::get_text
2018-09-17 David Malcolmsubstring-locations: add class format_string_diagnostic_t
2018-09-17 Martin JamborAdd -Wabsolute-value
2018-09-06 Bernd Edlingervarasm.c (output_constructor_regular_field): Check...
2018-09-02 Bernd Edlingerc-common.c (braced_list_to_string): Remove eval parameter.
2018-08-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-26 Marek PolacekPR c++/87029, Implement -Wredundant-move.
2018-08-21 Marek PolacekPR c++/86981, Implement -Wpessimizing-move.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-20 Nathan Sidwell[PATCH] #assert becomes macro-like
2018-08-17 Nathan Sidwell[PATCH] Adjust lazy macro definition
2018-08-17 David MalcolmFormatted printing for dump_* in the middle-end
2018-08-17 Nathan Sidwell[PATCH] Macro body is trailing array
2018-08-17 Nathan Sidwell[PATCH] Move cpp_macro to cpplib.h
2018-08-17 Martin LiskaMerge Ignore and Deprecated in .opt files.
2018-08-16 David Malcolm-Wmisleading-indentation: fix ICE in get_visual_column...
2018-08-16 Nathan Sidwell[PATCH] CPP Macro predicates
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-13 Martin SeborPR tree-optimization/71625 - missing strlen optimizatio...
2018-08-08 Nathan Sidwell[PATCH] line-map include-from representation
2018-08-01 Martin SeborPR tree-optimization/86650 - -Warray-bounds missing...
2018-07-31 David Malcolmc-family: clean up the data tables in c-format.c
2018-07-31 Richard EarnshawAdd __builtin_speculation_safe_value
2018-07-20 David Malcolmlibcpp: remove redundant parameter from rich_location...
2018-07-20 Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-07-20 Martin SeborPR middle-end/82063 - issues with arguments enabled...
2018-07-12 Jakub Jelinekc-attribs.c (c_common_attribute_table): Add "omp declar...
2018-07-12 Richard Bienerre PR c/86453 (error: type variant differs by TYPE_PACK...
2018-07-10 Jakub Jelinekre PR c++/86443 (ICEs on #pragma omp distribute paralle...
2018-07-07 Eric Botcazouc-ada-spec.c (to_ada_name): Remove index parameter.
2018-07-06 Peter Bergnerre PR target/86324 (testsuite test divkc3-1.c FAILs...
2018-07-05 Nathan SidwellReplace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
2018-06-28 Martin LiskaMakefile.in: Add opt-suggestions.o.
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20 Jakub Jelinekre PR c++/86210 (Missing -Wnonnull warning for function...
2018-06-18 Martin SeborPR middle-end/85602 - -Wsizeof-pointer-memaccess for...
2018-06-16 Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-06-13 Jason Merrillc-opts.c (c_common_post_options): Warn about useless...
2018-06-13 Jason MerrillPR c++/86094 - wrong code with defaulted move ctor.
2018-06-12 Martin SeborPR c/85931 - -Wsizeof-pointer-memaccess for strncpy...
2018-06-12 Martin LiskaCome up with Deprecated option flag.
2018-06-08 David MalcolmConvert dump and optgroup flags to enums
2018-06-08 Martin LiskaRemove MPX
2018-06-06 Jakub Jelinekre PR c++/86068 (__cpp_transactional_memory is 210500)
2018-06-06 Jason MerrillPR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-01 Jason Merrill* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_deduction...
2018-06-01 Eric Botcazouc-ada-spec.c (dump_ada_declaration): Generate a forward...
2018-05-31 Martin SeborPR c/82063 - issues with arguments enabled by -Wall
2018-05-30 David Paganre PR c/55976 (-Werror=return-type should error on...
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-28 Bernd Edlingersplay-tree.h (splay_tree_compare_strings, [...]): Decla...
2018-05-26 Jakub Jelinekre PR bootstrap/85921 (/gcc/c-family/c-warn.c fails...
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
next