re PR c++/92458 (Constraints do not work with precompiled headers)
[gcc.git] / gcc / cp / init.c
2019-11-22 Jakub Jelinekre PR c++/92458 (Constraints do not work with precompil...
2019-11-07 Jakub Jelinekipa-utils.c (ipa_merge_profiles): Fix fprintf format...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-11-01 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-05 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-02 Paolo Carliniinit.c (build_new): Use cp_expr_loc_or_input_loc in...
2019-10-02 Jason MerrillAdd some hash_map_safe_* functions like vec_safe_*.
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-11 Jakub Jelinekre PR c++/90810 (Different intrinsics behavior on G...
2019-05-23 Jonathan WakelyRemove resolved TODO comment
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-03-06 Jakub Jelinekre PR c++/87148 (backward compatibility issue to take...
2019-03-05 Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-02-11 Martin SeborPR c++/87996 - size of array is negative error when...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-14 Jakub Jelinekre PR c++/82294 (Array of objects with constexpr constr...
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-11-13 Jason Merrillcp-tree.h (struct cp_evaluated): New.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-07 Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-06-22 Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-20 Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-05-30 Jason MerrillPR c++/85807 - ICE with call in template NSDMI.
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-29 Marek Polacekre PR c++/85883 (class template argument deduction...
2018-05-29 Jakub Jelinekre PR c++/85952 (Bogus -Wunused-but-set-variable warnin...
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-24 Marek Polacekre PR c++/85847 (unexpected expression of kind template...
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-03 Jason MerrillPR c++/85600 - virtual delete failure.
2018-04-30 Jason MerrillPR c++/61982 - dead stores to destroyed objects.
2018-04-30 Jason Merrillinit.c (build_dtor_call): Use build_special_member_call.
2018-04-27 Jakub Jelinekre PR c++/85553 (cannot list-initialize a variable...
2018-04-10 Paolo Carlinire PR c++/70808 (Spurious -Wzero-as-null-pointer-consta...
2018-04-10 Jason MerrillPR debug/65821 - wrong location for main().
2018-03-27 Paolo Carlinire PR c++/84632 (internal compiler error: tree check...
2018-03-23 Alexandre Oliva[PR c++/84729] reject parenthesized array init
2018-03-21 Alexandre Oliva[PR c++/71965] silence multi-dim array init sorry witho...
2018-03-06 Alexandre Oliva[PR c++/84593] ice on braced init with uninit ref field
2018-02-14 Paolo Carlinicp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
2018-01-17 Nathan Sidwell[C++/83287] Another overload lookup ice
2018-01-10 Paolo Carlinire PR c++/81055 (ICE with invalid initializer for array...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-15 Jakub Jelinekre PR c++/80135 (ICE in output_constructor_regular_fiel...
2017-11-28 Martin SeborPR c++/83058 - ICE on C++ code with negative array...
2017-11-14 Jason MerrillSupport GTY((cache)) on hash_map.
2017-11-13 Jason MerrillDefer folding of *&.
2017-11-13 Ville VoutilainenRemove the null check from placement new in all modes
2017-10-31 Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-05 Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-09-28 Jason MerrillPR c++/56973, DR 696 - capture constant variables only...
2017-08-29 Jason MerrillReimplement handling of lambdas in templates.
2017-08-29 Jason MerrillInstantiate default arguments/member initializers once.
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-31 Martin LiskaDo UBSAN sanitization just when current_function_decl...
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26 Nathan Sidwellcp-tree.h (lang_decl_fn): Remove assignment_operator_p...
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-05-19 Bernd Edlingerc-format.c (locus): Move out of function scope, add...
2017-05-16 Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-05 Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-04-20 Jonathan WakelyPR c++/80473 allow suppressing notes about over-aligned new
2017-04-07 Marek Polacekre PR c++/80095 (ICE with this pointer in NSDMI)
2017-04-03 Jason MerrillPR sanitizer/79993 - ICE with VLA initialization from...
2017-03-21 Jakub Jelinekre PR c++/35878 ([LWG 2302] Useless NULL pointer check...
2017-03-21 Ville Voutilainenre PR c++/35878 ([LWG 2302] Useless NULL pointer check...
2017-03-17 Jason MerrillPR c++/78345 - ICE initializing array from lambda.
2017-03-10 Jakub Jelinekre PR c++/79896 (ICE in gimplify_expr, at gimplify...
2017-03-09 Marek Polacekre PR c++/79687 (Wrong code with pointer-to-member)
2017-03-02 Jakub Jelinekre PR c++/79782 (ICE: tree check: expected tree_list...
2017-03-02 Jason MerrillClass template argument deduction in new-expression
2017-03-01 Jakub Jelinekre PR c++/79746 (Confusing -Wunused-but-set-parameter...
2017-02-28 Jakub Jelineki386.c: Include intl.h.
2017-02-27 Jason MerrillPR c++/71568 - SFINAE forming pointer to member function
2017-02-27 Volker Reicheltinit.c: Include intl.h.
2017-02-21 Marek Polacekre PR c++/79535 (ICE in verify_ctor_sanity, at cp/const...
2017-02-15 Martin SeborPR c++/79363 - ICE with NSDMI and array
2017-02-13 Jakub Jelinekinit.c (warn_placement_new_too_small): Add missing...
2017-02-12 Jason MerrillPR c++/77659 - ICE with new and C++14 aggregate NSDMI
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-24 Nathan SidwellPR c++/78469 - defaulted ctor and inaccessible dtor
2017-01-19 Jason MerrillPR c++/79130 - decomposition and direct-initialization
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-14 Marek Polacekre PR c++/72775 (internal compiler error: in finish_exp...
2016-11-15 Jason MerrillAllow references in constant-expressions.
2016-11-14 Jakub JelinekImplement P0217R3 - C++17 structured bindings
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-24 Jakub Jelinekcxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P...
2016-10-12 Jason MerrillPR c++/77742 - -Waligned-new and placement new.
2016-10-08 Jason MerrillFurther P0135 refinement.
2016-10-07 Nathan Sidwellre PR c++/64433 (Segmentation fault while compiling)
2016-10-06 Jason MerrillC++17 copy elision improvements.
2016-10-05 Marek PolacekImplement P0305R1, Selection statements with initializer.
next