--- 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
--- 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
--- 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=gcc&view=rev&rev=142394
Log:
PR middle-end/38250
* tree-loop-distribution.c (b
--- 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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=382
The patch looks good. Please test and ask for approval to
commit to trunk on [EMAIL PROTECTED]
Thanks,
Sebastian
--- 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=16760&action=view)
This patch fixes problems
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38250
--- 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 cr
--- 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=16758&action=view)
gcc ICEs on this file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38250