This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Regression tester v. runtime libraries
"Joseph S. Myers" <jsm28@cam.ac.uk> writes:
> Does the automated regression tester check for regressions in the
> libstdc++-v3 and libjava testsuites?
In theory yes.
However,
- libstdc++-v3 got switched off because of a bug in linking C++
objects compiled with different optimisation levels that would cause
FAILs to appear and disappear at random; and
- libjava never did get switched on, partly because it doesn't work on
powerpc-eabisim, so it would only affect the x86 native, which makes
it hard for others to fix any problems the regression tester finds.
Maybe I should revisit this.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>