Subject: Re: CVS commit: pkgsrc/devel/cpuflags
To: None <abs@netbsd.org, source-changes@netbsd.org>
From: Frederick Bruckman <fredb@immanent.net>
List: source-changes
Date: 06/08/2003 15:32:22
In article <20030608184824.1BEA9B004@cvs.netbsd.org>,
	abs@netbsd.org (David Brownlee) writes:
> 
> 	Add mozilla and pango to the list of packages for which
> 	-frename-registers triggers bug in the binutils shipped with 1.6.x
> 	(Thanks to Frederick Bruckman for identifying the issue)

....but only gcc-3.3 or newer exposes the bug (not even 3.2.3), and
-fno-rename-registers may not even work around the bug in all cases:

    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10877

The real fix, for gcc-3.3, is to update binutils.

Frederick