https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21608
Bug 21608 depends on bug 15459, which changed state.
Bug 15459 Summary: [meta-bug] there should be a tree combiner like the rtl one
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459
What|Removed |Added
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-05-04 15:07 ---
Fixed.
;; Function bar (bar)
Analyzing Edge Insertions.
bar (f)
{
:
return (int) f;
}
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-05-04 13:57 ---
Subject: Bug 21608
Author: rguenth
Date: Thu May 4 13:56:52 2006
New Revision: 113527
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113527
Log:
2006-05-04 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-16
14:02 ---
Confirmed, this is mostly a tree combiner issue, but trying on the stupid
version of the tree combiner it
does not work, I don't know why yet.
--
What|Removed |Added
--