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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:4b30a6d214ad94dfdffa93843d628484d2555b51

commit r9-9437-g4b30a6d214ad94dfdffa93843d628484d2555b51
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Mar 25 21:06:09 2021 +0100

    c++: Diagnose bare parameter packs in bitfield widths [PR99745]

    The following invalid tests ICE because we don't diagnose (and drop) bare
    parameter packs in bitfield widths.

    2021-03-25  Jakub Jelinek  <ja...@redhat.com>

            PR c++/99745
            * decl2.c (grokbitfield): Diagnose bitfields containing bare
parameter
            packs and don't set DECL_BIT_FIELD_REPRESENTATIVE in that case.

            * g++.dg/cpp0x/variadic181.C: New test.

    (cherry picked from commit f8780caf07340f5d5e55cf5fb1b2be07cabab1ea)
  • [Bug c++/99745] ICE when parame... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to