[Bug middle-end/28010] [4.1/4.2 regression] ICE because of fold_rtx endless recursion

2006-08-08 Thread janis at gcc dot gnu dot org
--- Comment #3 from janis at gcc dot gnu dot org 2006-08-08 18:31 --- A regression hunt using an i686-linux cross compiler with the testcase from comment #1 identified the following patch where the compiler starts segfaulting: http://gcc.gnu.org/viewcvs?view=revrev=102570

[Bug middle-end/28010] [4.1/4.2 regression] ICE because of fold_rtx endless recursion

2006-08-08 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-08-08 18:33 --- Yes this is a dup. *** This bug has been marked as a duplicate of 27616 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28010] [4.1/4.2 regression] ICE because of fold_rtx endless recursion

2006-07-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28010

[Bug middle-end/28010] [4.1/4.2 regression] ICE because of fold_rtx endless recursion

2006-06-13 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-06-13 11:53 --- Confirmed. Shorter testcase (crashes with or without -m32): struct A { char c; __SIZE_TYPE__ i, j; }; int foo(struct A* p) { if ((char*)p != (char*)p + p-i)

[Bug middle-end/28010] [4.1/4.2 regression] ICE because of fold_rtx endless recursion

2006-06-13 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-06-13 14:14 --- Looking at the reduced testcase here, it looks even more the same as PR 27616. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added