gcc-11-20220826 is now available

2022-08-26 Thread GCC Administrator via Gcc
Snapshot gcc-11-20220826 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20220826/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 11 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: Confused about coroutine behavior

2022-08-26 Thread Jonathan Wakely via Gcc
On Fri, 26 Aug 2022 at 06:56, Rebecca Ribas via Gcc wrote: > > Hi gcc list, > > I'm learning c++ coroutines but I ran into a behavior that I can't make > sense of. > > Here is the godbolt link: https://godbolt.org/z/rdPo8ceKP > > In some cases, it appears that temporaries are incorrectly freed, th