Re: BUG #13498: make check failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13498: make check failures
Дата
Msg-id 32231.1436818418@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13498: make check failures  (pete@petelancashire.com)
Ответы Re: BUG #13498: make check failures  (Pete Lancashire <pete@petelancashire.com>)
Список pgsql-bugs
pete@petelancashire.com writes:
> make check
> -O2 passes w/o errors
> -O3 with or without -strict fails

Presumably what is happening here (and also in your followon #13499)
is that xlc with higher optimization levels generates bad code.  Whether
this is a compiler bug, or is traceable to a valid deficiency in our code,
is really impossible to tell for anyone without access to that compiler
(and even with access, it might be a lot of work).  If you want to trace
it down I'm afraid it's going to be pretty much your responsibility to do
it.

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #13126: table constraint loses its comment
Следующее
От: Pete Lancashire
Дата:
Сообщение: Re: BUG #13498: make check failures