From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11132 invoked by alias); 6 Feb 2006 15:14:41 -0000 Received: (qmail 11046 invoked by uid 48); 6 Feb 2006 15:14:34 -0000 Date: Mon, 06 Feb 2006 15:14:00 -0000 Message-ID: <20060206151434.11045.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/26122] [4.0/4.1/4.2 regression] Pure specifiers for templates causing trouble In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" 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 X-SW-Source: 2006-02/txt/msg00515.txt.bz2 List-Id: ------- Comment #2 from reichelt at gcc dot gnu dot org 2006-02-06 15:14 ------- Btw, we also fail to diagnose the following invalid code snippet: ================================= template struct A { void foo() = 0; }; ================================= -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26122