This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/19042] Complex types are not SRA all the time.
- 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: 16 Dec 2004 19:32:50 -0000
- Subject: [Bug tree-optimization/19042] Complex types are not SRA all the time.
- References: <20041216192724.19042.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 19:32 -------
Note we end up with:
D.770 = COMPLEX_EXPR <D.768 - 4.0e+0, 0.0>;
ca1$imag = IMAGPART_EXPR <D.770>;
ca1$real = REALPART_EXPR <D.770>;
in .t66.final_cleanup
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19042