[Bug bootstrap/38591] erratic comparison failures on very fast machines
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Dec 21 17:13:00 GMT 2008
------- Comment #4 from ebotcazou at gcc dot gnu dot org 2008-12-21 17:12 -------
> auto-host.h must exist when those files were compiled. I guess
> it was generated more than once.
My understanding is that it is re-generated at each stage:
auto-host.h: cstamp-h ; @true
cstamp-h: config.in config.status
CONFIG_HEADERS=auto-host.h:config.in \
CONFIG_FILES= \
LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.status
In case this can make a difference, the compiler is configured as follows:
--enable-languages=c,ada,c++ --disable-libada --enable-checking=release
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38591
More information about the Gcc-bugs
mailing list