https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94319
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:83dfa06cb5cff143113cb7d632c90a40edefade8 commit r10-7376-g83dfa06cb5cff143113cb7d632c90a40edefade8 Author: Iain Sandoe <i...@sandoe.co.uk> Date: Wed Mar 25 12:04:58 2020 +0000 coroutines: Fix missing dereference (PR94319). Fix a typo. gcc/cp/ChangeLog: 2020-03-25 Iain Sandoe <i...@sandoe.co.uk> PR c++/94319 * coroutines.cc (captures_temporary): Fix a missing dereference.