From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22325 invoked by alias); 2 Mar 2004 19:51:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22318 invoked by uid 48); 2 Mar 2004 19:51:07 -0000 Date: Tue, 02 Mar 2004 19:51:00 -0000 From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040302195106.14390.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14390] New: ICE in tsubst with instantiation of overloaded template X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg00321.txt.bz2 List-Id: >>From the last example in PR 14389: ---------------------- struct S { template< typename _A > void foo(); template< int _i > void foo(); }; template< typename _A > void S::foo() {} template void S::foo< 0 >(); ---------------------- This ICEs all my compilers like so: g/x> /home/bangerth/bin/gcc-3.5-pre/bin/c++ -c x.cc x.cc:6: internal compiler error: in tsubst, at cp/pt.c:6737 Please submit a full bug report, W. -- Summary: ICE in tsubst with instantiation of overloaded template Product: gcc Version: 3.4.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bangerth at dealii dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14390