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/22157] [4.0/4.1 Regression] struct copying code gen


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-15 13:59 -------
(In reply to comment #3)
> Can you elaborate on why the VIEW_CONVERT_EXPR experiment failed and perhaps
> attach the patch you tried?  Or does using VIEW_CONVERT_EXPR just expose that
> we don't do structure propagation?

VCE failed because it causes some missed optimizations and really just exposed the fact we don't have 
structure copy prop.

-- 


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


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