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

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Subject: Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)
Date: 2021-06-03 09:34:26
Message-ID: 1662521622712037@mail.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2021-06-03 09:49:59 Re: Asynchronous Append on postgres_fdw nodes.
Previous Message Dean Rasheed 2021-06-03 08:28:08 Re: Failures with gcd functions with GCC snapshots GCC and -O3 (?)