aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
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