From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27870 invoked by alias); 22 Jun 2010 06:46:16 -0000 Received: (qmail 27776 invoked by uid 48); 22 Jun 2010 06:45:58 -0000 Date: Tue, 22 Jun 2010 06:46:00 -0000 Subject: [Bug c++/44623] New: ICE on invalid code X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "chris at bubblescope dot net" 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/msg02148.txt.bz2 The attached invalid code causes an ICE on svn trunk. It passes on g++ 4.4.3 The error I get is: caj@nyanko:/dev/shm/clang-fuzzer$ /gccsvn/bin/g++ t.cc t.cc:3:137: warning: missing terminating " character [enabled by default] t.cc:3:1: error: missing terminating " character t.cc:3:20: error: two or more data types in declaration of Ă¢€˜parameterĂ¢€™ t.cc:3:135: internal compiler error: in tsubst, at cp/pt.c:10121 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: ICE on invalid code Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: chris at bubblescope dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623