From owner-freebsd-current Mon Sep 2 9:19:45 2002 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 52AEB37B400 for ; Mon, 2 Sep 2002 09:19:42 -0700 (PDT) Received: from hal-4.inet.it (hal-4.inet.it [213.92.5.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E9543E3B for ; Mon, 2 Sep 2002 09:19:41 -0700 (PDT) (envelope-from andrea@webcom.it) Received: from [::ffff:213.92.1.165] by hal-4.inet.it via I-SMTP-4.2.2-422 id 083+XRSt87gwW; Mon, 02 Sep 18:19:39 2002 +0200 Received: from webcom.it (brian.inet.it [213.92.1.190]) by acampi.inet.it (Postfix) with SMTP id 1A17315528 for ; Mon, 2 Sep 2002 18:19:38 +0200 (CEST) Received: (qmail 15249 invoked by uid 1000); 2 Sep 2002 16:19:36 -0000 Date: Mon, 2 Sep 2002 18:19:36 +0200 From: Andrea Campi To: Steve Kargl Cc: freebsd-current@FreeBSD.ORG Subject: Re: internal compiler error with gcc 3.2 Message-ID: <20020902161932.GB831@webcom.it> References: <20020902155256.GA56456@troutmask.apl.washington.edu> <20020902160131.GA56471@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020902160131.GA56471@troutmask.apl.washington.edu> X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 02, 2002 at 09:01:31AM -0700, Steve Kargl wrote: > On Mon, Sep 02, 2002 at 08:52:56AM -0700, Steve Kargl wrote: > > To test gcc 3.2, I've been updating all of my installed > > ports. It appears gcc 3.2 is having problems with > > libiconv-1.8_1. > > > > > > cc -I. -I. -I../include -I./../include -I/usr/local/include -O -pipe\ > > -march=athlon -c ./iconv.c -fPIC -DPIC -o .libs/iconv.lo > ^^^^^^^^^^^^^ > This appears to be the cause of the problem. If I comment > out "CPUTYPE?=athlon" in /etc/make.conf, then libiconv compiles > without a problem. > I get the same error on a P3: cc -I. -I. -I../include -I./../include -I/usr/local/include -O -pipe -march=pent iumpro -c ./iconv.c -fPIC -DPIC -o .libs/iconv.lo In file included from gbk.h:64, from converters.h:202, from iconv.c:67: gbkext1.h: In function `gbkext1_mbtowc': gbkext1.h:852: unrecognizable insn: (insn 157 155 159 (set (reg:QI 78) (const_int 128 [0x80])) -1 (nil) (nil)) gbkext1.h:852: Internal compiler error in extract_insn, at recog.c:2150 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 -- Press every key to continue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message