From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5864 invoked by alias); 22 Jun 2010 09:27:40 -0000 Received: (qmail 5738 invoked by uid 48); 22 Jun 2010 09:27:26 -0000 Date: Tue, 22 Jun 2010 09:27:00 -0000 Message-ID: <20100622092726.5737.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/44623] [4.6 Regression] ICE on invalid code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "manu at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-06/txt/msg02159.txt.bz2 ------- Comment #3 from manu at gcc dot gnu dot org 2010-06-22 09:27 ------- It would be more correct to say that it doesn't ICE on g++ 4.4.3, but still error-recovery is awful: pr44623.ii:3:137: warning: missing terminating " character pr44623.ii:3: error: missing terminating " character pr44623.ii:3: error: two or more data types in declaration of 'parameter' pr44623.ii:3: error: expected primary-expression at end of input pr44623.ii:3: error: type 'basic_stringbuf' is not derived from type 'basic_stringbuf< , , >' pr44623.ii:3: error: expected '}' at end of input pr44623.ii:3: error: expected unqualified-id at end of input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623