Re: gcc build warnings at -O3

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: gcc build warnings at -O3
Дата
Msg-id CAPpHfdvGGNSXae6V_PUFqpoF=sT7oE=RJu6jeeT_HvKXgtJkxQ@mail.gmail.com
обсуждение исходный текст
Ответ на gcc build warnings at -O3  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Feb 7, 2024 at 10:31 PM Andres Freund <andres@anarazel.de> wrote:
> On 2024-01-11 21:55:19 -0500, Tom Lane wrote:
> > Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> writes:
> > > Hi, I'm seeing a compiler warning with CFLAGS -O3 but not with -O2.
> >
> > > In file included from dbcommands.c:20:
> > > dbcommands.c: In function ‘createdb’:
> > > ../../../src/include/postgres.h:104:16: warning: ‘src_hasloginevt’ may
> > > be used uninitialized in this function [-Wmaybe-uninitialized]
> >
> > Hmm, I also see that at -O3 (not at -O2) when using Fedora 39's
> > gcc 13.2.1, but *not* when using RHEL8's gcc 8.5.0.
>
> It's visible here with gcc >= 10. That's enough versions that I think we
> should care.  Interestingly enough, it seems to have recently have gotten
> fixed in gcc master (14 to be).

I managed to reproduce this warning locally.  Fixed.

------
Regards,
Alexander Korotkov



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: glibc qsort() vulnerability
Следующее
От: Nathan Bossart
Дата:
Сообщение: Re: glibc qsort() vulnerability