Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64

Поиск
Список
Период
Сортировка
От F. Jovan Jester
Тема Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64
Дата
Msg-id 950AB94C-4FFD-458F-9E51-272F0ACEC1DB@groupspeak.com
обсуждение исходный текст
Ответ на Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
>> CFLAGS="-R/opt/usr/local/amd64/lib -xmodel=medium -
>> xtarget=generic64 -fast
>> -xarch=amd64"
>
> What does "-fast" do?  If it involves any reinterpretation of IEEE
> float
> arithmetic accuracy requirements, drop it.
>

The -fast option using sun studio cc expands to include the flag -
fsimple=2 which does affect floating point calculations. If you remove
the -fast flag it should pass the tests.

any special reason why you are using xtarget=generic64 instead of
native64?

-jovan

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

Предыдущее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: [Q] DNS(bind) ER model
Следующее
От: Christophe
Дата:
Сообщение: Re: plpgsql functions