https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113776

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14 regression]             |[14 regression]
                   |postgresql-16.1 build       |postgresql-16.1 build
                   |failure with -Werror=vla in |failure with -Werror=vla in
                   |configure test              |configure test since
                   |                            |r14-8641
   Target Milestone|---                         |14.0
                 CC|                            |jakub at gcc dot gnu.org
           Priority|P3                          |P1

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This boils down to
char d[(_Bool)0.5 == 1 ? 1 : -1];
char f[(_Bool)0.0 == 0 ? 1 : -1];
which started warning with r14-8641-g35de88e2ed0aa78f6e3306c8560cd6bb15ce0ffe

Reply via email to