PR c++/83871 - wrong code for attribute const and pure on distinct template specializ...
[platform/upstream/gcc.git] / gcc / cp / pt.c
2018-02-27 Martin SeborPR c++/83871 - wrong code for attribute const and pure...
2018-02-27 Jason MerrillPR c++/84489 - dependent default template argument
2018-02-26 Paolo Carlinire PR c++/84540 (ICE with alignas in variadic template)
2018-02-26 Jason MerrillPR c++/84015 - ICE with class deduction and auto templa...
2018-02-23 Jason MerrillPR c++/70468 - ICE with constructor delegation via...
2018-02-20 Jakub Jelinekre PR c++/84455 (ICE in build_call_a at gcc/cp/call...
2018-02-16 Jason MerrillPR c++/82664 - ICE with reference to function template...
2018-02-15 Jason MerrillPR c++/84376 - ICE with omitted template arguments.
2018-02-15 Jason MerrillPR c++/84368 - wrong error with local variable in varia...
2018-02-14 Paolo Carlinire PR c++/84350 (ICE with new and auto)
2018-02-14 Paolo Carlinicp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
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 Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-02-09 Jason MerrillPR c++/81917 - ICE with void_t and partial specialization.
2018-02-09 Jason MerrillPR c++/84296 - ICE with qualified-id in template.
2018-02-08 Paolo Carlinire PR c++/83204 (c++ -std=c++14 ICE in maybe_undo_paren...
2018-02-07 Jason MerrillPR c++/84182 - ICE with captured lambda
2018-02-01 Jason MerrillPR c++/84126 - ICE with variadic generic lambda
2018-01-30 Jason MerrillPR c++/84098 - ICE with lambda in template NSDMI.
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-24 Jason MerrillPR c++/82249 - wrong mismatched pack length error.
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 Nathan Sidwell[PR c++/839888] Baselink tsubst ICE
2018-01-18 Jason MerrillFix template/inherit4.C.
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 Jakub Jelinekre PR c++/83817 (internal compiler error: tree check...
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-03 Jakub JelinekUpdate copyright years.
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-19 Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-12-18 Nathan Sidwell[PR c++/59930] template friend injection
2017-12-15 Jakub Jelinekre PR c++/81197 (ICE with structured binding and lifeti...
2017-12-15 Nathan Sidwell[PR C++/59930] template friend classes & default args
2017-12-14 Jakub Jelinekre PR c++/79650 (ICE on invalid c++ code with label...
2017-12-13 Nathan Sidwell[PR C++/15272] lookups with ambiguating dependent base
2017-12-12 Jason MerrillPR c++/82115 - ICE with variable initialized with its...
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-06 Jason MerrillPR c++/82115 - ICE with variable initialized with its...
2017-12-05 Jason MerrillPR c++/82331 - ICE with variadic partial specialization...
2017-11-30 Jason MerrillPR c++/82219 - bogus -Wignored-qualifiers with template
2017-11-28 Jakub Jelinekre PR sanitizer/81275 (-fsanitize=thread produce incorr...
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-27 Jason Merrillpt.c (primary_template_specialization_p): Rename from
2017-11-23 Eric Botcazougeneric.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-16 Jason MerrillPR c++/79092 - non-type args of different types are...
2017-11-14 Jason MerrillSupport GTY((cache)) on hash_map.
2017-11-13 Jason MerrillCapture adjustments for P0588R1.
2017-11-03 Paolo Carlinire PR c++/81957 (ICE decltype)
2017-11-02 Nathan Sidwell[C++ PATCH] overloaded operator fns [8/N]
2017-11-01 Nathan Sidwell[C++ PATCH] overloaded operator fns [8/N]
2017-10-31 David Malcolmpt.c: add missing %< and %>
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-31 Jason Merrillconstexpr.c, pt.c: Adjust comments.
2017-10-30 Paolo Carlinire PR c++/82085 (ICE: Template variable reference used...
2017-10-27 Paolo Carlinipt.c (invalid_nontype_parm_type_p): Return a bool inste...
2017-10-24 Paolo Carlinire PR c++/80991 (ICE with __is_trivially_constructible...
2017-10-10 Jason MerrillMore delayed lambda capture fixes.
2017-10-10 Jason MerrillVarious small C++ fixes.
2017-10-06 Paolo Carlinire PR c++/47791 (finish function is using literal value...
2017-10-04 Jason MerrillPR c++/81525 - broken handling of auto in generic lambda.
2017-09-29 Jakub JelinekP0683R1 - default member initializers for bit-fields
2017-09-29 Jakub Jelinekc-attribs.c (handle_packed_attribute): Test DECL_C_BIT_...
2017-09-28 Jason MerrillPR c++/56973, DR 696 - capture constant variables only...
2017-09-28 Jason MerrillUse local_specializations to find capture proxies.
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-07 Jason MerrillPR c++/82053 - ICE with default argument in lambda...
2017-09-06 Jason MerrillPR c++/82070 - error with nested lambda capture
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-09-05 Nathan Sidwellcp-tree.h (lang_decl_base): Rename template_conv_p...
2017-09-05 Nathan Sidwellclass.c (unreverse_member_declarations): Remove extrane...
2017-08-31 Jason MerrillPR c++/82029 - __PRETTY_FUNCTION__ in lambda in template
2017-08-30 Ville VoutilainenMake taking the address of an overloaded function a...
2017-08-29 Jason MerrillReimplement handling of lambdas in templates.
2017-08-29 Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-29 Jason MerrillVarious small fixes.
2017-08-29 Jason MerrillAdjust C++17 class deduction use of DECL_ABSTRACT_ORIGIN.
2017-08-29 Jason MerrillSupport copying local_specializations.
2017-08-29 Jason MerrillAdd immediate potential_constant_expression variants.
2017-08-29 Jason MerrillInstantiate default arguments/member initializers once.
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-21 Nathan Sidwellre PR c++/81899 (ICE: Segmentation fault)
2017-08-11 Jason MerrillPR c++/81671 - nullptr_t template parameter
2017-08-09 Jason MerrillPR c++/81525 - wrong constant value with generic lambda
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-04 Paolo Carlinire PR c++/79790 ([C++17] ICE class template argument...
2017-07-31 Jan HubickaRecover GOTO predictor.
2017-07-26 Jason MerrillP0702R1 - List deduction of vector.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-14 David Malcolmc/c++: Add fix-it hints for suggested missing #includes
2017-07-13 Jason MerrillP0512R0 - Deduction from an initializer list.
2017-06-30 Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-30 Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-30 Nathan Sidwellcall.c (build_new_method_call_1): Use constructo_name...
next