Re: Curious buildfarm failures (fwd) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Curious buildfarm failures (fwd)
Date
Msg-id 25326.1358350625@sss.pgh.pa.us
Whole thread Raw
In response to Re: Curious buildfarm failures (fwd)  (Sergey Koposov <koposov@ast.cam.ac.uk>)
List pgsql-hackers
Sergey Koposov <koposov@ast.cam.ac.uk> writes:
> On Wed, 16 Jan 2013, Andres Freund wrote:
>> What about switching to -O1 of 11.1?

> I don't know. It is up to -hackers to decide. I think that icc on ia64 
> have shown bugginess time after time. But if you think that buildfarm 
> with icc 11.1 -O1 carry more information than say running gcc, i can 
> still run icc.

I think the reason that this bug doesn't manifest at -O1 is that then
icc doesn't attempt to do any loop unrolling/vectorizing.  So that's a
big chunk of potential optimization bugs we'd be dodging.  It's hard to
say whether that renders the test worthless in comparison with what
people would try to do in production.  Should we recommend that people
not try to use -O2 or higher with icc on IA64?

IMO it's important that we have some icc members in the buildfarm, just
because it's useful to see a different compiler's take on warnings.
We do have some icc-on-mainstream-Intel members, but not many.

Perhaps Sergey should use 10.1, which so far appears to not have so many
bugs.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: json api WIP patch
Next
From: Noah Misch
Date:
Subject: Re: CF3+4 (was Re: Parallel query execution)