public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/23831] New: ICE in immed_double_const with vectorized multipication
@ 2005-09-12  9:17 uros at kss-loka dot si
  2005-09-12 13:51 ` [Bug target/23831] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: uros at kss-loka dot si @ 2005-09-12  9:17 UTC (permalink / raw)
  To: gcc-bugs

This testcase ICEs with -O2 -msse2 -ftree-vectorize:

void
test_1 (void)
{
  static unsigned int bm[16];
  int j;
  for (j = 0; j < 16; j++)
    bm[j] = bm[j] * 8;
}

prxxx.c: In function 'test_1':
prxxx.c:8: internal compiler error: in immed_double_const, at emit-rtl.c:468

[BTW: This bug was found when dealing with PR target/22480. As a nice 
enhancement, this code should actually be transformed into vector left shift by 
3.]

-- 
           Summary: ICE in immed_double_const with vectorized multipication
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, ssemmx
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: uros at kss-loka dot si
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2005-09-26 19:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-12  9:17 [Bug target/23831] New: ICE in immed_double_const with vectorized multipication uros at kss-loka dot si
2005-09-12 13:51 ` [Bug target/23831] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-09-15 11:53 ` uros at kss-loka dot si
2005-09-15 14:48 ` pinskia at gcc dot gnu dot org
2005-09-15 14:54 ` pinskia at gcc dot gnu dot org
2005-09-26  8:59 ` [Bug middle-end/23831] " uros at kss-loka dot si
2005-09-26 18:16 ` cvs-commit at gcc dot gnu dot org
2005-09-26 18:18 ` cvs-commit at gcc dot gnu dot org
2005-09-26 19:55 ` 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).