------- Additional Comments From belyshev at lubercy dot com  2004-10-30 21:41 -------
use '-Os -msse2' for this small testcase:
----------------------------------------------------------------------------------------
typedef int m64 __attribute__ ((mode (V2SI)));

static inline int bar (m64 i)
{
  long long t = (long long) i;
  return t;
}

void foo (int *C)
{
  m64 s1;
  C[0] = bar (s1);
}
----------------------------------------------------------------------------------------

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
 GCC target triplet|                            |i*86-*-* sse2
      Known to fail|                            |3.3.4 3.4.3 3.4.2 3.4.1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-30 21:41:51
               date|                            |
            Summary|gcc 3.4.1 and there is      |[3.3/3.4 Regression]  gcc
                   |internal compiler error when|3.4.1 and there is internal
                   |tryed compile crypto-       |compiler error when tryed
                   |5.2.1.tar.bz2               |compile crypto-5.2.1.tar.bz2
   Target Milestone|---                         |3.4.4


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

Reply via email to