Re: DWARF64 gcc/clang flag discussion

2020-12-04 Thread Richard Biener via Gcc
On Thu, Dec 3, 2020 at 6:52 PM David Blaikie wrote: > > > On Wed, Dec 2, 2020 at 5:10 PM Alexander Yermolovich > wrote: > >> >> >> -- >> *From:* David Blaikie >> *Sent:* Wednesday, December 2, 2020 1:12 PM >> *To:* Alexander Yermolovich >> *Cc:* Richard Biener ; Jak

Re: Help with PR97872

2020-12-04 Thread Prathamesh Kulkarni via Gcc
On Thu, 3 Dec 2020 at 16:35, Richard Biener wrote: > > On Thu, 3 Dec 2020, Prathamesh Kulkarni wrote: > > > On Tue, 1 Dec 2020 at 16:39, Richard Biener wrote: > > > > > > On Tue, 1 Dec 2020, Prathamesh Kulkarni wrote: > > > > > > > Hi, > > > > For the test mentioned in PR, I was trying to see if

Re: Help with PR97872

2020-12-04 Thread Richard Biener
On Fri, 4 Dec 2020, Prathamesh Kulkarni wrote: > On Thu, 3 Dec 2020 at 16:35, Richard Biener wrote: > > > > On Thu, 3 Dec 2020, Prathamesh Kulkarni wrote: > > > > > On Tue, 1 Dec 2020 at 16:39, Richard Biener wrote: > > > > > > > > On Tue, 1 Dec 2020, Prathamesh Kulkarni wrote: > > > > > > > > >

Re: DejaGnu diagnostics checking confused, possibly related to 'dg-line'?

2020-12-04 Thread Maciej W. Rozycki
On Mon, 30 Nov 2020, Jeff Law via Gcc wrote: > > Ping. Anybody got an opinion on the approach we should take? > Could we set warning_threshold to a value to inhibit this behavior > completely.  It seems backwards to me that warnings have this effect. Sounds like rate-limiting of some sort to me

Re: DWARF64 gcc/clang flag discussion

2020-12-04 Thread Alexander Yermolovich via Gcc
From: Richard Biener Sent: Friday, December 4, 2020 12:36 AM To: David Blaikie Cc: Alexander Yermolovich ; Jakub Jelinek ; Mark Wielaard ; gcc@gcc.gnu.org ; ikud...@accesssoftek.com ; mask...@google.com Subject: Re: DWARF64 gcc/clang flag discussion On Thu,

gcc-9-20201204 is now available

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

how to get the library DECL for a built-in function

2020-12-04 Thread Martin Sebor via Gcc
I'm looking for a way to get the FUNCTION_DECL for the library (i.e., non-built-in) form of a function given the corresponding built-in DECL. Is there an API I can all with either the built -in DECL or its code to get it in the middle end? In C, what I'm looking for appears to be DECL_CHAIN(decl

Re: how to get the library DECL for a built-in function

2020-12-04 Thread Martin Sebor via Gcc
On 12/4/20 4:33 PM, Martin Sebor wrote: I'm looking for a way to get the FUNCTION_DECL for the library (i.e., non-built-in) form of a function given the corresponding built-in DECL.  Is there an API I can all with either the built -in DECL or its code to get it in the middle end? In C, what I'm