This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48115] [4.6/4.7 Regression] internal compiler error: in type_has_nontrivial_copy_init, at cp/tree.c:2482
- 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: Wed, 16 Mar 2011 20:02:14 +0000
- Subject: [Bug c++/48115] [4.6/4.7 Regression] internal compiler error: in type_has_nontrivial_copy_init, at cp/tree.c:2482
- Auto-submitted: auto-generated
- References: <bug-48115-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48115
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-16 20:02:08 UTC ---
Author: jason
Date: Wed Mar 16 20:02:04 2011
New Revision: 171063
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171063
Log:
PR c++/48115
* call.c (convert_arg_to_ellipsis): Handle incomplete type.
Added:
branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/incomplete6.C
Modified:
branches/gcc-4_6-branch/gcc/cp/ChangeLog
branches/gcc-4_6-branch/gcc/cp/call.c
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog