public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/17767] New: MMX intrinsics cause internal compiler error
@ 2004-10-01  7:28 jochang at gmail dot com
  2004-10-01  7:32 ` [Bug inline-asm/17767] " jochang at gmail dot com
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: jochang at gmail dot com @ 2004-10-01  7:28 UTC (permalink / raw)
  To: gcc-bugs

Command line: gcc-3.4/bin/g++ -c -mmmx -O 1.c
Source:

#include <mmintrin.h>
inline void foo(int* pBlock)
{
  __m64 m2, m3, m5;
  m3 = _m_pcmpeqw(m3,m3);
  m2 = _m_psubsw(m2,m5);
  m5 = _m_psubsw(m5,m3);
  *((__m64*)pBlock) = m2;
}
void bar()
{
  for (int i=0;i<4;i++)
    foo(0);
}

-- 
           Summary: MMX intrinsics cause internal compiler error
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: inline-asm
        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=17767


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

end of thread, other threads:[~2005-02-17  1:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-01  7:28 [Bug inline-asm/17767] New: MMX intrinsics cause internal compiler error jochang at gmail dot com
2004-10-01  7:32 ` [Bug inline-asm/17767] " jochang at gmail dot com
2004-10-01 12:36 ` [Bug target/17767] " pinskia at gcc dot gnu dot org
2004-10-01 13:32 ` [Bug target/17767] [3.4/4.0 Regression] " pinskia at gcc dot gnu dot org
2004-10-01 14:18 ` reichelt at gcc dot gnu dot org
2004-10-01 14:34 ` pinskia at gcc dot gnu dot org
2004-10-01 17:49 ` pinskia at gcc dot gnu dot org
2004-10-11  9:42 ` [Bug target/17767] [4.0 " reichelt at gcc dot gnu dot org
2004-11-28 21:43 ` pinskia at gcc dot gnu dot org
2004-12-10 15:34 ` uros at kss-loka dot si
2004-12-12 17:59 ` pinskia at gcc dot gnu dot org
2004-12-16 18:19 ` pinskia at gcc dot gnu dot org
2004-12-21 13:49 ` uros at kss-loka dot si
2005-01-04  9:22 ` [Bug middle-end/17767] " uros at kss-loka dot si
2005-01-04 15:44 ` cvs-commit at gcc dot gnu dot org
2005-01-04 15:46 ` pinskia at gcc dot gnu dot org
2005-02-17 13:20 ` cvs-commit 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).