From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22899 invoked by alias); 8 Aug 2005 18:01:36 -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 22887 invoked by uid 48); 8 Aug 2005 18:01:34 -0000 Date: Mon, 08 Aug 2005 18:01:00 -0000 Message-ID: <20050808180134.22884.qmail@sourceware.org> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050202164209.19764.reichelt@gcc.gnu.org> References: <20050202164209.19764.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19764] [3.4 regression] ICE on explicit instantiation of a non-template destructor X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg00853.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2005-08-08 18:01 ------- This seems already fixed in 4.0 and mainline: g/x> /home/bangerth/bin/gcc-4.0*/bin/c++ -c x.cc x.cc:2: error: ‘A’ is not a template x.cc:2: error: expected id-expression before ‘~’ token g/x> /home/bangerth/bin/gcc-4.1*/bin/c++ -c x.cc x.cc:2: error: ‘A’ is not a template x.cc:2: error: expected id-expression before ‘~’ token The error message seems reasonable to me. W. -- What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2005-02-26 18:42:45 |2005-08-08 18:01:34 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19764