aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2021-03-15coroutines : Convert await_ready () expressions to bool [PR99047].Iain Sandoe1-1/+7
2021-03-15coroutines : Handle rethrow from unhandled_exception [PR98704].Iain Sandoe1-21/+54
2021-03-15coroutines : Handle for await expressions in for stmts [PR98480].Iain Sandoe1-0/+126
2021-03-15coroutines : Avoid generating empty statements [PR96749].Iain Sandoe1-20/+44
2021-03-15OpenMP: Fix 'omp declare target' handling for vars [PR99509]Tobias Burnus1-3/+18
2021-03-13Daily bump.GCC Administrator1-0/+27
2021-03-12c++: ICE with using-decl [PR 99238]Nathan Sidwell2-45/+39
2021-03-12c++: Fix up calls to immediate functions returning reference [PR99507]Jakub Jelinek1-0/+4
2021-03-12Daily bump.GCC Administrator1-0/+18
2021-03-11c++: Fix unhiding friend with imports [PR 99248]Nathan Sidwell2-3/+2
2021-03-11c++: template partial instantiation mismatch [PR 99528]Nathan Sidwell1-45/+15
2021-03-11Daily bump.GCC Administrator1-0/+13
2021-03-10c++: ICE do to GC leakage [PR 99423]Nathan Sidwell1-1/+5
2021-03-10c++: Propagate assembler name from local-externs [PR 99508]Nathan Sidwell1-0/+7
2021-03-10Daily bump.GCC Administrator1-0/+13
2021-03-09c++: Fix coroutines on targetm.cxx.cdtor_return_this targets [PR99459]Jakub Jelinek1-16/+18
2021-03-09c++: Clarify note about -fmodules-ts [PR 99472]Nathan Sidwell1-4/+8
2021-03-09Daily bump.GCC Administrator1-0/+24
2021-03-08C++: Enable c++2b module mode [PR 99436]Nathan Sidwell1-0/+2
2021-03-08c++: Poor diagnostic in header-unit [PR 99468]Nathan Sidwell2-2/+8
2021-03-08c++: Incorrect specialization hash table [PR 99285]Nathan Sidwell3-34/+53
2021-03-07Daily bump.GCC Administrator1-0/+32
2021-03-06c++: Fix constexpr evaluation of pre-increment when !lval [PR99287]Patrick Palka1-10/+7
2021-03-06c++: Fix tsubsting member variable template-id [PR96330]Patrick Palka1-3/+6
2021-03-06c++: adc_unify deduction with constrained auto [PR99365]Patrick Palka1-44/+89
2021-03-06Daily bump.GCC Administrator1-0/+63
2021-03-05c++: Pointer-to-member fn conversion with noexcept [PR99374]Marek Polacek1-1/+3
2021-03-05c++: ICE with -Wshadow and enumerator in template [PR99120]Marek Polacek1-3/+4
2021-03-05c++: Duplicate namespace bindings [PR 99245]Nathan Sidwell1-14/+19
2021-03-05c++: Local instantiations of imported specializations [PR 99377]Nathan Sidwell1-0/+1
2021-03-05coroutines : Adjust constraints on when to build ctors [PR98118].Iain Sandoe1-7/+7
2021-03-05coroutines : Do not accept throwing final await expressions [PR95616].Iain Sandoe1-0/+85
2021-03-05coroutines : Handle exceptions throw before the first await_resume() [PR95615].Iain Sandoe1-69/+258
2021-03-05c++: instantiating imported specializations [PR 99389]Nathan Sidwell1-0/+2
2021-03-05OpenACC: C/C++ - fix async parsing [PR99137]Tobias Burnus1-1/+1
2021-03-05Daily bump.GCC Administrator1-0/+61
2021-03-04c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_returns_this targets ...Jakub Jelinek1-5/+7
2021-03-04c++: Post-pending redesign cleanup [PR 99170]Nathan Sidwell1-180/+27
2021-03-04c++: Redesign pending entity handling [PR 99170]Nathan Sidwell7-421/+369
2021-03-04Daily bump.GCC Administrator1-0/+160
2021-03-03c++: Defer cloning to post-loading [PR 99170]Nathan Sidwell1-29/+61
2021-03-03c++: Defer specialization registration [PR 99170]Nathan Sidwell1-36/+58
2021-03-03c++: Unify REQUIRES_EXPR evaluation / diagnostic routinesPatrick Palka1-255/+193
2021-03-03c++: Clean up normalization and satisfaction routinesPatrick Palka5-146/+110
2021-03-03c++: Fix -fstrong-eval-order for operator &&, || and , [PR82959]Jakub Jelinek1-0/+9
2021-03-03c++: ICE with deduction guide in checking type-dep [PR99009, PR97034]Marek Polacek1-3/+33
2021-03-03c++: C++17 and decltype of multi-operator expression [PR95675]Jason Merrill1-0/+8
2021-03-03c++: namespace reachability [PR 99344]Nathan Sidwell3-93/+93
2021-03-03Daily bump.GCC Administrator1-0/+91
2021-03-02PR c++/99251 - inconsistent -Wnonnull warning behaviour with dynamic_castMartin Sebor3-26/+20