Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?) - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)
Date
Msg-id 1662521622712037@mail.yandex.ru
Whole thread Raw
In response to Failures with gcd functions with GCC snapshots GCC and -O3 (?)  (Michael Paquier <michael@paquier.xyz>)
List 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 by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)
Next
From: Etsuro Fujita
Date:
Subject: Re: Asynchronous Append on postgres_fdw nodes.