]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/ChangeLog
Implement P0732R2, class types in non-type template parameters.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
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.
2018-05-17  Martin LiskaFix GNU coding style for G_.
2018-05-14  Jason Merrillpt.c (tsubst): Check valid_array_size_p.
2018-05-11  Jakub Jelinekre PR c/85696 (OpenMP with variably modified and defaul...
2018-05-11  Martin LiskaSupport LLVM style of no_sanitize attribute (PR sanitiz...
2018-05-10  Jakub Jelinekre PR c++/85662 ("error: non-constant condition for...
2018-05-10  Eric Botcazoure PR c++/85400 (invalid Local Dynamic TLS relaxation...
2018-05-07  Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-05-03  Nathan Sidwell[C++ Patch] Kill -ffriend-injection
2018-05-01  David Malcolm-Wformat: fix nonsensical "wide character" message...
2018-04-30  David MalcolmUse char_span for return type of location_get_source_line
2018-03-29  David MalcolmMore #include suggestions (PR c++/84269)
2018-03-27  Jakub Jelinekre PR c++/85061 (ICE with __builtin_offsetof applied...
2018-03-23  Marek Polacekre PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pre...
2018-03-20  Eric Botcazou* c-ada-spec.c (pp_ada_tree_identifier): Deal specifica...
2018-03-16  Jakub Jelinekre PR c/84909 (typo: conversion from %qT to to %qT)
2018-03-16  Jakub Jelinekre PR c/84910 (typo: "%qs follows inline declaration ")
2018-03-16  Richard Bienerre PR c/84873 (ICE: verify_ssa failed (error: definitio...
2018-03-15  Richard Bienerre PR c/84873 (ICE: verify_ssa failed (error: definitio...
2018-03-13  Martin SeborPR tree-optimization/84725 - enable attribute nonstring...
2018-03-12  Martin SeborPR tree-optimization/83456 - -Wrestrict false positive...
2018-03-02  Marek Polacekre PR c++/84171 (ICE with -Wsign-compare)
2018-03-02  Thomas SchwingeMore Cilk Plus removal
2018-03-01  Marek Polacekre PR c++/84639 (gcc/c-family/c-attribs.c:1822:27:...
2018-02-28  Eric Botcazoui-cexten.ads (Float_128): New type.
2018-02-28  Eric Botcazouc-ada-spec.c (dump_ada_double_name): New case.
next