From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16201 invoked by alias); 8 Jan 2004 18:21:21 -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 16194 invoked by uid 48); 8 Jan 2004 18:21:21 -0000 Date: Thu, 08 Jan 2004 18:21:00 -0000 Message-ID: <20040108182121.16193.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040108163101.13616.hetadres@email.com> References: <20040108163101.13616.hetadres@email.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13616] fails to look up template specialization of template template parameter involving own template parameters X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg00729.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-08 18:21 ------- 3.4 produces the following error message (which I think is wrong and I think there is a dup of that bug somewhere): pr13616.cc:24: error: type/value mismatch at argument 2 in template parameter list for `template class Q> class C' pr13616.cc:24: error: expected a class template, got `typename PP

::Type' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13616