public-inbox for gcc lists

2022-08-25 Thread Mark Wielaard
Hi gcc-hackers, Given that gcc is part of the sourceware family the mailinglists are now also available through the public-inbox instance at https://inbox.sourceware.org/ In particular: https://inbox.sourceware.org/fortran https://inbox.sourceware.org/gcc https://inbox.sourceware.org/gcc-announ

Re: public-inbox for gcc lists

2022-08-25 Thread Alexander Monakov via Gcc
On Thu, 25 Aug 2022, Mark Wielaard wrote: > Hi gcc-hackers, > > Given that gcc is part of the sourceware family the mailinglists are > now also available through the public-inbox instance at > https://inbox.sourceware.org/ Thanks for this. At the moment something seems broken with a few lists

Re: public-inbox for gcc lists

2022-08-25 Thread Mark Wielaard
Hi Alexander, On Thu, 2022-08-25 at 15:45 +0300, Alexander Monakov wrote: > On Thu, 25 Aug 2022, Mark Wielaard wrote: > > Given that gcc is part of the sourceware family the mailinglists > > are now also available through the public-inbox instance at > > https://inbox.sourceware.org/ > > Thanks

gcc-10-20220825 is now available

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

Confused about coroutine behavior

2022-08-25 Thread Rebecca Ribas via Gcc
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, the code shows test1 and test2 that works as expected, but test3 raises a "us