From nobody@FreeBSD.org  Sat Aug 25 14:05:21 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7D66F106566B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 Verrire <verriere.m@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: internal compiler error
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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 Verrire
>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 :
"<built-in>: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
<built-in>: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:
