This is the mail archive of the gcc-patches@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]

[PATCH] PR 32146 (Bad matrix layout transformations)


Hi

Two matrix reordering testcases failed when run with 64 bit compilation. 
(o.k. with 32 bit)
For matrix-6.c it was just a matter of changing the tescasebecause of an 
improper conversion.
For transpose-1.c, the matrix-reorg.c code needed a small change; one of 
the 
factors for calculating the new dimensions' sizes was not computed 
correctly. 

Tested on matrix suite (with 32 and 64 bit)
O.k. for mainline once passes full testing?

Thanks,
Razya

2007-05-31  Razya Ladelsky  <razya@il.ibm.com>

        * matrix-reorg.c (transform_access_sites): Fix computation.
           (transform_allocation_sites): Same.
        *  testsuite/gcc.dg/matrix/matrix-6.c: Remove conversion.

Attachment: diff.txt
Description: Text document


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