compile warnings on cygwin - make check fails

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема compile warnings on cygwin - make check fails
Дата
Msg-id 01ef01c38ee6$78eb3a90$6401a8c0@DUNSLANE
обсуждение исходный текст
Ответы Re: compile warnings on cygwin - make check fails  (Jason Tishler <jason@tishler.net>)
Список pgsql-hackers
 
CVS tip
 
WinXP/cygwin/gcc version 3.3.1 (cygming special)
 
gives these
 
tablecmds.c:3528: warning: dereferencing type-punned pointer will break strict-aliasing rules
execQual.c:749: warning: dereferencing type-punned pointer will break strict-aliasing rules
execQual.c:995: warning: dereferencing type-punned pointer will break strict-aliasing rules
pg_shmem.c:368: warning: passing arg 1 of `shmdt' from incompatible pointer type
proc.c:1016: warning: dereferencing type-punned pointer will break strict-aliasing rules
proc.c:1057: warning: dereferencing type-punned pointer will break strict-aliasing rules
proc.c:1123: warning: dereferencing type-punned pointer will break strict-aliasing rules
command.c:1283: warning: dereferencing type-punned pointer will break strict-aliasing rules
 
make check fails (hangs) consistently on parallel tests
 
max_connections set to 100, shared_buffers set to 1000 by initdb (CVS version, not mine).
 
cheers
 
andrew
 
 
 
 

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: 2-phase commit
Следующее
От: Neil Conway
Дата:
Сообщение: Re: CREATE USER bug