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/20610] Real by complex multiplications perform unnecessary operations


------- Additional Comments From fengwang at gcc dot gnu dot org  2005-06-23 07:52 -------
And in extract_component() in tree-complex.c file, I need handle 
VIEW_CONVER_EXPR.
On gfortran front end, I need treat other type data as complex. So I build 
VIEW_CONVER_EXPR tree node and failed at extract_component(). Can you fix 
this, Richard?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wf_cs at yahoo dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20610


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