This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/51751] New: COMPLEX16 tests fail in Lapack


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: unassigned@gcc.gnu.org
        ReportedBy: tkoenig@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]