Adam Megacz writes: > > Andrew Haley <aph@redhat.com> writes: > > The first thing I'd do is build without optimization. > > You mean build gcc without optimization? Is there a configure > parameter for that? Try "make CFLAGS=-O0". If that doesn't work go into the gcc directory, "make clean && make". Andrew.