Re: gcc 4.3 breaks ContribCheck in 8.2 and older.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: gcc 4.3 breaks ContribCheck in 8.2 and older.
Дата
Msg-id 20080324170514.GE5484@alvh.no-ip.org
обсуждение исходный текст
Ответ на 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>)
Список pgsql-hackers
Kurt Roeckx wrote:
> On Thu, Mar 20, 2008 at 06:53:27PM -0400, Tom Lane wrote:
> > 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.
> > 
> > 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?

> Somewhere seg_same is converted from returning a bool to
> returning a char pointer.
> 
> returnValue has the value 0xffffff00 for me, which of course is an
> invalid pointer.

So the difference is in CFLAGS?  I do recall reading something about
these kind of things in the GCC 4.3.0 release notes.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GSoC] (Is it OK to choose items without % mark in theToDoList) && (is it an acceptable idea to build index on Flash Disk)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: new ereport option "errdetail_log"