aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11PR c++/92878 - Parenthesized init of aggregates in new-expression.Marek Polacek1-3/+15
2019-12-11PR c++/57082 - new X{} and private destructor.Jason Merrill1-1/+1
2019-12-06[C++] Pass type uses through the verify_type_context hookRichard Sandiford1-0/+13
2019-11-22re PR c++/92458 (Constraints do not work with precompiled headers)Jakub Jelinek1-1/+1
2019-11-08ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch ...Jakub Jelinek1-1/+1
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-7/+5
2019-11-02PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek1-0/+15
2019-10-05PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek1-11/+86
2019-10-02init.c (build_new): Use cp_expr_loc_or_input_loc in two places.Paolo Carlini1-2/+4
2019-10-02Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill1-7/+2
2019-08-05cp-tree.h (cp_expr_loc_or_input_loc): New.Paolo Carlini1-6/+6
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek1-2/+2
2019-06-11re PR c++/90810 (Different intrinsics behavior on G++ 7.4 and G++ 8.3)Jakub Jelinek1-2/+5
2019-05-23Remove resolved TODO commentJonathan Wakely1-2/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-10/+10
2019-05-13Use releasing_vec more broadly.Jason Merrill1-4/+2
2019-03-06re PR c++/87148 (backward compatibility issue to take char [] as incomplete ...Jakub Jelinek1-0/+9
2019-03-05re PR c++/86485 ("anonymous" maybe-uninitialized false positive with ternary ...Jason Merrill1-1/+1
2019-02-11PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array...Martin Sebor1-8/+23
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-1/+8
2018-12-14re PR c++/82294 (Array of objects with constexpr constructors initialized fro...Jakub Jelinek1-3/+6
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill1-1/+7
2018-11-12cp-tree.h (struct cp_evaluated): New.Jason Merrill1-3/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-19/+29
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez1-2/+2
2018-06-22PR c++/86219 - ICE with erroneous initializer in template.Jason Merrill1-2/+2
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell1-6/+1
2018-06-18tree.c (cp_expr_location): New.Jason Merrill1-7/+7
2018-05-30PR c++/85807 - ICE with call in template NSDMI.Jason Merrill1-0/+16
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill1-0/+65
2018-05-29re PR c++/85883 (class template argument deduction fails in new-expression)Marek Polacek1-1/+17
2018-05-29re PR c++/85952 (Bogus -Wunused-but-set-variable warning with array structure...Jakub Jelinek1-0/+1
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-1/+1
2018-05-24re PR c++/85847 (unexpected expression of kind template_id_expr)Marek Polacek1-8/+7
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-5/+6
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