Subject: Re: gcc3.3, perl, and '-O3 -march=k6-2' -> segfault
To: Frederick Bruckman <fredb@immanent.net>
From: Todd Vierling <tv@pobox.com>
List: tech-toolchain
Date: 05/28/2003 15:08:03
On Wed, 28 May 2003, Frederick Bruckman wrote:

: gcc 3.3 can't even build itself with ``gmake BOOT_CFLAGS="-O3 -march=k6-2"''
: (AMD K6-2/533, model 8, stepping 12, underclocked at 500mHz). No such problem
: with gcc-3.2.3.

Given this (and better yet if you can reproduce it with "./configure && make
bootstrap" on a Linux host)....

: > 	Any thoughts as to where I should be reporting this?

See:

    http://gcc.gnu.org/bugs.html#detailed

Using the command that make outputs when crashing during the build of
stage2, you should be able to add "-v -save-temps" and run it manually.

-- 
-- Todd Vierling <tv@pobox.com>