Re: fix for strict-alias warnings

Поиск
Список
Период
Сортировка
От Manfred Spraul
Тема Re: fix for strict-alias warnings
Дата
Msg-id 3F8C47BF.1080907@colorfullife.com
обсуждение исходный текст
Ответ на Re: fix for strict-alias warnings  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: fix for strict-alias warnings  (Andrew Dunstan <andrew@dunslane.net>)
Re: fix for strict-alias warnings  (Neil Conway <neilc@samurai.com>)
Re: fix for strict-alias warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I've asked the question on the gcc devel list. The first reply was that
MemSet violates strict aliasing rules:

http://gcc.gnu.org/ml/gcc/2003-10/msg00524.html

I think we must either add -fno-strict-aliasing, or switch to the c
compiler memset functions for gcc.

--
    Manfred


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

Предыдущее
От: "veramente@libero.it"
Дата:
Сообщение: Italian NLS, pg_dump-it.po initial translation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: fix for strict-alias warnings