------- 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