buildfarm - make check failures for leveret on 8.0 and 8.1

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: buildfarm - make check failures for leveret on 8.0 and 8.1
Date: 2006-08-07 16:41:30
Message-ID: 44D76D3A.3010603@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 performance than
-mp.

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

Stefan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2006-08-07 16:43:17 Re: 8.2 features status
Previous Message Jim C. Nasby 2006-08-07 16:34:24 Re: 8.2 features status