Re: segfault in geqo on experimental gcc animal

2019-11-14 Thread Martin Liška
; I did a (slow) dichotomy on gcc sources which determined that gcc r277979 > was the culprit, then I started a bug report which showed that the issue > was already reported this morning by Martin Liška, including a nice > example isolated from sources. See: > > https://gcc.gnu.org/

Re: segfault in geqo on experimental gcc animal

2019-11-15 Thread Martin Liška
Yes, after the revision I see other failing tests like: ... select_having... ok 16 ms subselect... FAILED 92 ms union... FAILED 77 ms case ... ok 32 ms join

Re: segfault in geqo on experimental gcc animal

2019-11-15 Thread Martin Liška
Heh, it's me who now breaks postgresql build: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92529 Martin On Fri, 15 Nov 2019 at 13:01, Fabien COELHO wrote: > > > > Yes, after the revision I see other failing tests like: > > Indeed, I can confirm there are still 18/195 fails with the updated gcc.

Re: segfault in geqo on experimental gcc animal

2019-11-18 Thread Martin Liška
Hello. The issue is resolved now and tests are fine for me. Martin On Fri, 15 Nov 2019 at 13:11, Martin Liška wrote: > > Heh, it's me who now breaks postgresql build: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92529 > > Martin > > On Fri, 15 Nov 2019 at 13: