From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18479 invoked by alias); 22 Feb 2008 11:04:18 -0000 Received: (qmail 17620 invoked by alias); 22 Feb 2008 11:03:23 -0000 Date: Fri, 22 Feb 2008 11:04:00 -0000 Message-ID: <20080222110323.17618.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/28743] [4.1/4.2 regression] ICE with invalid specialization In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg02315.txt.bz2 ------- Comment #11 from paolo at gcc dot gnu dot org 2008-02-22 11:03 ------- Subject: Bug 28743 Author: paolo Date: Fri Feb 22 11:02:31 2008 New Revision: 132544 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132544 Log: /testsuite 2008-02-22 Paolo Carlini PR c++/35282 * g++.dg/template/nontype17.C: Add. /cp 2008-02-22 Paolo Carlini PR c++/35282 Revert: 2008-02-14 Paolo Carlini PR c++/28743 * pt.c (determine_specialization): In case of function templates, when the type of DECL does not match FN there is no match. /testsuite 2008-02-22 Paolo Carlini PR c++/35282 Revert: 2008-02-14 Paolo Carlini PR c++/28743 * g++.dg/template/nontype17.C: New. * g++.dg/template/nontype16.C: Add error. Modified: branches/gcc-4_3-branch/gcc/cp/ChangeLog branches/gcc-4_3-branch/gcc/cp/pt.c branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/nontype16.C branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/nontype17.C -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28743