[Bug tree-optimization/30911] VRP fails to eliminate range checks in Ada code
Arnaud Charlet
charlet@adacore.com
Sat Feb 24 12:47:00 GMT 2007
> I was talking about the rts that get's used if I configure with
> --disable-bootstrap, do a make and then run make check-ada from within the
> gcc/ subdirectory. As far as I understand that rts seems to be built using
> the bootstrap compiler. At least this would explain the difference in the
> number of acats failures I see comparing a bootstrapped tree vs. a
> non-bootstrapped tree.
Sorry, I am not familiar with --disable-bootstrap, but if it builds
the Ada rts with the bootstrap compiler, then that's a clear bug in the
top level makefiles.
Ada makefiles are not designed to build the Ada rts with the host
compiler, so there must be some very strange makefile interaction going
on if true.
You can easily verify that of course by checking your build log.
Arno
More information about the Gcc-bugs
mailing list