Subject: Re: Building gcc-2.5.8 To: Manuel Bouyer <bouyer@ensta.fr> From: John F. Woods <jfw@ksr.com> List: current-users Date: 05/13/1994 12:57:18
> I think there is a bug in gcc2.4.5 optimisation.
There is a bug in your code. The variable "index" in main() is used
before it is set. Fix the program and try again.
------------------------------------------------------------------------------