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