From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8795 invoked by alias); 26 Sep 2005 08:10:43 -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 8391 invoked by uid 48); 26 Sep 2005 08:10:05 -0000 Date: Mon, 26 Sep 2005 08:10:00 -0000 Message-ID: <20050926081005.8390.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050624124148.22172.thomas.magyar@navy.mil> References: <20050624124148.22172.thomas.magyar@navy.mil> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22172] [3.4/4.0/4.1 Regression] Internal compiler error, seg fault. X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg03048.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-26 08:09 ------- I don't think that this is a proper fix, since the following IMHO valid code snippet is rejected: ==================================================================== namespace N { template struct A { operator int() const; }; } template void foo() { +typename N::A<0>(); } ==================================================================== -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22172