Re: [PATCH 0/3] Work around icc miscompilation

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [PATCH 0/3] Work around icc miscompilation
Дата
Msg-id 510106A1.6080507@vmware.com
обсуждение исходный текст
Ответ на [PATCH 0/3] Work around icc miscompilation  (Xi Wang <xi.wang@gmail.com>)
Ответы Re: [PATCH 0/3] Work around icc miscompilation  (Xi Wang <xi.wang@gmail.com>)
Список pgsql-hackers
On 24.01.2013 11:33, Xi Wang wrote:
> I'm sending three smaller patches for review, which try to fix icc
> and pathscale (mis)compilation problems described in my last email.

These patches look ok at a quick glance, but how do we ensure this kind 
of problems don't crop back again in the future? Does icc give a warning 
about these? Do we have a buildfarm animal that produces the warnings?

If we fix these, can we stop using -frapv on gcc? Is there any way to 
get gcc to warn about these?

- Heikki



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

Предыдущее
От: Xi Wang
Дата:
Сообщение: [PATCH 3/3] Fix overflow checking in repeat()
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review]