summaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)Author
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus
2020-06-03Daily bump.GCC Administrator
2020-06-02c++: *this capture in const member fn [PR95193].Jason Merrill
2020-06-02coroutines: Wrap co_await in a target expr where needed [PR95050]Iain Sandoe
2020-06-01c++: constrained lambda inside template [PR92633]Patrick Palka
2020-06-02Daily bump.GCC Administrator
2020-06-01c++: vptr ubsan and object of known type [PR95466]Jason Merrill
2020-06-01coroutines: Correct handling of references in parm copies [PR95350].Iain Sandoe
2020-06-01Daily bump.GCC Administrator
2020-05-31coroutines: Avoid functions with unlowered coroutine trees [PR95087].Iain Sandoe
2020-05-31coroutines: Remove up some unused values.Iain Sandoe
2020-05-31Daily bump.GCC Administrator
2020-05-30coroutines: Fix unused value found by static analysis.Iain Sandoe
2020-05-29c++: satisfaction value of type typedef to bool [PR95386]Patrick Palka
2020-05-30Daily bump.GCC Administrator
2020-05-29c++: P0848R3 and member function templates [PR95181]Patrick Palka
2020-05-29c++: Template template parameter in constraint [PR95371]Jason Merrill
2020-05-29c++: Fix bogus -Wparentheses warning [PR95344]Marek Polacek
2020-05-29c++: vptr ubsan and derived class [PR95311].Jason Merrill
2020-05-29c++: lambdas inside constraints [PR92652]Patrick Palka
2020-05-29c++: constexpr ctor with RANGE_EXPR index [PR95241]Patrick Palka
2020-05-29Daily bump.GCC Administrator
2020-05-28c++: Try to complete decomp types [PR95328]Jakub Jelinek
2020-05-28c++: Immediately deduce auto member [PR94926].Jason Merrill
2020-05-28Daily bump.GCC Administrator
2020-05-27c++: Handle multiple aggregate overloads [PR95319].Jason Merrill
2020-05-27c++: operator<=> and -Wzero-as-null-pointer-constant [PR95242]Jason Merrill
2020-05-27c++: Fix stdcall attribute in template. [PR95222]Jason Merrill
2020-05-27c++: Revert alias template change [pr95263]Nathan Sidwell
2020-05-27Daily bump.GCC Administrator
2020-05-26openmp: Ensure copy ctor for composite distribute parallel for class iterator...Jakub Jelinek
2020-05-23c++: Avoid concept evaluation when uid-sensitive [PR94038]Patrick Palka
2020-05-22c++: Fix C++17 eval order for virtual op=.Jason Merrill
2020-05-22c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221]Jason Merrill
2020-05-21c++: Check constant array bounds later.Jason Merrill
2020-05-21c++: Constant expression parsing and parameters.Jason Merrill
2020-05-21c++: Improve error recovery for =.Jason Merrill
2020-05-21c++: Improve error-recovery for parms.Jason Merrill
2020-05-21coroutines: Partial reversion of r11-437-g5ef067eb14d4.Iain Sandoe
2020-05-21c++: template instantiation during fold_for_warn [PR94038]Patrick Palka
2020-05-20c++: C++20 DR 2237, disallow simple-template-id in cdtor.Marek Polacek
2020-05-20c++: Implement DR 2289, Uniqueness of structured binding names [PR94553]Marek Polacek
2020-05-20c++: spec_hasher and TYPENAME_TYPE resolution [PR95223]Patrick Palka
2020-05-19c++: Alias template instantiation template infoNathan Sidwell
2020-05-19PR c++/94923 - False positive -Wclass-memaccess with trivially copyable std::...Martin Sebor
2020-05-18c++: Enable spec_hasher table sanitization [PR87847]Patrick Palka
2020-05-18c++: Explain fn template argument type/value mismatches [PR66439]Patrick Palka
2020-05-18c++: ICE when shortening right shift [PR94955]Marek Polacek
2020-05-18c++: ICE with -Wall and constexpr if [PR94937]Marek Polacek
2020-05-18c++: Sorry about type-dependent arg for __builtin_has_attribute [PR90915]Marek Polacek