This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53307] internal crash with variadic templates and decltype
- From: "chesstr at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 May 2012 17:16:47 +0000
- Subject: [Bug c++/53307] internal crash with variadic templates and decltype
- Auto-submitted: auto-generated
- References: <bug-53307-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53307
chesstr at hotmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #27363|0 |1
is obsolete| |
--- Comment #1 from chesstr at hotmail dot com 2012-05-10 17:16:47 UTC ---
Created attachment 27366
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27366
better test case
It turns out, if the length of parameter pack arg3s... is 0 this bug occurs, if
it is not 0 then gcc compiles without any problem.