public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/45047]  New: [4.5 Regression] ICE in vectorizable_store
@ 2010-07-23 16:20 jakub at gcc dot gnu dot org
  2010-07-23 16:51 ` [Bug tree-optimization/45047] " jakub at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-07-23 16:20 UTC (permalink / raw)
  To: gcc-bugs

void
foo (const unsigned short *w, char *x, int y, int z)
{
  int i;
  for (i = 0; i < y; i++)
    x[i] = w[i] == z;
}

ICEs on s390-linux with -m31 -O3.  The problem is that vectype_in is non-NULL,
but vectype_out is NULL.


-- 
           Summary: [4.5 Regression] ICE in vectorizable_store
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: jakub at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: s390-linux


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


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

end of thread, other threads:[~2010-07-24 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-23 16:20 [Bug tree-optimization/45047] New: [4.5 Regression] ICE in vectorizable_store jakub at gcc dot gnu dot org
2010-07-23 16:51 ` [Bug tree-optimization/45047] " jakub at gcc dot gnu dot org
2010-07-23 17:03 ` jakub at gcc dot gnu dot org
2010-07-24 20:36 ` pinskia at gcc dot gnu dot org
2010-07-24 20:51 ` jakub 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).