From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3142 invoked by alias); 11 Aug 2003 17:00:06 -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 3120 invoked by uid 48); 11 Aug 2003 17:00:04 -0000 Date: Mon, 11 Aug 2003 17:00:00 -0000 Message-ID: <20030811170004.3119.qmail@sources.redhat.com> From: "qboosh at pld-linux dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030811153536.11883.qboosh@pld-linux.org> References: <20030811153536.11883.qboosh@pld-linux.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/11883] gcc 3.3.1 ICE with any -O on mercury-generated *.c file X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg01373.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11883 ------- Additional Comments From qboosh at pld-linux dot org 2003-08-11 17:00 ------- "fix" section has been cut too, so here it is: Workaround is not to use optimizations (use -O0 or no -O options): $ gcc tree234.i -c -O0 $