This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/20051] ICE when compiling SSE intrinics
- From: "commie1 at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Mar 2005 11:03:43 -0000
- Subject: [Bug target/20051] ICE when compiling SSE intrinics
- References: <20050218110553.20051.m.broadbent@signal.qinetiq.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From commie1 at gmx dot net 2005-03-21 11:03 -------
I'm sorry Uros, but PR1901 was fixed three months ago; I reduced this testcase
with the latest 3.4 snapshot (20050318). I checked the testcase in PR14981, and
that one indeed doesn't cause an ICE anymore. It can't be a dup.
There's no ICE on the gcc-4_0-branch or mainline.
Cleaned up testcase:
==========================
typedef float v4sf __attribute__ ((vector_size (16)));
void foo(float* y)
{
v4sf x = __builtin_ia32_xorps (x,x);
__builtin_ia32_storeaps (y, x);
}
==========================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |uros at kss-loka dot si
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20051