A problem with field decl offsets in newly minted types

2020-12-30 Thread Gary Oblock via Gcc
I'm having some grief with creating/using some modified types. I problem occurs in tree-ssa-sccvn.c when some code tries to take a DECL_FIELD_OFFSET and unfortuenately gets a null that causes a crash. So, I traced this back the to types I created. Note, the method I used has seemed to be fairly r

Re: ftpmirror.gnu.org mirrors failing

2020-12-30 Thread Jonathan Wakely via Gcc
On Wed, 30 Dec 2020, 21:20 Insurgo via Gcc, wrote: > Hello there, > > Since a couple of days, it seems that http://ftpmirror.gnu.org/ randomly > points to non-functional mirrors to download coreboot relative packages > in CI builds. > Those is the mailing list for the GCC project. The GNU mirror

Re: More consistency for Git log messages?

2020-12-30 Thread Martin Sebor via Gcc
On 12/29/20 1:49 AM, Jonathan Wakely via Gcc wrote: On Mon, 28 Dec 2020, 23:55 Gerald Pfeifer, wrote: Having spent a bit more time with GCC sources (as opposed to wwwdocs) recently and looking for prior art to guide me, I noticed there's a lot of options to specific the ChangeLog file(s) to us

Re: ftpmirror.gnu.org mirrors failing

2020-12-30 Thread Insurgo via Gcc
On 12/30/20 4:18 PM, Insurgo wrote: > Hello there, > > Since a couple of days, it seems that http://ftpmirror.gnu.org/ randomly > points to non-functional mirrors to download coreboot relative packages > in CI builds. > > I would say that CircleCI fails 2/3 of the time in current builds, at > dif

ftpmirror.gnu.org mirrors failing

2020-12-30 Thread Insurgo via Gcc
Hello there, Since a couple of days, it seems that http://ftpmirror.gnu.org/ randomly points to non-functional mirrors to download coreboot relative packages in CI builds. I would say that CircleCI fails 2/3 of the time in current builds, at different places. As you may know, building coreboot r

Re: More consistency for Git log messages?

2020-12-30 Thread Jakub Jelinek via Gcc
On Tue, Dec 29, 2020 at 12:54:53AM +0100, Gerald Pfeifer wrote: > Having spent a bit more time with GCC sources (as opposed to wwwdocs) > recently and looking for prior art to guide me, I noticed there's a > lot of options to specific the ChangeLog file(s) to use. > > And correspondingly a lot o

Re: More consistency for Git log messages?

2020-12-30 Thread H.J. Lu via Gcc
On Wed, Dec 30, 2020 at 6:21 AM Segher Boessenkool wrote: > > On Tue, Dec 29, 2020 at 12:54:53AM +0100, Gerald Pfeifer wrote: > > Having spent a bit more time with GCC sources (as opposed to wwwdocs) > > recently and looking for prior art to guide me, I noticed there's a > > lot of options to spec

Re: More consistency for Git log messages?

2020-12-30 Thread Segher Boessenkool
On Tue, Dec 29, 2020 at 12:54:53AM +0100, Gerald Pfeifer wrote: > Having spent a bit more time with GCC sources (as opposed to wwwdocs) > recently and looking for prior art to guide me, I noticed there's a > lot of options to specific the ChangeLog file(s) to use. > > And correspondingly a lot o