Re: gcc 4.3 breaks ContribCheck in 8.2 and older. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: gcc 4.3 breaks ContribCheck in 8.2 and older.
Date
Msg-id 25529.1206053607@sss.pgh.pa.us
Whole thread Raw
In response to gcc 4.3 breaks ContribCheck in 8.2 and older.  (Kurt Roeckx <kurt@roeckx.be>)
Responses Re: gcc 4.3 breaks ContribCheck in 8.2 and older.  (Kurt Roeckx <kurt@roeckx.be>)
Re: gcc 4.3 breaks ContribCheck in 8.2 and older.  (Kurt Roeckx <kurt@roeckx.be>)
List pgsql-hackers
Kurt Roeckx <kurt@roeckx.be> writes:
> I did some tests with gcc 4.3 on the branches from 7.4 to 8.3 and head.
> 8.3 and head don't have a problem.  All others failed in the
> ContribCheck state.

> You can see the results on buildfarm member panda.

Bizarre.  There doesn't seem to be any significant difference in the seg
code between 8.2 and 8.3, so why is 8.2 failing there?

The cube code got a significant overhaul (V0 to V1 call conventions)
between 8.1 and 8.2, so that might explain why it's OK in 8.2 and up.
Or not.  If that is it, we'd likely just write it off as not-gonna-fix,
but it could stand investigation to pinpoint the cause.

Can you poke into it with a debugger?  The first failure case in seg
ought to be easy enough to investigate.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Sort Refinement
Next
From: Tom Lane
Date:
Subject: Re: [Fwd: Re: [PATCHES] 64-bit CommandIds]