troubles with the new GCC -- anyone else?

2002-09-08 Thread Mikhail Teterin

Is it just me, or do others have troubles too? I upgraded yesterday:

mi@celsius:~ (101) cc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.1 [FreeBSD] 20020901 (prerelease)

With ``-march=pentium2 -mmmx''

. there is a file or two in XFree86-4-Server, that cause an Internal Compiler
Error -- fixed with ``-march=pentium2 -mno-mmx'' (same trouble existed with
the previous version, AFAIR)

. one file in libiconv causes ICE -- the workaround above does not work. But
``-march=pentium -mmmx'' works.

. in the kdelibs3, the kdecore/kkeyserver_x11.cpp will not compile regardless
of the architecture or optimization flags -- the ICE is in GCC's
cp/cp-lang.c:130, due, it seems, to the initialization complexity. Can't
think of a workaround :-\

Yours,

-mi

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Steve Kargl

On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote:
 Is it just me, or do others have troubles too? I upgraded yesterday:
 
   mi@celsius:~ (101) cc -v
   Using built-in specs.
   Configured with: FreeBSD/i386 system compiler
   Thread model: posix
   gcc version 3.2.1 [FreeBSD] 20020901 (prerelease)
 
 With ``-march=pentium2 -mmmx''
 

Do not use -march=...

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Eirik Nygaard

There is problem with several ports and gcc 3.2, which ports got the problem is maped 
and is put out on the web: http://bento.freebsd.org/errorlogs/5-latest/, some has been 
fixed.

On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote:
 Is it just me, or do others have troubles too? I upgraded yesterday:
 
   mi@celsius:~ (101) cc -v
   Using built-in specs.
   Configured with: FreeBSD/i386 system compiler
   Thread model: posix
   gcc version 3.2.1 [FreeBSD] 20020901 (prerelease)
 
 With ``-march=pentium2 -mmmx''
 
   . there is a file or two in XFree86-4-Server, that cause an Internal Compiler
   Error -- fixed with ``-march=pentium2 -mno-mmx'' (same trouble existed with
   the previous version, AFAIR)
 
   . one file in libiconv causes ICE -- the workaround above does not work. But
   ``-march=pentium -mmmx'' works.
 
   . in the kdelibs3, the kdecore/kkeyserver_x11.cpp will not compile regardless
   of the architecture or optimization flags -- the ICE is in GCC's
   cp/cp-lang.c:130, due, it seems, to the initialization complexity. Can't
   think of a workaround :-\
 
 Yours,
 
   -mi
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message

-- 

Eirik Nygaard [EMAIL PROTECTED]
PGP Key: 83C55EDE




msg42754/pgp0.pgp
Description: PGP signature


Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Maxim Sobolev

On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote:
 Is it just me, or do others have troubles too? I upgraded yesterday:
 
   mi@celsius:~ (101) cc -v
   Using built-in specs.
   Configured with: FreeBSD/i386 system compiler
   Thread model: posix
   gcc version 3.2.1 [FreeBSD] 20020901 (prerelease)
 
 With ``-march=pentium2 -mmmx''
 
   . there is a file or two in XFree86-4-Server, that cause an Internal Compiler
   Error -- fixed with ``-march=pentium2 -mno-mmx'' (same trouble existed with
   the previous version, AFAIR)
 
   . one file in libiconv causes ICE -- the workaround above does not work. But
   ``-march=pentium -mmmx'' works.
 
   . in the kdelibs3, the kdecore/kkeyserver_x11.cpp will not compile regardless
   of the architecture or optimization flags -- the ICE is in GCC's
   cp/cp-lang.c:130, due, it seems, to the initialization complexity. Can't
   think of a workaround :-\

Please submit preprocessed sources which trigger ICE to GCC's problem
reporting database. There is very little (if anything at all) FreeBSD
developers could and should do to help you with that.

-Maxim

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: troubles with the new GCC -- anyone else?

2002-09-08 Thread Kris Kennaway

On Sun, Sep 08, 2002 at 02:30:06PM -0400, Mikhail Teterin wrote:

 Is it just me, or do others have troubles too? I upgraded yesterday:

Did you try the gcc patch Alexander posted the other day?

Kris



msg42759/pgp0.pgp
Description: PGP signature