]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[thirdparty/gcc.git] / gcc / cp / pt.c
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...
2017-06-29  Jason MerrillPR c++/81180 - ICE with C++17 deduction of member class...
2017-06-28  Jason MerrillPR c++/69300 - ICE with self-referential noexcept
2017-06-28  Jason MerrillPR c++/61022 - error with variadic template template...
2017-06-28  Jason MerrillPR c++/72801 - ICE with variadic partial specialization
2017-06-28  Jason MerrillPR c++/45976 - error with ::template in declarator.
2017-06-27  Nathan Sidwellpt.c (tsubst_decl <FUNCTION_DECL>): Move var decls...
2017-06-27  Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26  Jason MerrillPR c++/81215 - deduction failure with variadic TTP.
2017-06-23  Jason MerrillPR c++/79056 - C++17 ICE with invalid template syntax.
2017-06-22  Nathan SidwellReorder IDENTIFIER flags
2017-06-19  Jason MerrillPR c++/81073 - constexpr and static var in statement...
2017-06-19  Nathan Sidwellpt.c (coerce_template_parms): Fix indentation.
2017-06-17  Jason MerrillPR c++/81045 - Wrong type-dependence with auto return...
2017-06-17  Jason MerrillPR c++/81102 - Wrong error with partial specialization.
2017-06-17  Jason MerrillPR c++/80174 - ICE with partial specialization of membe...
2017-06-16  Nathan Sidwell* pt.c (tsubst_baselink): Fix & clarify formatting.
2017-06-16  Nathan SidwellMake keyed_classes a vector.
2017-06-11  Jason Merrilltree.h (id_equal): New.
2017-06-10  Jason MerrillMissing bits from N4268, constant evaluation for all...
2017-06-10  Jason MerrillOverhaul pointer-to-member conversion and template...
2017-06-09  Jason MerrillFix template argument of nullptr_t type.
2017-06-09  Jason MerrillFix array decay handling in constant expressions.
2017-06-09  Jason MerrillPR c++/80384 - ICE with dependent noexcept-specifier
2017-06-07  Jonathan WakelyPR c++/80990 use cv-qualifiers in class template argume...
2017-05-31  Jason MerrillPR c++/80840 - ICE with constexpr and reference
2017-05-30  Nathan Sidwellcp-tree.def (OVERLOAD): Fix comment.
2017-05-29  Nathan SidwellPR c++/80891 (#1,#5)
2017-05-29  Nathan SidwellPR c++/80891 (#1)
2017-05-29  Nathan SidwellPR c++/80891 (#3)
2017-05-26  Nathan Sidwellcp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
2017-05-26  Jakub Jelinekcp-tree.h (struct lang_decl_decomp): New type.
2017-05-25  Nathan SidwellKill OVL_CURRENT, OVL_NEXT.
2017-05-23  Jason MerrillPR c++/80396 - built-in for make_integer_sequence.
2017-05-23  Nathan Sidwellcp-tree.h (OVL_P): New.
2017-05-22  Nathan Sidwellname-lookup.h (parse_using_directive): Replace with ...
next