This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/23452] Optimizing CONJG_EXPR (a) * a
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2005 23:33:51 -0000
- Subject: [Bug tree-optimization/23452] Optimizing CONJG_EXPR (a) * a
- References: <20050818072510.23452.tkoenig@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-18 23:33 -------
Confirmed, there are two ways of fixing this, one in fold which folds CONJ_EXPR<a>*a, the other way is
to do it later on via somthing like like a combiner or even in complex exand.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-08-18 23:33:48
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23452