aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-09c++: Further tweaks for new-expression and paren-init [PR77841]Marek Polacek1-31/+23
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek1-7/+19
2020-09-01c++: Allow new char[4]{"foo"} [PR77841]Marek Polacek1-0/+6
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek1-4/+51
2020-08-14c++: Copy elision and [[no_unique_address]]. [PR93711]Jason Merrill1-1/+2
2020-08-04c++: Member initializer list diagnostic locations [PR94024]Patrick Palka1-0/+6
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka1-11/+23
2020-05-14c++: Missing SFINAE with lookup_fnfields [PR78446]Patrick Palka1-1/+1
2020-05-13c++: SFINAE for invalid delete-expression [PR79706]Patrick Palka1-2/+6
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-3/+3
2020-05-07c++: Fix spelling of non-staticMarek Polacek1-5/+5
2020-05-01c++: Local class DMI using local static [PR90479]Jason Merrill1-3/+5
2020-04-06c++: Fix crash in gimplifier with paren init of aggregates [PR94155]Marek Polacek1-0/+2
2020-03-04c++: Fix [[no_unique_address]] and default mem-init [PR90432]Jason Merrill1-0/+5
2020-02-26c++: Fix value-init crash in template [PR93676]Marek Polacek1-2/+6
2020-02-10c++: Fix flexible array with synthesized constructor.Jason Merrill1-2/+5
2020-02-04c++: Fix ({ ... }) array mem-initializer.Jason Merrill1-34/+14
2020-01-16PR c++/93280 - ICE with aggregate assignment and DMI.Jason Merrill1-0/+4
2020-01-07init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini1-15/+16
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini1-46/+55
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