Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 09:01:31 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: internal compiler error with gcc 3.2
Message-ID:  <20020902160131.GA56471@troutmask.apl.washington.edu>
In-Reply-To: <20020902155256.GA56456@troutmask.apl.washington.edu>
References:  <20020902155256.GA56456@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

> 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 79)
>         (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 <URL:http://www.gnu.org/software/gcc/bugs.html>; for instructions.
> *** Error code 1

-- 
Steve

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902160131.GA56471>