Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)

Поиск
Список
Период
Сортировка
От Sergei Kornilov
Тема Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)
Дата
Msg-id 1662521622712037@mail.yandex.ru
обсуждение исходный текст
Ответ на Failures with gcd functions with GCC snapshots GCC and -O3 (?)  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hello

I build gcc version 12.0.0 20210603 (experimental) locally, then tried REL_13_STABLE with same CFLAGS as serinus
./configure --prefix=/home/melkij/tmp/pgdev/inst CFLAGS="-O3 -ggdb -g3 -Wall -Wextra -Wno-unused-parameter
-Wno-sign-compare-Wno-missing-field-initializers" --enable-tap-tests --enable-cassert --enable-debug
 
check-world passed.

regards, Sergei



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Asynchronous Append on postgres_fdw nodes.