aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/coroutines.cc
AgeCommit message (Expand)AuthorFilesLines
2 daysc++/coroutines: fix passing *this to promise type, again [PR116327]Patrick Palka1-2/+6
12 daysc++, coroutines: Simplify separation of the user function body and ramp.Iain Sandoe1-45/+45
2024-08-02c++/coroutines: check for members we use in handle_types [PR105475]Arsen Arsenović1-14/+124
2024-08-02c++, coroutines: Provide a CTOR for a callback object [NFC].Iain Sandoe1-9/+14
2024-08-02c++, coroutines: Remove unused suspend point state [NFC].Iain Sandoe1-29/+27
2024-08-02c++, coroutines: Fix a typo in checking for void expression types.Iain Sandoe1-1/+1
2024-08-01c++/coroutines: only defer expanding co_{await,return,yield} if dependent [PR...Arsen Arsenović1-32/+125
2024-07-30c++: fix ICE on FUNCTION_DECLs inside coroutines [PR115906]Arsen Arsenovic1-2/+2
2024-07-25cp+coroutines: teach convert_to_void to diagnose discarded co_awaitsArsen Arsenović1-1/+14
2024-07-25cp/coroutines: do not rewrite parameters in unevaluated contextsArsen Arsenović1-0/+7
2024-07-22c++/coroutines: correct passing *this to promise type [PR104981]Patrick Palka1-15/+3
2024-07-16c++, coroutines, contracts: Handle coroutine and void functions [PR110871,PR1...Iain Sandoe1-0/+2
2024-05-02c++: remove lookup_template_class's entering_scope flagPatrick Palka1-2/+2
2024-03-20Use integer_{zero,one}_node some moreJakub Jelinek1-2/+2
2024-02-09c++: make build_throw SFINAE-friendly [PR98388]Marek Polacek1-2/+2
2024-01-25c++: co_await and initializer_list [PR109227]Jason Merrill1-80/+38
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 2Patrick Palka1-3/+0
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-2/+1
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-04-09c++, coroutines: Fix block nests when the function has no top-level bind.Iain Sandoe1-0/+4
2023-04-01c++,coroutines: Stabilize names of promoted slot vars [PR101118].Iain Sandoe1-1/+1
2023-03-16c++: co_await and move-only type [PR105406]Jason Merrill1-1/+8
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-20c++: source position of lambda captures [PR84471]Jason Merrill1-2/+2
2022-12-16coroutines: Build pointer initializers with nullptr_node [PR107768]Andrew Pinski1-3/+3
2022-12-04coroutines: Do not promote temporaries that will be elided.Iain Sandoe1-0/+1
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill1-22/+21
2022-10-06c++: fix broken conversion in coroutinesJason Merrill1-1/+4
2022-09-07c++: top level bind when rewriting coroutines [PR106188]Arsen Arsenović1-0/+9
2022-05-10c++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_PACK_ARGSPatrick Palka1-1/+1
2022-04-29c++, coroutines: Partial reversion of r12-8308-g15a176a833f23e [PR105426].Iain Sandoe1-6/+8
2022-04-28c++, coroutines: Improve check for throwing final await [PR104051].Iain Sandoe1-6/+7
2022-04-28c++, coroutines: Account for overloaded promise return_value() [PR105301].Iain Sandoe1-2/+8
2022-04-28c++, coroutines: Make sure our temporaries are in a bind expr [PR105287]Iain Sandoe1-9/+9
2022-04-28c++, coroutines: Avoid expanding within templates [PR103868]Nathan Sidwell1-12/+13
2022-04-03c++: Fix ICE due to shared BLOCK node in coroutine generation [PR103328]Benno Evers1-0/+1
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-17coroutines: Handle initial awaiters with non-void returns [PR 100127].Iain Sandoe1-1/+7
2021-12-17coroutines: Pass lvalues to user-defined operator new [PR 100772].Iain Sandoe1-4/+4
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-1/+1
2021-10-03coroutines: Fail with a sorry when presented with a VLA [PR 101765].Iain Sandoe1-0/+10
2021-10-03coroutines: Await expressions are not allowed in handlers [PR 99710].Iain Sandoe1-1/+16
2021-10-03coroutines: Fix ICE with an invalid await_suspend type [PR100673].John Eivind Helset1-1/+2
2021-10-03coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS set [PR 101133].Iain Sandoe1-12/+12
2021-10-03coroutines: Look through NOPs for awaiter variables [PR 99575].Iain Sandoe1-0/+1
2021-09-28coroutines: Only set parm copy guard vars if we have exceptions [PR 102454].Iain Sandoe1-11/+14
2021-09-16coroutines: Small cleanups to await_statement_walker [NFC].Iain Sandoe1-66/+59