Re: gccadmin hooks: make it a public git repo

2021-01-07 Thread Martin Liška
Adding GCC ML. On 1/7/21 11:41 AM, Martin Liška wrote: Hello. Time to time, I'm debugging git server hooks with Jakub and I'm always struggling with miss of gccadmin hooks. I speak about the following repo: /home/gccadmin/hooks-bin: $ ls commit_checker  commit_email_formatter  email-to-bugzi

[RFC] restricting aliasing by standard containers (PR 98465)

2021-01-07 Thread Martin Sebor via Gcc
The test case in PR 98465 brings to light a problem we've discussed before (e.g., PR 93971) where a standard container (std::string in this case but the problem applies to any class that owns and manages allocated memory) might trigger warnings for unreachable code. The code is not eliminated due

gcc-8-20210107 is now available

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

Copyright Forms Request

2021-01-07 Thread Anthony Sharp via Gcc
Hello, Hope all is well. Please could I have a copy of the form to assign copyright of all future changes. Kind regards, Anthony Sharp

Re: Copyright Forms Request

2021-01-07 Thread David Edelsohn via Gcc
Sent privately. - David On Thu, Jan 7, 2021 at 8:08 PM Anthony Sharp via Gcc wrote: > > Hello, > > Hope all is well. Please could I have a copy of the form to assign > copyright of all future changes. > > Kind regards, > Anthony Sharp

Re: Copyright Forms Request

2021-01-07 Thread Anthony Sharp via Gcc
Thank you! Anthony On Fri, 8 Jan 2021 at 01:14, David Edelsohn wrote: > > Sent privately. > > - David > > On Thu, Jan 7, 2021 at 8:08 PM Anthony Sharp via Gcc wrote: > > > > Hello, > > > > Hope all is well. Please could I have a copy of the form to assign > > copyright of all future changes. >

Re: Add -fdirect-access-external-data

2021-01-07 Thread H.J. Lu via Gcc
On Wed, Jan 6, 2021 at 10:32 PM Fangrui Song wrote: > > On Sat, Dec 26, 2020 at 7:39 AM H.J. Lu wrote: > > > > On Sat, Dec 26, 2020 at 7:32 AM Florian Weimer wrote: > > > > > > * Fangrui Song: > > > > > > > Hi, I filed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98112 which > > > > proposes -fd

Re: Add -fdirect-access-external-data

2021-01-07 Thread Fangrui Song
On Thu, Jan 7, 2021 at 6:07 PM H.J. Lu wrote: > > On Wed, Jan 6, 2021 at 10:32 PM Fangrui Song wrote: > > > > On Sat, Dec 26, 2020 at 7:39 AM H.J. Lu wrote: > > > > > > On Sat, Dec 26, 2020 at 7:32 AM Florian Weimer wrote: > > > > > > > > * Fangrui Song: > > > > > > > > > Hi, I filed https://gc

Re: Add -fdirect-access-external-data

2021-01-07 Thread H.J. Lu via Gcc
On Thu, Jan 7, 2021 at 7:45 PM Fangrui Song wrote: > > On Thu, Jan 7, 2021 at 6:07 PM H.J. Lu wrote: > > > > On Wed, Jan 6, 2021 at 10:32 PM Fangrui Song wrote: > > > > > > On Sat, Dec 26, 2020 at 7:39 AM H.J. Lu wrote: > > > > > > > > On Sat, Dec 26, 2020 at 7:32 AM Florian Weimer > > > > wr

Re: [RFC] restricting aliasing by standard containers (PR 98465)

2021-01-07 Thread Richard Biener via Gcc
On Thu, Jan 7, 2021 at 10:41 PM Martin Sebor wrote: > > The test case in PR 98465 brings to light a problem we've discussed > before (e.g., PR 93971) where a standard container (std::string in > this case but the problem applies to any class that owns and manages > allocated memory) might trigger