Hello,
I want to set up a regression tester for gfortran in Lapack, i.e.
- Download the latest gcc/gfortran version
- compile it
- Compile Lapack with the new compiler
- Test Lapack
- Send the results to the gcc-testresults mailing list
The machine is a power7 from the gcc compile farm http://gcc.gnu.org/wiki/CompileFarm
In setting this up, I found error messages like
*** On entry to ZGBSVX parameter number 13 had an illegal value ***
*** On entry to ZGBSVX parameter number 13 had an illegal value ***
*** On entry to ZGBSVX parameter number 13 had an illegal value ***
*** On entry to ZGBSVX parameter number 13 had an illegal value ***
...
*** On entry to ZGBSVX parameter number 14 had an illegal value ***
*** On entry to ZGBSVX parameter number 14 had an illegal value ***
*** On entry to ZGBSVX parameter number 14 had an illegal value ***
*** On entry to ZGBSVX parameter number 14 had an illegal value ***
Other architectures to not appear to show this problem. I have sumitted this as a bug against gcc, in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51751 The (fairly limited) analysis I have done can be found in the audit trail of that bug.
I am not sure if this is a gcc bug, or a bug in testing that only shows up on specific architectures, which is why I am reporting it here.

