This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/84540] [6/7/8 Regression] ICE with alignas in variadic template


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-02-24
                 CC|                            |msebor at gcc dot gnu.org
      Known to work|                            |5.4.0
     Ever confirmed|0                           |1
      Known to fail|                            |6.4.0, 7.3.0, 8.0

--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed.  Bisection points to r232701:

r232701 | jason | 2016-01-21 15:26:02 -0500 (Thu, 21 Jan 2016) | 5 lines

        PR c++/43407
        * decl.c (start_enum): Add attributes parameter.
        * parser.c (cp_parser_enum_specifier): Pass it.
        * pt.c (lookup_template_class_1): Pass it.
        * cp-tree.h: Adjust.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]