From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31717 invoked by alias); 1 Dec 2004 14:32:18 -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 31625 invoked by uid 48); 1 Dec 2004 14:32:12 -0000 Date: Wed, 01 Dec 2004 14:32:00 -0000 Message-ID: <20041201143212.31624.qmail@sourceware.org> From: "lerdsuwa at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041130043812.18733.pinskia@gcc.gnu.org> References: <20041130043812.18733.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/18733] [4.0 Regression] friend rejected X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg00124.txt.bz2 List-Id: ------- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-01 14:32 ------- The problem is in check_explicit_specialization and/or current_tmpl_spec_kind functions. They don't handle specializations in friends correctly. I still have a few other PRs to deal with and won't get to this bug until other patches are finished. So feel free to take it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18733