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

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

https://gcc.gnu.org/g:45f0ddc530eed61c45f1873a9cf7c85eb4f5da10

commit r8-10900-g45f0ddc530eed61c45f1873a9cf7c85eb4f5da10
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)

Reply via email to