Re: master make check fails on Solaris 10

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: master make check fails on Solaris 10
Дата
Msg-id 16822.1516287408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: master make check fails on Solaris 10  (Marina Polyakova <m.polyakova@postgrespro.ru>)
Ответы Re: master make check fails on Solaris 10
Re: master make check fails on Solaris 10
Список pgsql-hackers
Marina Polyakova <m.polyakova@postgrespro.ru> writes:
> Applying your patch on commit f033462d8f77c40b7d6b33c5116e50118fb4699d 
> and using the configuration command from [1], I got:
> checking for __int128... yes
> checking for __int128 alignment bug... broken
> ...
> And make check-world passes. Victor said that he used a much simpler 
> configuration command, and I'm trying to figure out what's changed..

Weird.  Maybe the gcc bug only manifests with certain optimization
flags?  That's not what I'd have expected from Victor's theory about
why the code is wrong, but if it only shows up some of the time,
it's hard to think of another explanation.

> P.S. I found the trailing whitespace in line 80:
> ! int128a q;

Ah, thanks.  Probably git would've whined about that when I went
to commit, but it's good to catch sooner.

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Victor Wagner
Дата:
Сообщение: Re: master make check fails on Solaris 10
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: Built-in connection pooling