http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51751
Bug #: 51751 Summary: COMPLEX16 tests fail in Lapack Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: tkoe...@gcc.gnu.org Target: powerpc64-unknown-linux-gnu Running the Lapack 3.4.0 testsuite exposes the following errors: ZGB: 281 out of 28488 tests failed to pass the threshold *** 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 *** and a few more. The same occurs with current trunk. This can be reproduced on gcc110 on the compile farm.