[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-12-28 Thread reichelt at gcc dot gnu dot org
--- Comment #7 from reichelt at gcc dot gnu dot org 2008-12-29 03:22 --- *** Bug 36116 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-12-03 Thread tomby at gcc dot gnu dot org
--- Comment #5 from tomby at gcc dot gnu dot org 2008-12-03 13:36 --- Subject: Bug 38250 Author: tomby Date: Wed Dec 3 13:35:13 2008 New Revision: 142394 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142394 Log: PR middle-end/38250 * tree-loop-distribution.c

[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-12-03 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2008-12-03 15:38 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-11-24 Thread tomby at gcc dot gnu dot org
--- Comment #1 from tomby at gcc dot gnu dot org 2008-11-24 16:31 --- Created an attachment (id=16758) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16758action=view) gcc ICEs on this file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38250

[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-11-24 Thread tomby at gcc dot gnu dot org
--- Comment #2 from tomby at gcc dot gnu dot org 2008-11-24 16:39 --- In tree-loop-distribution.c (generate_memset_zero) can be DR_STEP(dr) NULL. But it is passed into fold_build2 that expect two non null expressions. If program flow goes to end: due to goto then temporary variables

[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-11-24 Thread tomby at gcc dot gnu dot org
--- Comment #3 from tomby at gcc dot gnu dot org 2008-11-24 16:42 --- Created an attachment (id=16760) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16760action=view) This patch fixes problems -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38250

Re: [Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-11-24 Thread Sebastian Pop
The patch looks good. Please test and ask for approval to commit to trunk on [EMAIL PROTECTED] Thanks, Sebastian

[Bug middle-end/38250] ICE with -O2 -ftree-loop-distribution

2008-11-24 Thread sebpop at gmail dot com
--- Comment #4 from sebpop at gmail dot com 2008-11-24 17:27 --- Subject: Re: ICE with -O2 -ftree-loop-distribution The patch looks good. Please test and ask for approval to commit to trunk on [EMAIL PROTECTED] Thanks, Sebastian --