On Wed, 23 May 2012 12:47:40 -0700, jim s <jws at jwsss.com> wrote:
Probably the best thing to do is reproduce the problem
on an
emulation platform and start reporting the issues to the gcc group. I
doubt that they have access to do builds to do their verification, so
working to be the supporter of the vax with the emulated or real
platform would be the other thing to do.
I don't know if they have automated test suites to test all of this,
but I'd hope the core development group isn't hand testing everything
for regression problems.
The best test suite there is for a compiler:
ITSELF.
The normal workflow when compiling gcc is to have it build itself.
One of the last steps before installation was to check for differences
between
one build of the compiler and the result of the same build iteration
build of itself.