This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/25680] Store CCP does not understand REALPART_EXPR < COMPLEX_CST >
- 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: 11 Jan 2006 19:18:53 -0000
- Subject: [Bug tree-optimization/25680] Store CCP does not understand REALPART_EXPR < COMPLEX_CST >
- References: <bug-25680-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-11 19:18 -------
Created an attachment (id=10624)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10624&action=view)
Patch which fixes this bug
ChangeLog:
* tree-ssa-ccp.c (ccp_fold): Handle store CCP of REALPART_EXPR and
IMAGPART_EXPR.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25680