Synopsis: xmmintrin.h, _MM_TRANSPOSE4_PS is broken
State-Changed-From-To: open->closed
State-Changed-By: hubicka
State-Changed-When: Sun Oct 27 02:23:13 2002
State-Changed-Why:
I've commited the fix into both mainline nad 3.2 branch
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trai
Package: g++-3.2
Version: 1:3.2.1-0pre4
Severity: grave
Justification: renders package unusable
As shown below g++-3.2 needs glibc 2.3 to link this sample program.
$ cat test.cpp
int main()
{
return 0;
}
$ g++-3.2 test.cpp
/usr/lib/gcc-lib/i386-linux/3.2.1/libstdc++.so: undefined referen
2 matches
Mail list logo