This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/19042] Complex types are not SRA all the time.


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]