https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14287
Bug 14287 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 #14 from rguenth at gcc dot gnu dot org 2006-05-04 15:13
---
Fixed.
after 034.t.fre:
;; Function foo (foo)
foo (a)
{
long int c;
short int b;
short int D.1528;
short int D.1527;
:
D.1527_2 = (short int) a_1;
b_3 = D.1527_2 & 3;
c_4 = (long int) b_3;
D.15
--- Comment #13 from rguenth at gcc dot gnu dot org 2006-05-04 13:57
---
Subject: Bug 14287
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]>
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-12
21:27 ---
It might be a while for me to rewrite the tree combiner so unassigning for now.
--
What|Removed |Added
---