This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51239] ICE with variadic template alias
- From: "dodji at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 11 Mar 2012 22:32:48 +0000
- Subject: [Bug c++/51239] ICE with variadic template alias
- Auto-submitted: auto-generated
- References: <bug-51239-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51239
Dodji Seketeli <dodji at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |SUSPENDED
--- Comment #3 from Dodji Seketeli <dodji at gcc dot gnu.org> 2012-03-11 22:32:48 UTC ---
There were more patches for this at
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00728.html and
http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00729.html.
I'd need to address the comments raised by the first patch, at least. But at
the same time, it turned out that we are hitting DR 1430
(http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_active.html#1430).
So I am suspending this bug for now because depending on the resolution of DR
1430 there, we might have to take a totally different direction.