This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap failed during 'make check'
Joern Rennecke wrote:
Eric Botcazou wrote:
Not sure what's going on exactly...
The machines I use have the 'security enhancement' enabled which makes
addresses vary
between program invocations. So if code generation depends on pointer
values at any
point, this will cause varying behaviour.
Hmm, I've tried re-building cfg.o by hand, and stage1 produces
consistently a smaller cfg.o than stage2.
So this doesn't seem to be related to random pointers.
Are you using --with-arch=i686 ?