--- Comment #4 from rguenth at gcc dot gnu dot org 2008-06-27 21:55 ---
Subject: Bug 36344
Author: rguenth
Date: Fri Jun 27 21:54:42 2008
New Revision: 137204
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137204
Log:
2008-06-27 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-06-27 18:54 ---
Subject: Bug 36344
Author: rguenth
Date: Fri Jun 27 18:53:43 2008
New Revision: 137197
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137197
Log:
2008-06-27 Richard Guenther <[EMAIL PROTECTED]>
PR
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36344
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfi
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-28 11:29 ---
The reason that the PRE no longer works is that the edge iterator ei is now
call clobbered. It escapes to a pure/const function (which wouldn't make it
call clobbered alone) and it has its address taken which is why
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|