aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.cc
AgeCommit message (Expand)AuthorFilesLines
2022-07-22remove 'continue' as last statement in loopMartin Liska1-1/+0
2022-05-15c++: array {}-init [PR105589]Jason Merrill1-4/+3
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka1-3/+3
2022-04-13c++: NRV and ref-extended temps [PR101442]Jason Merrill1-1/+1
2022-04-12c++: non-array new alignment [PR102071]Jason Merrill1-1/+1
2022-04-11c++: -Wplacement-new and anon union member [PR100370]Jason Merrill1-0/+5
2022-04-06c++: -Wunused-value and array init [PR104702]Jason Merrill1-3/+2
2022-03-30c++: ICE with aggregate assignment and DMI [PR104583]Marek Polacek1-4/+4
2022-03-28c++: low -faligned-new [PR102071]Jason Merrill1-4/+11
2022-03-21c++: initialized array of vla [PR58646]Jason Merrill1-0/+1
2022-03-18c++: Fix up constexpr evaluation of new with zero sized types [PR104568]Jakub Jelinek1-24/+14
2022-03-09c++: detecting copy-init context during CTAD [PR102137]Patrick Palka1-5/+14
2022-02-17c++: avoid duplicate deprecated warning [PR90451]Jason Merrill1-2/+3
2022-02-05c++: assignment, aggregate, array [PR104300]Jason Merrill1-4/+8
2022-01-21c++: class array new checking [PR104084]Jason Merrill1-1/+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/+5354