buildfarm - make check failures for leveret on 8.0 and 8.1

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема buildfarm - make check failures for leveret on 8.0 and 8.1
Дата
Msg-id 44D76D3A.3010603@kaltenbrunner.cc
обсуждение исходный текст
Ответы Re: buildfarm - make check failures for leveret on 8.0 and 8.1
Re: buildfarm - make check failures for leveret on 8.0
Список pgsql-hackers
the just added new buildfarm member leveret (fedora core5 x86_64) is
building with the recently released Intel C-compiler version 9.1.
It passes all tests on -HEAD but fails on make check in both
REL8_1_STABLE and REL8_0_STABLE.
The logs of the later two branches also contain a very large number of
annoying(stupid) warnings - those seem to be the result of -HEAD using:

CFLAGS=-O2 -mp1 -fno-strict-aliasing -g

while the older branches have

CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g

three things to note here:

*) why the large difference in the build-flags ?

*) the large amount of warnings are probably caused by -Wall

*) -HEAD has -mp1 which the intel compiler manual describes as:

-mp1   Improve floating-point  precision.  -mp1    disables  fewer     optimizations  and  has  less  impact on
performancethan     -mp.
 

could that be the reason why -HEAD passes the float4/float8 regression
tests ?


Stefan


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: 8.2 features status
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: 8.2 features status