[Bug target/17767] [4.0 Regression] MMX intrinsics cause internal compiler error

2004-12-21 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2004-12-21 13:47 --- The problem here is that case RTX_COMPARE:/case RTX_COMM_COMPARE: in fold_rtx() in cse.c is not 'vector safe'. The testcase from comment #3 will trigger these parts of RTX_COMPARE case: /* See if

[Bug target/17767] [4.0 Regression] MMX intrinsics cause internal compiler error

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 18:19 --- *** Bug 19039 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/17767] [4.0 Regression] MMX intrinsics cause internal compiler error

2004-12-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-12 17:59 --- *** Bug 18944 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/17767] [4.0 Regression] MMX intrinsics cause internal compiler error

2004-12-10 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2004-12-10 15:34 --- This patch will fix the mainline, but more investigation is needed. Index: cse.c === RCS file: /cvs/gcc/gcc/gcc/cse.c,v retrieving revision 1.327

[Bug target/17767] [4.0 Regression] MMX intrinsics cause internal compiler error

2004-11-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-28 21:43 --- Hmm, a x86_64 compiler with -m32 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17767

[Bug target/17767] [4.0 Regression] MMX intrinsics cause internal compiler error

2004-10-11 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-11 09:42 --- Roger, your patch for PR 17853 http://gcc.gnu.org/ml/gcc-cvs/2004-10/msg00486.html fixed PR17767 on the 3.4 branch. The problem on mainline remains, though. Could you please have a look? --