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

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

https://gcc.gnu.org/g:99b0c9ec47d563d1f780cb678c04d37c9835440f

commit r11-314-g99b0c9ec47d563d1f780cb678c04d37c9835440f
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue May 12 10:00:32 2020 +0200

    openmp: Fix up handling of DECL_OMP_PRIVATIZED_MEMBER for bit-fields
[PR95063]

    The r11-15 change broke this testcase, as it now asserts type is equal to
    the type of the DECL_VALUE_EXPR, but for DECL_OMP_PRIVATIZED_MEMBER
artificial
    vars mapping to bitfields it wasn't.  Fixed by changing the
    DECL_OMP_PRIVATIZED_MEMBER var type in that case.

    2020-05-12  Jakub Jelinek  <ja...@redhat.com>

            PR c++/95063
            * pt.c (tsubst_decl): Deal with DECL_OMP_PRIVATIZED_MEMBER for
            a bit-field.

            * g++.dg/gomp/pr95063.C: New test.

Reply via email to