gcc-2.8.0 miscompiles kernel (Was: gcc-2.8 out...)

Jesse Thilo (Jesse.Thilo@pobox.com)
Fri, 16 Jan 1998 09:51:56 -0500


> > Do we now have a fork of gcc (gcc 2.8 and egcs 1.01)? Or
> > are these in fact one and the same?
>
> They're not.
> gcc 2.8 is aimed at being 100% reliable,

For what it's worth, it doesn't seem to have quite reached that aim
yet. When I compile kernel 2.0.33 with gcc 2.7.2.3, it works fine.
When I compile the same kernel (same configuration, after executing
"make mrproper") with gcc 2.8.0, my X servers and certain other
programs dump core. I don't have detailed information yet, but it
appears that the programs are dumping core in routines that perform
I/O port access.

Has anyone else experienced this? Should I try to gather more
information on the problem?