From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18791 invoked by alias); 28 Jun 2004 14:48:16 -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 18734 invoked by uid 48); 28 Jun 2004 14:48:15 -0000 Date: Mon, 28 Jun 2004 14:50:00 -0000 Message-ID: <20040628144815.18733.qmail@sourceware.org> From: "brad at mainstreetsoftworks dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040628022327.16239.brad@mainstreetsoftworks.com> References: <20040628022327.16239.brad@mainstreetsoftworks.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16239] GCC 3.4.0 ICE on ppc64 (mozilla 1.7 compile, -O1 -fno-exceptions issue) X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg03590.txt.bz2 List-Id: ------- Additional Comments From brad at mainstreetsoftworks dot com 2004-06-28 14:48 ------- Ok, it is definitely reproducable on vanilla GCC 3.4.0 : ppc64 objdir # gcc -v Reading specs from /usr/local/gcc/lib/gcc/powerpc64-unknown-linux-gnu/3.4.0/specs Configured with: ../gcc-3.4.0/configure --prefix=/usr/local/gcc --enable-shared --host=powerpc64-unknown-linux-gnu --target=powerpc64-unknown-linux-gnu --with-system-zlib --enable-languages=c,c++ --enable-threads=posix --enable-long-long --disable-checking --disable-libunwind-exceptions --enable-cstdio=stdio --enable-version-specific-runtime-libs --disable-werror --enable-shared --enable-nls --without-included-gettext --disable-multilib --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix ppc64 objdir # g++ -O1 -fno-exceptions -o /tmp/nsXULContentBuilder.o -c /tmp/nsXULContentBuilder.CPP nsXULContentBuilder.cpp: In member function `nsresult nsXULContentBuilder::BuildContentFromTemplate(nsIContent*, nsIContent*, nsIContent*, PRBool, nsIRDFResource*, PRBool, nsTemplateMatch*, nsIContent**, PRInt32*)': nsXULContentBuilder.cpp:825: error: insn does not satisfy its constraints: (insn 6646 6645 6535 78 (set (reg/v/f:DI 63 31 [orig:979 data ] [979]) (plus:DI (reg/v/f:DI 63 31 [orig:979 data ] [979]) (const_int 232 [0xe8]))) 233 {*adddi3_internal1} (nil) (expr_list:REG_EQUIV (plus:DI (reg/f:DI 1 1) (const_int 232 [0xe8])) (nil))) nsXULContentBuilder.cpp:825: internal compiler error: in reload_cse_simplify_operands, at postreload.c:378 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16239