Re: master make check fails on Solaris 10

From: Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: vitus(at)wagner(dot)pp(dot)ru, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: master make check fails on Solaris 10
Date: 2018-01-18 14:43:07
Message-ID: dcf34ec62215e28d9e3e00a55c9bc251@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 17-01-2018 18:50, Marina Polyakova wrote:
> On 17-01-2018 18:28, Tom Lane wrote:
>> BTW, now that you've demonstrated that the bug exists in a current
>> gcc release, you should definitely file a bug at
>> https://gcc.gnu.org/bugzilla/
>> I think you can just give them int128test2.c as-is as a test case.
>>
>> Please do that and let me know the PR number --- I think it would be
>> good to cite the bug specifically in the comments for our configure
>> code.
>
> Thanks, I'll try to do it.

If I understand correctly, its PR number is 83925 (see [1]).

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83925

--
Marina Polyakova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2018-01-18 14:48:06 Re: Built-in connection pooling
Previous Message Andrey Borodin 2018-01-18 14:41:34 Re: [HACKERS] WIP: Covering + unique indexes.