[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2005-03-20 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-03-21 06:21 --- *** Bug 20051 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-12-15 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-15 12:17 --- I lied. Of course the test case is valid. Even without any sse enabled, the test case falls back on generic vectors, and the builtin becomes a normal function call. There is something screwy going on, but

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-12-15 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-15 12:24 --- Followup in PR 19010. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14981

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-12-14 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-15 04:09 --- We should not ice, indeed, but the comment #18 test case -- with -msse but not -msse2 -- is invalid. We should have stopped earlier, saying that v2df is not available with sse1 only. -- What

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-12-14 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-12-14 08:52 --- A bug involving SSE intrinsics is not critical. -- What|Removed |Added

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-12-13 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-13 12:00 --- Since Richard's patch http://gcc.gnu.org/ml/gcc-cvs/2004-12/msg00494.html the testcase in comment #18 fails again on mainline. -- What|Removed |Added

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-11-30 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-12-01 00:42 --- gcc version 4.0.0 20041130 (experimental) does not ICE in any testcase, so this is not a 4.0 regression. Well, that's not quite true. The following testcase still crashes on mainline when compiled with

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-11-30 Thread uros at gcc dot gnu dot org
--- Additional Comments From uros at gcc dot gnu dot org 2004-12-01 06:50 --- (In reply to comment #18) Well, that's not quite true. The following testcase still crashes on mainline when compiled with gcc -msse Ah, thanks. I have checked mainline with -msse2, as the code you quote

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-10-31 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2004-11-01 00:45 --- Postponed until GCC 3.4.4. -- What|Removed |Added Target Milestone|3.4.3

[Bug target/14981] [3.4/4.0 Regression] ICE in _mm_xor_pd for SSE2 with -O1

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 03:17 --- Actually it will not slow down the compiler that much on the mainline because of my fix for PR 13987. -- What|Removed |Added