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] PR18172: fix for a regression in vectorizer testsuite


Fixes an execution failure on ppc-linux, where char is unsigned by default.
Change the char arrays to 'signed char'.

ok for mainline?

thanks,
dorit

2004-10-28  Dorit Naishlos  <dorit@il.ibm.com>

        * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'.
Remove
        unused variables.
        * gcc.dg/vect/vect-22.c: Likewise.

(See attached file: patch.PR18172)

Attachment: patch.PR18172
Description: Binary data


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