gcc-13-20221211 is now available

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

Re: Bug with GCC's handling of lifetimes of implicit-lifetime types

2022-12-11 Thread Gavin Ray via Gcc
Whoops, the last line should be pages_span(storage, ...) On Sun, Dec 11, 2022 at 8:38 AM Gavin Ray wrote: > @Richard > > That's some intense code, I appreciate the code-samples and explanation, > thank you =) > > @Jonathan > > Maybe there was some misunderstanding? > I didn't make the connection

Re: Bug with GCC's handling of lifetimes of implicit-lifetime types

2022-12-11 Thread Gavin Ray via Gcc
@Richard That's some intense code, I appreciate the code-samples and explanation, thank you =) @Jonathan Maybe there was some misunderstanding? I didn't make the connection either but I also don't know that much about C++ It seems like that expression is valid then? Good to know =) As a random

Re: Bug with GCC's handling of lifetimes of implicit-lifetime types

2022-12-11 Thread Richard Biener via Gcc
On Sun, Dec 11, 2022 at 1:02 PM Jonathan Wakely wrote: > > > > On Sun, 11 Dec 2022, 09:12 Richard Biener, wrote: >> >> On Sat, Dec 10, 2022 at 7:45 PM Andrew Pinski via Gcc >> wrote: >> > >> > On Sat, Dec 10, 2022 at 10:36 AM Jonathan Wakely via Gcc >> > wrote: >> > > >> > > On Sat, 10 Dec 202

To kill time kill you

2022-12-11 Thread あたおかこうじ via Gcc

[no subject]

2022-12-11 Thread あたおかこうじ via Gcc

Re: Bug with GCC's handling of lifetimes of implicit-lifetime types

2022-12-11 Thread Jonathan Wakely via Gcc
On Sun, 11 Dec 2022, 09:12 Richard Biener, wrote: > On Sat, Dec 10, 2022 at 7:45 PM Andrew Pinski via Gcc > wrote: > > > > On Sat, Dec 10, 2022 at 10:36 AM Jonathan Wakely via Gcc > > wrote: > > > > > > On Sat, 10 Dec 2022 at 17:42, Gavin Ray via Gcc > wrote: > > > > > > > > This came up when

Re: Bug with GCC's handling of lifetimes of implicit-lifetime types

2022-12-11 Thread Richard Biener via Gcc
On Sat, Dec 10, 2022 at 7:45 PM Andrew Pinski via Gcc wrote: > > On Sat, Dec 10, 2022 at 10:36 AM Jonathan Wakely via Gcc > wrote: > > > > On Sat, 10 Dec 2022 at 17:42, Gavin Ray via Gcc wrote: > > > > > > This came up when I was asking around about what the proper way was to: > > > > > > - Allo