From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 22 14:00:31 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11F7516A420 for ; Sat, 22 Oct 2005 14:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6903043D49 for ; Sat, 22 Oct 2005 14:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9ME0SWe037069 for ; Sat, 22 Oct 2005 14:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9ME0SjK037068; Sat, 22 Oct 2005 14:00:28 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 14:00:28 GMT Resent-Message-Id: <200510221400.j9ME0SjK037068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Hirner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD2F16A41F for ; Sat, 22 Oct 2005 13:58:39 +0000 (GMT) (envelope-from richard@lenin.adaxas.net) Received: from lenin.adaxas.net (83-64-231-2.klausgasse.xdsl-line.inode.at [83.64.231.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D501F43D46 for ; Sat, 22 Oct 2005 13:58:37 +0000 (GMT) (envelope-from richard@lenin.adaxas.net) Received: from lenin.adaxas.net (localhost [127.0.0.1]) by lenin.adaxas.net (8.13.1/8.13.1) with ESMTP id j9MDwZ6T073513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 22 Oct 2005 15:58:35 +0200 (CEST) (envelope-from richard@lenin.adaxas.net) Received: (from richard@localhost) by lenin.adaxas.net (8.13.1/8.13.1/Submit) id j9MDwYug073508; Sat, 22 Oct 2005 15:58:34 +0200 (CEST) (envelope-from richard) Message-Id: <200510221358.j9MDwYug073508@lenin.adaxas.net> Date: Sat, 22 Oct 2005 15:58:34 +0200 (CEST) From: Richard Hirner To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Richard Hirner , devvv@devvv.de Subject: bin/87843: FreeBSD specific gcc compiler error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Hirner List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 14:00:31 -0000 >Number: 87843 >Category: bin >Synopsis: FreeBSD specific gcc compiler error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 22 14:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Richard Hirner >Release: FreeBSD 5.3-RELEASE-p18 i386 >Organization: >Environment: System: FreeBSD lenin.adaxas.net 5.3-RELEASE-p18 FreeBSD 5.3-RELEASE-p18 #7: Mon Jul 11 15:26:16 CEST 2005 toor@lenin.adaxas.net:/usr/obj/usr/src/sys/DEVVV01 i386 >Description: Please note that I have reported this issue to gcc Bugzilla and they said it has to be a FreeBSD specific problem. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24484 PROBLEM: Tried to compile libapreq2-2.06 from the FreeBSD ports collection. Failed with this message: --------------------------- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include/apache2/modules/perl -I/usr/local/include/apache2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=athlon -c util.c -MT util.lo -MD -MP -MF .deps/util.TPlo -fPIC -DPIC -o .libs/util.o util.c: In function `apreq_atoi64f': util.c:52: error: unrecognizable insn: (insn 66 172 67 8 util.c:44 (set (reg/f:SI 75) (match_insn 677090144 ("C"))) -1 (nil) (nil)) util.c:52: internal compiler error: in extract_insn, at recog.c:2083 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. --------------------------- SYSTEM: FreeBSD 5.3-RELEASE-p18 (Mon Jul 11 15:26:16 CEST 2005) /usr/obj/usr/src/sys/DEVVV01 i386 GCC VERSION: #gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 COMMAND LINE: cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include/apache2/modules/perl -I/usr/local/include/apache2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=athlon -c util.c -MT util.lo -MD -MP -MF .deps/util.TPlo -fPIC -DPIC -o .libs/util.o Bug appears without -march and -O, too >How-To-Repeat: portinstall libapreq2-2.06 on systems with my configuration (see above) >Fix: ? >Release-Note: >Audit-Trail: >Unformatted: