Re: new buildfarm with gcc & clang "trunk" -Werror?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: new buildfarm with gcc & clang "trunk" -Werror?
Дата
Msg-id 4349d6bd-79c3-83d2-56d9-a180942f6bf3@2ndquadrant.com
обсуждение исходный текст
Ответ на new buildfarm with gcc & clang "trunk" -Werror?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: new buildfarm with gcc & clang "trunk" -Werror?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
On 3/28/18 04:06, Fabien COELHO wrote:
> Would the project feel appropriate to:
> 
>   - fix these warnings (other than putting -Wno-format-truncation or
>     similar workarounds...).

I've been tracking gcc-8, and I have a patch ready, but these things
change a bit with every compiler snapshot, so I'm waiting until things
settle down.

>   - add permanent gcc/clang trunk beasts with -Werror
>     (if so, I'd suggest cannonball & seanettle for the names).

I would not like that.  The build farm success should ideally be a
function of correct PostgreSQL code, not external factors.  If an
in-progress compiler does funny things, what are we supposed to do about
that?

Generally, fixing up PostgreSQL for a new compiler release isn't a major
effort and can be done briefly before the release of the compiler.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: JIT compiling with LLVM v12
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently