gcc-10-20211126 is now available

2021-11-26 Thread GCC Administrator via Gcc
Snapshot gcc-10-20211126 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20211126/ 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

subject

2021-11-26 Thread zainalabd...@softkhana.com
This is the body

Re: atomic_load

2021-11-26 Thread Martin Uecker via Gcc
Am Freitag, den 26.11.2021, 15:48 + schrieb Jonathan Wakely: > On Fri, 26 Nov 2021 at 15:41, Martin Uecker wrote: > > Am Freitag, den 26.11.2021, 09:24 + schrieb Jonathan Wakely: > > > On Fri, 26 Nov 2021 at 09:00, Martin Uecker via Gcc > > > wrote: > > > > Am Freitag, den 26.11.2021, 09

Re: atomic_load

2021-11-26 Thread Jonathan Wakely via Gcc
On Fri, 26 Nov 2021 at 16:58, Gabriel Ravier wrote: > > > On 11/26/21 16:48, Jonathan Wakely via Gcc wrote: > > On Fri, 26 Nov 2021 at 15:41, Martin Uecker wrote: > >> Am Freitag, den 26.11.2021, 09:24 + schrieb Jonathan Wakely: > >>> On Fri, 26 Nov 2021 at 09:00, Martin Uecker via Gcc > >>

Re: atomic_load

2021-11-26 Thread Gabriel Ravier via Gcc
On 11/26/21 16:48, Jonathan Wakely via Gcc wrote: On Fri, 26 Nov 2021 at 15:41, Martin Uecker wrote: Am Freitag, den 26.11.2021, 09:24 + schrieb Jonathan Wakely: On Fri, 26 Nov 2021 at 09:00, Martin Uecker via Gcc wrote: Am Freitag, den 26.11.2021, 09:29 +0100 schrieb Eric Botcazou: T

Re: atomic_load

2021-11-26 Thread Jonathan Wakely via Gcc
On Fri, 26 Nov 2021 at 15:41, Martin Uecker wrote: > > Am Freitag, den 26.11.2021, 09:24 + schrieb Jonathan Wakely: > > On Fri, 26 Nov 2021 at 09:00, Martin Uecker via Gcc wrote: > > > Am Freitag, den 26.11.2021, 09:29 +0100 schrieb Eric Botcazou: > > > > > This is a silent and dangerous inco

Re: atomic_load

2021-11-26 Thread Martin Uecker via Gcc
Am Freitag, den 26.11.2021, 09:24 + schrieb Jonathan Wakely: > On Fri, 26 Nov 2021 at 09:00, Martin Uecker via Gcc wrote: > > Am Freitag, den 26.11.2021, 09:29 +0100 schrieb Eric Botcazou: > > > > This is a silent and dangerous incorrect code generation issue. > > > > > > Let's avoid this kin

Re: atomic_load

2021-11-26 Thread Jonathan Wakely via Gcc
On Fri, 26 Nov 2021 at 09:00, Martin Uecker via Gcc wrote: > > Am Freitag, den 26.11.2021, 09:29 +0100 schrieb Eric Botcazou: > > > This is a silent and dangerous incorrect code generation issue. > > > > Let's avoid this kind of FUD, please, builtins are low-level devices and > > people must know

Re: atomic_load

2021-11-26 Thread Martin Uecker via Gcc
Am Freitag, den 26.11.2021, 09:29 +0100 schrieb Eric Botcazou: > > This is a silent and dangerous incorrect code generation issue. > > Let's avoid this kind of FUD, please, builtins are low-level devices and > people must know what they are doing and be prepared for caveats. Sorry, I do not thin

Re: atomic_load

2021-11-26 Thread Eric Botcazou
> This is a silent and dangerous incorrect code generation issue. Let's avoid this kind of FUD, please, builtins are low-level devices and people must know what they are doing and be prepared for caveats. > If these functions are not meant to be used to exising > data, then at least the documen