From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25431 invoked by alias); 12 May 2005 16:25:39 -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 25403 invoked from network); 12 May 2005 16:25:33 -0000 Received: from unknown (HELO email.mathematik.uni-freiburg.de) (132.230.30.5) by sourceware.org with SMTP; 12 May 2005 16:25:33 -0000 Received: from frege.mathematik.uni-freiburg.de ([132.230.23.140]) by email.mathematik.uni-freiburg.de with asmtp (Exim 3.35 #1 (Debian)) id 1DWGV3-0000kT-00 for ; Thu, 12 May 2005 18:25:25 +0200 Date: Thu, 12 May 2005 16:25:00 -0000 From: Mark Weyer To: gcc-bugs@gcc.gnu.org Subject: Internal compiler error in finish_function gcc version 2.96 Message-ID: <20050512182545.A847@frege.mathematik.uni-freiburg.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2005-05/txt/msg01686.txt.bz2 List-Id: --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 549 Command: gcc bug.cpp Output (indented): bug.cpp: In function `int _ ()': bug.cpp:1: parse error before `0' bug.cpp:1: Internal error #122. bug.cpp:1: Internal compiler error in finish_function, at ../gcc/cp/decl.c:14422 Please submit a full bug report. See for instructions. Version: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.0) File bug.cpp (also attached): int _() {if 0 -> {};} Yours, Mark Weyer --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="bug.cpp" Content-length: 22 int _() {if 0 -> {};} --ZGiS0Q5IWpPtfppv--