public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/52870] New: ICE during SLP pattern matching
@ 2012-04-04 15:54 uweigand at gcc dot gnu.org
  2012-04-04 15:56 ` [Bug tree-optimization/52870] " uweigand at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: uweigand at gcc dot gnu.org @ 2012-04-04 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52870
           Summary: ICE during SLP pattern matching
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: uweigand@gcc.gnu.org
            Target: x86_64-linux-gnu


Building the following testcase with -O -ftree-vectorize on x86_64:

long
test (int *x)
{
  unsigned long sx, xprec;

  sx = *x >= 0 ? *x : -*x;

  xprec = sx * 64;

  if (sx < 16384)
    foo (sx);

  return xprec;
}


results in an ICE:

crash1.c:5:1: internal compiler error: vector VEC(vec_void_p,base) index domain
error, in vinfo_for_stmt at tree-vectorizer.h:628

(When building with --disable-checking, we get a segmentation fault instead.)


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

end of thread, other threads:[~2012-05-04 14:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-04 15:54 [Bug tree-optimization/52870] New: ICE during SLP pattern matching uweigand at gcc dot gnu.org
2012-04-04 15:56 ` [Bug tree-optimization/52870] " uweigand at gcc dot gnu.org
2012-04-06 18:32 ` uweigand at gcc dot gnu.org
2012-04-10 10:57 ` uweigand at gcc dot gnu.org
2012-04-10 10:58 ` uweigand at gcc dot gnu.org
2012-04-25  0:18 ` paolo.carlini at oracle dot com
2012-05-04 14:58 ` uweigand at gcc dot gnu.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).