Re: gcc 4.3 breaks ContribCheck in 8.2 and older.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: gcc 4.3 breaks ContribCheck in 8.2 and older.
Дата
Msg-id 47E7F0D7.4060008@dunslane.net
обсуждение исходный текст
Ответ на Re: gcc 4.3 breaks ContribCheck in 8.2 and older.  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers

Alvaro Herrera wrote:
> Kurt Roeckx wrote:
>
>   
>> No, this has nothing to do with CFLAGS.  It's calling a function which
>> returns something other than it actually returns.
>>     
>
> Yeah but apparently gcc 4.3 is working in 8.3 and later.  What happens
> to your sample program if you compile it with the CFLAGS used in 8.3
> versus those used in 8.2?  pg_config --configure will show these.
>
>   

I am seeing the same results as Kurt. The CFLAGS as reported by 
pg_config are identical:

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

cheers

andrew



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: gcc 4.3 breaks ContribCheck in 8.2 and older.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Eliminate more detoast copies for packed varlenas