aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Daily bump.GCC Administrator1-0/+10
2020-10-19coroutines: Emit error for invalid promise return types [PR97438].Iain Sandoe1-0/+25
2020-10-17Daily bump.GCC Administrator1-0/+12
2020-10-16c++: Fix nullptr deref [pr97460[Nathan Sidwell1-1/+2
2020-10-16c++: Fix null deref at EOF [PR96258]Nathan Sidwell1-4/+2
2020-10-16Daily bump.GCC Administrator1-0/+17
2020-10-15c++: Fix [[deprecated]] and implicit operator==. [PR97358]Jason Merrill1-0/+8
2020-10-15c++: Improve printing of pointers-to-members [PR97406, PR85901]Marek Polacek1-1/+32
2020-10-15Daily bump.GCC Administrator1-0/+40
2020-10-14c++: Diagnose bogus variadic lambda. [PR97358]Jason Merrill1-5/+12
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell8-176/+98
2020-10-14c++: Instantiation with local extern [PR97395]Nathan Sidwell1-7/+15
2020-10-13Daily bump.GCC Administrator1-0/+13
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor1-2/+5
2020-10-12Correct handling of indices into arrays with elements larger than 1 (PR c++/9...Martin Sebor1-249/+83
2020-10-09Daily bump.GCC Administrator1-0/+24
2020-10-08c++: Fix member alias template in C++17 and up. [PR96805]Jason Merrill1-2/+7
2020-10-08c++: ICE in dependent_type_p with constrained auto [PR97052]Patrick Palka2-0/+4
2020-10-08c++: Set the constraints of a class type sooner [PR96229]Patrick Palka2-7/+8
2020-10-08Daily bump.GCC Administrator1-0/+46
2020-10-07c++: Fix P0846 (ADL and function templates) in template [PR97010]Marek Polacek1-9/+28
2020-10-07c++: Distinguish alignof and __alignof__ in cp_tree_equal [PR97273]Patrick Palka1-0/+2
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell8-145/+130
2020-10-07c++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_PNathan Sidwell3-5/+6
2020-10-07c++: Adding exception specs can changed dependentnessNathan Sidwell1-0/+3
2020-10-07Daily bump.GCC Administrator1-0/+7
2020-10-06c++: typename in out-of-class member function definitions [PR97297]Marek Polacek1-2/+8
2020-10-06Daily bump.GCC Administrator1-0/+17
2020-10-05c++: Fix typo in NON_UNION_CLASS_TYPE_P.Marek Polacek1-1/+1
2020-10-05support TARGET_MEM_REF in C/C++ error pretty-printing [PR97197]Jakub Jelinek1-0/+58
2020-10-05c++: Make spell corrections consistentNathan Sidwell1-23/+93
2020-10-03Daily bump.GCC Administrator1-0/+65
2020-10-02c++: Fix printing of C++20 template parameter object [PR97014]Marek Polacek1-0/+2
2020-10-02c++: Kill DECL_ANTICIPATEDNathan Sidwell4-82/+21
2020-10-02c++: Hash table iteration for namespace-member spelling suggestionsNathan Sidwell1-42/+84
2020-10-02c++: cleanup ctor_omit_inherited_parms [PR97268]Nathan Sidwell3-134/+162
2020-10-02c++: Simplify __FUNCTION__ creationNathan Sidwell2-54/+32
2020-10-02c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls.Jason Merrill2-19/+24
2020-10-02c++: Move CALL_FROM_NEW_OR_DELETE_P to tree.hJason Merrill5-9/+11
2020-10-02Daily bump.GCC Administrator1-0/+39
2020-10-01c++: Kill DECL_HIDDEN_PNathan Sidwell2-22/+3
2020-10-01c++: pushdecl_top_level must set contextNathan Sidwell3-1/+6
2020-10-01c++: Refactor lookup_and_check_tagNathan Sidwell1-57/+59
2020-10-01c++: Fix up default initialization with consteval default ctor [PR96994]Jakub Jelinek1-0/+2
2020-10-01c++: Handle std::construct_at on automatic vars during constant evaluation [P...Jakub Jelinek1-1/+2
2020-09-30c++: CTAD and explicit deduction guides for copy-list-init [PR90210]Marek Polacek1-11/+38
2020-10-01Daily bump.GCC Administrator1-0/+13
2020-09-30c++: Kill DECL_HIDDEN_FRIEND_PNathan Sidwell5-47/+36
2020-09-30Daily bump.GCC Administrator1-0/+52
2020-09-29c++: Implement -Wrange-loop-construct [PR94695]Marek Polacek3-4/+87