aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-2/+11
2022-10-07c++: Improve handling of foreigner namespace attributesJakub Jelinek1-10/+22
2022-10-06c++: fix broken conversion in coroutinesJason Merrill1-0/+1
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek1-0/+44
2022-10-04c++: fix debug info for array temporary [PR107154]Jason Merrill1-0/+2
2022-09-30c++: cast split_nonconstant_init return val to voidJason Merrill1-7/+12
2022-09-29c++: reduce redundant TARGET_EXPRJason Merrill1-3/+13
2022-06-22ubsan: default to trap on unreachable at -O0 and -Og [PR104642]Jason Merrill1-5/+2
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-2/+2
2022-05-09Come up with {,UN}LIKELY macros.Martin Liska1-3/+3
2022-05-02Use CASE_CONVERT in a few more casesRichard Biener1-2/+1
2022-03-16c++: fold calls to std::move/forward [PR96780]Patrick Palka1-1/+37
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill1-12/+25
2022-01-22c++: array temporary at file scope [PR104182]Jason Merrill1-5/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3285