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++/73456] [6/7 regression][concepts] ICE in non_atomic_constraint_p, at cp/logic.cc:315


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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Aug 11 15:43:21 2016
New Revision: 239377

URL: https://gcc.gnu.org/viewcvs?rev=239377&root=gcc&view=rev
Log:
        PR c++/73456 - ICE with constrained parameter pack.

        * logic.cc (non_atomic_constraint_p): Handle EXPR_PACK_EXPANSION.

Added:
    branches/gcc-6-branch/gcc/testsuite/g++.dg/concepts/variadic4.C
Modified:
    branches/gcc-6-branch/gcc/cp/ChangeLog
    branches/gcc-6-branch/gcc/cp/logic.cc

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed.

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