This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/73456] [6/7 regression][concepts] ICE in non_atomic_constraint_p, at cp/logic.cc:315
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 11 Aug 2016 15:43:58 +0000
- Subject: [Bug c++/73456] [6/7 regression][concepts] ICE in non_atomic_constraint_p, at cp/logic.cc:315
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-73456-4@http.gcc.gnu.org/bugzilla/>
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.