Re: internal compiler error with gcc 3.2

2002-09-03 Thread Terry Lambert
Giorgos Keramidas wrote: > On 2002-09-02 08:52 +, 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. > > It doesn't here. > > cc -I. -I. -I../include -I./../include -I/usr/local/include -O -

Re: internal compiler error with gcc 3.2

2002-09-03 Thread Giorgos Keramidas
On 2002-09-02 08:52 +, 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. It doesn't here. I've used my own meta-port to install all the usual stuff I want to have around, yesterday. The install

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Alexander Kabaev
On Mon, 02 Sep 2002 17:20:49 -0700 Terry Lambert <[EMAIL PROTECTED]> wrote: > > cc -I. -I. -I../include -I./../include -I/usr/local/include -O -pipe > > -march=pentiumpro -c ./iconv.c -fPIC -DPIC -o .libs/iconv.lo > ^ > > Maybe "-march=*" doesn't work? I traced it down to bro

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Terry Lambert
Andrea Campi wrote: > > > cc -I. -I. -I../include -I./../include -I/usr/local/include -O -pipe\ > > > -march=athlon -c ./iconv.c -fPIC -DPIC -o .libs/iconv.lo > > ^ > > I get the same error on a P3: > > cc -I. -I. -I../include -I./../include -I/usr/local/include -O -pipe > -march=

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Kris Kennaway
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 -

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Alexander Kabaev
On Mon, 2 Sep 2002 11:10:11 -0700 "David O'Brien" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 02, 2002 at 12:08:41PM -0400, Alexander Kabaev wrote: > > BTW, the bug is present in official 3.2 release too. > > What about 3.1.1 release? I have GCC 3.1.1 port installed on STABLE. libiconv barf when co

Re: internal compiler error with gcc 3.2

2002-09-02 Thread David O'Brien
On Mon, Sep 02, 2002 at 12:08:41PM -0400, Alexander Kabaev wrote: > BTW, the bug is present in official 3.2 release too. What about 3.1.1 release? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: internal compiler error with gcc 3.2

2002-09-02 Thread David W. Chapman Jr.
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 -

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Steve Kargl
On Mon, Sep 02, 2002 at 12:05:40PM -0400, Alexander Kabaev wrote: > On Mon, 2 Sep 2002 08:52:56 -0700 > Steve Kargl <[EMAIL PROTECTED]> wrote: > > > O -pipe -march=athlon > ^^ > This bug is in GCC PR database. Do not use -march=athlon for now. Okay. In case it matters, wo

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Andrea Campi
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 -

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Alexander Kabaev
BTW, the bug is present in official 3.2 release too. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Alexander Kabaev
On Mon, 2 Sep 2002 08:52:56 -0700 Steve Kargl <[EMAIL PROTECTED]> wrote: > O -pipe -march=athlon ^^ This bug is in GCC PR database. Do not use -march=athlon for now. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in t

Re: internal compiler error with gcc 3.2

2002-09-02 Thread Steve Kargl
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