cp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
[gcc.git] / gcc / cp / ChangeLog
2018-02-14 Paolo Carlinicp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
2018-02-13 Jakub Jelinekre PR c++/84364 (-Weffc++ warns on "return *this" in...
2018-02-13 Paolo Carlinire PR c++/84333 (ICE with ternary operator in template...
2018-02-13 Jason MerrillPR c++/84080 - ICE with return type deduction and speci...
2018-02-13 Jason MerrillFix more variadic capture issues.
2018-02-13 Jason MerrillPR c++/84338 - wrong variadic sizeof.
2018-02-12 Jakub Jelinekre PR c++/84341 (ICE with #pragma omp atomic)
2018-02-12 Nathan Sidwell[PR c++/84263] GC ICE with decltype
2018-02-12 Richard Bienerre PR c++/84281 (Heap grows indefinitely)
2018-02-12 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-02-09 Jakub Jelinekre PR sanitizer/83987 (ICE with OpenMP, sanitizer and...
2018-02-09 Jason MerrillPR c++/81917 - ICE with void_t and partial specialization.
2018-02-09 Nathan Sidwell[PR c/84293] Unexpected strict-alias warning
2018-02-09 Jason MerrillPR c++/84296 - ICE with qualified-id in template.
2018-02-09 Marek Polacekre PR c++/83659 (ICE on compilable C++ code: in tree_to...
2018-02-08 Paolo Carliniconstexpr.c (cxx_eval_component_reference): Use INDIREC...
2018-02-08 Paolo Carlinire PR c++/83806 (Spurious -Wunused-but-set-parameter...
2018-02-08 Nathan Sidwell[C++ PATCH] initializer_list diagnostic
2018-02-08 Paolo Carlinire PR c++/83204 (c++ -std=c++14 ICE in maybe_undo_paren...
2018-02-07 Jakub Jelinekre PR c++/84082 (ICE with broken template function...
2018-02-07 David MalcolmC++: avoid most reserved words as misspelling suggestio...
2018-02-07 Jason MerrillPR c++/84182 - ICE with captured lambda
2018-02-07 Martin LiskaRevert behavior to r251316.
2018-02-05 Marek Polacekclass.c: Remove unused global variables.
2018-02-02 Paolo Carlinic-common.h (DECL_UNNAMED_BIT_FIELD): New.
2018-02-02 Jason MerrillPR c++/84181 - ICE with lambda parm in template argument.
2018-02-02 Jason MerrillPR c++/84160 - ICE with nested variadic capture.
2018-02-01 Marek Polacekre PR c++/84125 (ICE in generic lambda when static_asse...
2018-02-01 Jason MerrillPR c++/84126 - ICE with variadic generic lambda
2018-02-01 Paolo Carlinire PR c++/83796 (Abstract classes allowed to be instant...
2018-01-31 Jason Merrillre PR c++/83993 (ICE: constant not recomputed when...
2018-01-31 Jakub Jelinekre PR c++/83993 (ICE: constant not recomputed when...
2018-01-31 Paolo Carlinire PR c++/84092 (ICE on C++14 code with variable templa...
2018-01-31 Marek Polacekre PR c++/84138 (ICE folding broken constant)
2018-01-30 Jason MerrillPR c++/84091 - ICE with local class in lambda in template.
2018-01-30 Jason MerrillPR c++/84098 - ICE with lambda in template NSDMI.
2018-01-29 Jason MerrillPR c++/68810 - wrong location for reinterpret_cast...
2018-01-29 Marek Polacekre PR c++/83996 (ICE with zero-sized array)
2018-01-29 Jason MerrillPR c++/83942 - wrong unused warning with static_cast.
2018-01-26 Jason MerrillPR c++/83956 - wrong dtor error with anonymous union
2018-01-26 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-01-26 Jason MerrillPR c++/82514 - ICE with local class in generic lambda.
2018-01-25 Jakub Jelinekre PR c++/84031 (structured binding unpacks nameless...
2018-01-24 Jason MerrillPR c++/82249 - wrong mismatched pack length error.
2018-01-24 Paolo Carlinire PR c++/83921 (GCC rejects constexpr initialization...
2018-01-23 Jason MerrillPR c++/83947 - ICE with auto declarations.
2018-01-23 David MalcolmC++: Fix ICE in fold_for_warn on CAST_EXPR (PR c++...
2018-01-23 Jakub Jelinekre PR sanitizer/83987 (ICE with OpenMP, sanitizer and...
2018-01-23 Nathan Sidwell[PR c++/839888] Baselink tsubst ICE
2018-01-23 Jakub Jelinekre PR c++/83958 (ICE: Segmentation fault (in find_decom...
2018-01-23 Nathan Sidwell[C++ PATCH] Deprecate ARM-era for scopes
2018-01-22 Jason MerrillPR c++/83720 - different fix
2018-01-22 Jason MerrillPR c++/83720 - ICE with lambda and LTO.
2018-01-22 Marek Polacekre PR c++/81933 (Invalid "constexpr call flows off...
2018-01-22 Ville Voutilainenre PR c++/83895 (-Wparentheses warns about pointer...
2018-01-19 Jakub Jelinekre PR c++/81167 (ICE on valid C++ code in deferred_prin...
2018-01-19 Jakub Jelinekre PR c++/83919 (spurious -Wignored-qualifiers warning)
2018-01-19 Marek Polacek* constexpr.c (fold_simple): Simplify.
2018-01-18 Jason MerrillFix template/inherit4.C.
2018-01-18 Paolo Carlinicp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIAL...
2018-01-18 Jason MerrillPR c++/82461 - constexpr list-initialized member
2018-01-18 Paolo Carlinire PR c++/81013 (ICE with invalid union in class hierarchy)
2018-01-18 Nathan SidwellPR c++/83160] local ref to capture
2018-01-17 Jakub Jelinekre PR c++/83824 (ICE on invalid C++ code with alignas...
2018-01-17 Paolo Carlinire PR c++/78344 (ICE on invalid c++ code on x86_64...
2018-01-17 Jakub Jelinekre PR c++/83897 (Useless __builtin_unreachable () emitt...
2018-01-17 Paolo Carlinire PR c++/81054 (ICE with volatile variable in constexp...
2018-01-17 Nathan Sidwell[C++/83287] Another overload lookup ice
2018-01-17 David MalcolmC++: Fix crash in warn_for_memset within templates...
2018-01-17 Jason MerrillPR c++/81067 - redundant NULL warning.
2018-01-17 Jason MerrillPR c++/81843 - ICE with variadic member template.
2018-01-17 David MalcolmFix failure building LLVM with location wrapper nodes...
2018-01-17 Nathan Sidwell[C++/83739] bogus error tsubsting range for in generic...
2018-01-16 Jason MerrillPR c++/83714 - ICE checking return in template.
2018-01-16 Jakub Jelinekre PR c++/83817 (internal compiler error: tree check...
2018-01-16 Jakub Jelinekre PR c++/83825 (ICE on invalid C++ code with shadowed...
2018-01-16 Martin SeborPR c++/83588 - struct with two flexible arrays causes...
2018-01-12 Jason MerrillPR c++/83186 - ICE with static_cast of list-initialized...
2018-01-12 Nathan Sidwell[C++ PATCH] some reformatting
2018-01-11 Jason MerrillPR c++/82728 - wrong -Wunused-but-set-variable
2018-01-11 Nathan Sidwell[C++ PATCH] kill unused enum
2018-01-10 Paolo Carliniparser.c (cp_parser_std_attribute_spec): When token_pai...
2018-01-10 David MalcolmPreserving locations for variable-uses and constants...
2018-01-10 Marek Polacekre PR c++/82541 (Wduplicated-branches triggers in templ...
2018-01-10 Jakub Jelinekre PR c++/81327 (cast to void* does not suppress -Wclas...
2018-01-10 Paolo Carlinire PR c++/81055 (ICE with invalid initializer for array...
2018-01-09 Jakub Jelinekre PR c++/83734 (ice in cxx_eval _statement_list, at...
2018-01-03 Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03 Jakub Jelinekre PR c++/83555 (Unnecessary null check when static_cas...
2018-01-03 Nathan Sidwell[PR c++/83667] Fix tree_dump ICE
2018-01-03 Marek Polacekre PR c++/83592 (Annoying -Wparentheses warnings)
2018-01-03 Jakub Jelinekre PR preprocessor/83602 (ICE in cpp_macro_definition_l...
2018-01-03 Jakub Jelinekre PR c++/83634 (ICE in useless_type_conversion_p,...
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-02 Jakub Jelinekre PR c++/83556 (ICE in gimplify_expr, at gimplify...
2018-01-02 Nathan Sidwell[C++ PATCH] tiny code cleanup
2017-12-22 Jakub Jelinekre PR debug/83550 (Bad location of DW_TAG_structure_typ...
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-21 Nathan Sidwell[PR c++/83406] deducing lambda type
2017-12-21 Richard Sandifordpoly_int: get_inner_reference & co.
next