This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22356] mis-match types in cplxlower
- 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: 7 Jul 2005 21:12:49 -0000
- Subject: [Bug tree-optimization/22356] mis-match types in cplxlower
- References: <20050707205557.22356.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 21:12 -------
I found where the problem was.
in expand_complex_libcall when in_ssa_p we create REALPART_EXPR/IMAGPART_EXPR with the wrong
type.
I am testing the fix.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-07-07 21:12:48
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22356