From owner-freebsd-current@FreeBSD.ORG Wed Sep 10 17:41:42 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E213A16A4BF for ; Wed, 10 Sep 2003 17:41:41 -0700 (PDT) Received: from transpacific.net (lincoln.transbay.net [209.133.53.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D7043FCB for ; Wed, 10 Sep 2003 17:41:41 -0700 (PDT) (envelope-from sreese@codysbooks.com) Received: from [192.168.0.24] (stalwart.codysbooks.com [209.133.54.175]) by transpacific.net (8.11.6p2/8.11.4) with ESMTP id h8B0fZu81847; Wed, 10 Sep 2003 17:41:35 -0700 (PDT) From: Scott Reese To: Steve Kargl In-Reply-To: <20030911002245.GA30852@troutmask.apl.washington.edu> References: <1063228474.9366.10.camel@borges> <1063236870.37828.5.camel@borges> <20030910234012.GA30618@troutmask.apl.washington.edu> <1063237547.37828.14.camel@borges> <20030911002245.GA30852@troutmask.apl.washington.edu> Content-Type: text/plain Organization: Cody's Books, Inc. Message-Id: <1063240895.37828.20.camel@borges> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 10 Sep 2003 17:41:35 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Internal compiler error in reload_cse_simplify_operands X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 00:41:42 -0000 On Wed, 2003-09-10 at 17:22, Steve Kargl wrote: > On Wed, Sep 10, 2003 at 04:45:47PM -0700, Scott Reese wrote: > > On Wed, 2003-09-10 at 16:40, Steve Kargl wrote: > > > On Wed, Sep 10, 2003 at 04:34:31PM -0700, Scott Reese wrote: > > > > On Wed, 2003-09-10 at 14:14, Scott Reese wrote: > > > > > > > > > > I'm running 5.1-RELEASE-p2 and I just upgraded my machine from a PIII > > > > > 800 MHz processor with 256 MB RAM to a PIV 2.4 GHz processor and VIA P4B > > > > > 400 motherboard with 512 MB RAM. The system starts and runs great, but > > > > > I can't build anything with it anymore. > > > > > > Did you have these errors with your PIII 800 MHz processor and > > > 256 MB of RAM? If the answer is no, the old harware wsa rock solid, > > > then I suspect you have a hardware problem. For example, power > > > supply can't supply enough power or the memory isn't seated correctly > > > or insufficient heat sinking on the CPU or ... > > > > No, I didn't have these errors with the old hardware. It seemed very > > solid to me. I would be extremely disappointed if this were a hardware > > failure of some kind as I just got it upgraded this morning. :/ > > > > One question, though...Doesn't flakey hardware usually cause *random* > > errors? I ask because the error I'm receiving upon issuing 'make > > buildworld' is recurring in exactly the same place every time. I'm > > wondering if something somewhere got hosed... > > I deleted your original email, but I thought you said that > you got ICE's while building a couple of ports. Do you > set CFLAGS and/or CPUTYPE to some strange combination of > options? I have no CFLAGS set and CPUTYPE is also not set. Just successfully built world, but the kernel compilation stopped with another ICE...the same one I got earlier today when trying to build a kernel: /usr/src/sys/dev/aic7xxx/aic79xx.c: In function `ahd_run_data_fifo': /usr/src/sys/dev/aic7xxx/aic79xx.c:787: error: unrecognizable insn: (insn 1427 1422 1440 48 0x284a9420 (parallel [ (set (reg/v:QI 4 sil [363]) (asm_operands/v:QI ("inb %%dx,%0") ("=a") 0 [ (reg/v:SI 1 edx [361]) ] [ (asm_input:SI ("d")) ] ("machine/cpufunc.h") 197)) (clobber (reg:QI 19 dirflag)) (clobber (reg:QI 18 fpsr)) (clobber (reg:QI 17 flags)) ]) -1 (insn_list 1422 (nil)) (nil)) /usr/src/sys/dev/aic7xxx/aic79xx.c:787: internal compiler error: in reload_cse_simplify_operands, at reload1.c:8345 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/obj/usr/src/sys/BORGES. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Guess maybe it's hardware-related. Was hoping to find a solution that would clear any charges against my new hardware, but I guess that's all that's left. *sigh*