public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/18172] New: execution failure in vect-[20,22].c on ppc-linux
@ 2004-10-27 10:37 dorit at il dot ibm dot com
  2004-10-27 11:42 ` [Bug other/18172] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dorit at il dot ibm dot com @ 2004-10-27 10:37 UTC (permalink / raw)
  To: gcc-bugs

Getting the following testsuite failures on ppc-linux:
FAIL: gcc.dg/vect/vect-20.c execution test
FAIL: gcc.dg/vect/vect-20.c scan-tree-dump-times vectorized 3 loops 1
FAIL: gcc.dg/vect/vect-22.c execution test

These testcases actually fail even with vectorization disabled - it aborts when 
checking that the results for the code that operates on the char arrays are  
correct (arrays ca, cb). Changing these arrays to "signed char" fixes the 
problem. i.e:

35,46c35,46
<   char ca[N];
<   char cb[N] =
---
>   signed char ca[N];
>   signed char cb[N] =

will submit a patch along these lines shortly.

-- 
           Summary: execution failure in vect-[20,22].c on ppc-linux
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: regression
        AssignedTo: dorit at il dot ibm dot com
        ReportedBy: dorit at il dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-suse-linux
  GCC host triplet: powerpc-suse-linux
GCC target triplet: powerpc-suse-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18172


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-28 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27 10:37 [Bug regression/18172] New: execution failure in vect-[20,22].c on ppc-linux dorit at il dot ibm dot com
2004-10-27 11:42 ` [Bug other/18172] " pinskia at gcc dot gnu dot org
2004-10-28 19:00 ` cvs-commit at gcc dot gnu dot org
2004-10-28 19:10 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).