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 21:03:11 -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 21:03 -------
And here is a testcase where we don't use an unitialized variable and no loops either:
COMMON TA,A
COMPLEX*16 CLAM2
CLAM2=DCMPLX(A,2.0)
TA=DIMAG(CLAM2)
RETURN
END
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19042