aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-7/+7
2018-05-03PR c++/85600 - virtual delete failure.Jason Merrill1-30/+33
2018-04-30PR c++/61982 - dead stores to destroyed objects.Jason Merrill1-110/+97
2018-04-30init.c (build_dtor_call): Use build_special_member_call.Jason Merrill1-12/+6
2018-04-27re PR c++/85553 (cannot list-initialize a variable of type std::nullptr_t)Jakub Jelinek1-1/+3
2018-04-10re PR c++/70808 (Spurious -Wzero-as-null-pointer-constant for nullptr_t)Paolo Carlini1-1/+1
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill1-1/+1
2018-03-27re PR c++/84632 (internal compiler error: tree check: expected record_type or...Paolo Carlini1-15/+13
2018-03-23[PR c++/84729] reject parenthesized array initAlexandre Oliva1-5/+2
2018-03-21[PR c++/71965] silence multi-dim array init sorry without tf_errorAlexandre Oliva1-7/+12
2018-03-06[PR c++/84593] ice on braced init with uninit ref fieldAlexandre Oliva1-1/+4
2018-02-14cp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.Paolo Carlini1-1/+1
2018-01-17[C++/83287] Another overload lookup iceNathan Sidwell1-1/+6
2018-01-10re PR c++/81055 (ICE with invalid initializer for array new)Paolo Carlini1-1/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-1/+1
2017-12-15re PR c++/80135 (ICE in output_constructor_regular_field, at varasm.c:4968)Jakub Jelinek1-16/+11
2017-11-27PR c++/83058 - ICE on C++ code with negative array index: in warn_placement_n...Martin Sebor1-56/+65
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill1-2/+2
2017-11-13Defer folding of *&.Jason Merrill1-14/+11
2017-11-13Remove the null check from placement new in all modesVille Voutilainen1-1/+1
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-1/+1
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-1/+1
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill1-1/+0
2017-08-29Reimplement handling of lambdas in templates.Jason Merrill1-1/+5
2017-08-29Instantiate default arguments/member initializers once.Jason Merrill1-10/+40
2017-08-09PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill1-25/+29
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska1-1/+2
2017-06-27cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...Nathan Sidwell1-3/+2
2017-06-26cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.Nathan Sidwell1-5/+3
2017-06-13Implement no_sanitize function attributeMartin Liska1-2/+2
2017-05-19c-format.c (locus): Move out of function scope, add GTY attribute.Bernd Edlinger1-1/+4
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-1/+1
2017-05-05cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.Nathan Sidwell1-4/+10
2017-04-20PR c++/80473 allow suppressing notes about over-aligned newJonathan Wakely1-7/+9
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek1-2/+1
2017-04-03PR sanitizer/79993 - ICE with VLA initialization from stringJason Merrill1-27/+65
2017-03-21re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Jakub Jelinek1-3/+4
2017-03-21re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Ville Voutilainen1-1/+17
2017-03-17PR c++/78345 - ICE initializing array from lambda.Jason Merrill1-0/+17
2017-03-10re PR c++/79896 (ICE in gimplify_expr, at gimplify.c:11950 on non-int128 target)Jakub Jelinek1-1/+2
2017-03-09re PR c++/79687 (Wrong code with pointer-to-member)Marek Polacek1-0/+7
2017-03-02re PR c++/79782 (ICE: tree check: expected tree_list, have void_type in emit_...Jakub Jelinek1-2/+12
2017-03-01Class template argument deduction in new-expressionJason Merrill1-3/+7
2017-03-01re PR c++/79746 (Confusing -Wunused-but-set-parameter warning with virtual in...Jakub Jelinek1-0/+6
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-2/+2
2017-02-27PR c++/71568 - SFINAE forming pointer to member functionJason Merrill1-10/+15
2017-02-27init.c: Include intl.h.Volker Reichelt1-9/+7
2017-02-21re PR c++/79535 (ICE in verify_ctor_sanity, at cp/constexpr.c:2636)Marek Polacek1-1/+2