aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-3/+53
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-6/+19
2022-09-26c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656]Marek Polacek1-0/+9
2022-09-22c++: ICE-on-invalid with designated initializer [PR106983]Marek Polacek1-1/+1
2022-09-12c++: remove '_sfinae' suffix from functionsPatrick Palka1-23/+10
2022-05-25c++: ICE with temporary of class type in DMI [PR100252]Marek Polacek1-0/+91
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-2/+2
2022-04-19c++: Fix up CONSTRUCTOR_PLACEHOLDER_BOUNDARY handling [PR105256]Jakub Jelinek1-0/+31
2022-04-06c++: vector compound literal [PR105187]Jason Merrill1-0/+1
2022-03-24c++: FIX_TRUNC_EXPR in tsubst [PR102990]Marek Polacek1-4/+9
2022-03-10c++: Don't allow type-constraint auto(x) [PR104752]Marek Polacek1-1/+7
2022-02-08c++: cleanup constant-init'd members [PR96876]Jason Merrill1-0/+26
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill1-2/+7
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2555