public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21102] New: ICE: in immed_double_const, on SSE2 intrinsics
@ 2005-04-19 10:49 jochang at gmail dot com
  2005-04-19 19:49 ` [Bug target/21102] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jochang at gmail dot com @ 2005-04-19 10:49 UTC (permalink / raw)
  To: gcc-bugs

ICE on gcc 4.0.0rc2, but both 3.3.5 and 3.4.3 work.

$ /usr/local/gcc-4.0/bin/g++ -c -O -msse2 4.cpp
4.cpp: In function 'void f()':
4.cpp:10: internal compiler error: in immed_double_const, at emit-rtl.c:467

Here is the source:

#include <emmintrin.h>
__m128i S;
void f()
{
  __m128i A;
  A = _mm_add_epi8(A,A);
  A = _mm_andnot_si128(A,A);
  A = _mm_or_si128(A,A);
  _mm_store_si128(&S,A);
}

-- 
           Summary: ICE: in immed_double_const, on SSE2 intrinsics
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jochang at gmail dot com
                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=21102


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

end of thread, other threads:[~2005-04-23 19:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-19 10:49 [Bug target/21102] New: ICE: in immed_double_const, on SSE2 intrinsics jochang at gmail dot com
2005-04-19 19:49 ` [Bug target/21102] " pinskia at gcc dot gnu dot org
2005-04-23 18:56 ` rth at gcc dot gnu dot org
2005-04-23 18:57 ` [Bug rtl-optimization/21102] " rth at gcc dot gnu dot org
2005-04-23 19:01 ` cvs-commit at gcc dot gnu dot org
2005-04-23 19:17 ` cvs-commit at gcc dot gnu dot org
2005-04-23 19:18 ` rth 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).