From owner-freebsd-bugs@FreeBSD.ORG Sat Aug 25 14:10:01 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95EBF106564A for ; Sat, 25 Aug 2012 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6C34A8FC16 for ; Sat, 25 Aug 2012 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7PEA1Ut012433 for ; Sat, 25 Aug 2012 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7PEA11g012432; Sat, 25 Aug 2012 14:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 25 Aug 2012 14:10:01 GMT Resent-Message-Id: <201208251410.q7PEA11g012432@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, Marc Verrière Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D66F106566B for ; Sat, 25 Aug 2012 14:05:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 694E38FC08 for ; Sat, 25 Aug 2012 14:05:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7PE5Lb1027050 for ; Sat, 25 Aug 2012 14:05:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7PE5L1M027049; Sat, 25 Aug 2012 14:05:21 GMT (envelope-from nobody) Message-Id: <201208251405.q7PE5L1M027049@red.freebsd.org> Date: Sat, 25 Aug 2012 14:05:21 GMT From: Marc Verrière To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: gnu/171026: internal compiler error X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2012 14:10:01 -0000 >Number: 171026 >Category: gnu >Synopsis: internal compiler error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 14:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Marc Verrière >Release: FreeBSD 9.0-RELEASE >Organization: >Environment: FreeBSD amy 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: When I try to make a jail, I need to compile the content of /usr/src. But when I execute the command "make world DESTDIR=/path/to/jail" in /usr/src folder, I always have the error : ":0: internal compiler error: in real_to_decimal, at real.c:1641" # gcc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070831 patched [FreeBSD] cpu : CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3006.88-MHz 686-class CPU) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs ram : 2G c++ -O2 -pipe -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/include -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/tools/clang/include -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen -I. -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_HOSTTRIPLE=\"i386-unknown-freebsd9.0\" -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen/InstrInfoEmitter.cpp :0: internal compiler error: in real_to_decimal, at real.c:1641 Good lock PS : It my first bug reporting, I hope I send you all you need to understand this bug >How-To-Repeat: I think the problem is only for pentium4 processor. mkdir /usr/jails cd /usr/src make world DESTDIR=/usr/jails >Fix: >Release-Note: >Audit-Trail: >Unformatted: