This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 regressions: are 2.95 regressions still actual
On Mon, Jan 12, 2004 at 09:34:37AM +0100, Steven Bosscher wrote:
> All of this is just a result of our bug masters identifying things as
> regressions much sooner, and key-wording/targeting everything. Another
> example is the 33 "wrong-code" bugs: Many of them were not wrong-code
> at all, and after reviewing them all (and fixing some), we only have
> 16 left now (including the -fwritable-string and global register ones;
> are we going to deprecate global registers for 3.4? It never worked
> for any 3.x release anyway).
Do you mean global register variables here? Many important projects rely
heavily on it, including e.g. Linux kernel, glibc or qemu.
Jakub