[Bug target/18235] [3.3/3.4 Regression] gcc 3.4.1 and there is internal compiler error when tryed compile crypto-5.2.1.tar.bz2
belyshev at lubercy dot com
gcc-bugzilla@gcc.gnu.org
Sat Oct 30 21:41:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list