aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2022-01-29Daily bump.GCC Administrator1-0/+25
2022-01-28c++: bogus warning with value init of const pmf [PR92752]Patrick Palka1-1/+3
2022-01-28c++: var tmpl w/ dependent constrained auto type [PR103341]Patrick Palka1-1/+11
2022-01-27c++: pack in enumerator in lambda [PR100198]Jason Merrill2-5/+37
2022-01-28Daily bump.GCC Administrator1-0/+34
2022-01-27c++: dependent and non-dependent attributes [PR104245]Jason Merrill1-9/+8
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka3-28/+21
2022-01-27c++: constrained partial spec using qualified name [PR92944, PR103678]Patrick Palka1-11/+7
2022-01-27c++: new-expr of array of deduced class tmpl [PR101988]Marek Polacek1-0/+12
2022-01-27Daily bump.GCC Administrator1-0/+31
2022-01-26c++: vector compound literal [PR104206]Jason Merrill1-2/+3
2022-01-26c++: Fix up handling of vector CONSTRUCTORs with vectors in it in constexpr.c...Jakub Jelinek1-0/+7
2022-01-26warn-access: Prevent -Wuse-after-free on ARM [PR104213]Marek Polacek2-0/+3
2022-01-26c++: ->template and using-decl [PR104235]Jason Merrill1-1/+2
2022-01-25c++: alias template and typename [PR103057]Jason Merrill1-0/+8
2022-01-26Daily bump.GCC Administrator1-0/+12
2022-01-25c++: deleted fn and noexcept inst [PR101532, PR104225]Patrick Palka1-0/+1
2022-01-25c++: assignment to temporary [PR59950]Jason Merrill1-1/+4
2022-01-25Daily bump.GCC Administrator1-0/+13
2022-01-24c++: Fix non-portable default argument of make_auto_1 [PR104197]Patrick Palka1-2/+3
2022-01-24c++: value category of compound object expr [PR104173]Patrick Palka1-11/+8
2022-01-24Daily bump.GCC Administrator1-0/+25
2022-01-23c++: designated init of char array by string constant [PR55227]Will Wray1-18/+10
2022-01-22c++: array temporary at file scope [PR104182]Jason Merrill2-7/+2
2022-01-22c++: constexpr and -fno-elide-constructors [PR101072]Jason Merrill5-24/+34
2022-01-22Daily bump.GCC Administrator1-0/+26
2022-01-21c++: explain failing static_assertJason Merrill1-13/+20
2022-01-21c++: class array new checking [PR104084]Jason Merrill1-1/+1
2022-01-21c++: ICE with noexcept and canonical types [PR101715]Marek Polacek1-6/+16
2022-01-21c++: [[no_unique_address]] and virtual base [PR104139]Jason Merrill1-2/+2
2022-01-21Daily bump.GCC Administrator1-0/+32
2022-01-20c++: designator for base class member [PR101405]Jason Merrill1-4/+10
2022-01-20c++: CTAD inside alias template [PR91911, PR103672]Patrick Palka1-34/+26
2022-01-20c++: consistently diagnose bare CTAD placeholder in fn return typePatrick Palka1-3/+3
2022-01-20Fix Werror=format-diag with --disable-nls.Martin Liska1-3/+15
2022-01-19c++: template-id with current inst qualifier [PR102300]Jason Merrill1-4/+4
2022-01-20Daily bump.GCC Administrator1-0/+18
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm4-6/+6
2022-01-18c++: fix PR104025 changeJason Merrill1-1/+2
2022-01-19Daily bump.GCC Administrator1-0/+22
2022-01-19c++: Fix handling of temporaries with consteval ctors and non-trivial dtors [...Jakub Jelinek1-1/+5
2022-01-18c++: input_location and lookahead [PR104025]Jason Merrill1-1/+2
2022-01-18c++: DEPENDENT_OPERATOR_TYPE as type of NTTP [PR104074]Patrick Palka1-8/+6
2022-01-18Daily bump.GCC Administrator1-0/+161
2022-01-17Change references of .c files to .cc filesMartin Liska26-113/+113
2022-01-17Rename .c files to .cc files.Martin Liska34-0/+0
2022-01-17c++: Fix cp_genericize_target_expr for TARGET_EXPRs created for global initia...Jakub Jelinek1-2/+7
2022-01-17OpenMP: allow requires dynamic_allocatorsAndrew Stubbs1-1/+1
2022-01-15Daily bump.GCC Administrator1-0/+16
2022-01-14openmp: Fix ICE in [PR103705]Chung-Lin Tang1-1/+2