------- Comment #2 from pault at gcc dot gnu dot org 2010-08-18 18:55 ------- Created an attachment (id=21513) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21513&action=view) The beginings of a fix
This PR is going to drive me mad! The immediate cause is a failure to get the TYPE_SIZE_UNIT to calculate the size of the temporary needed for the assignment. This fixes that part of the problem but moves the focus to the assignment itself. Something is badly wrong with the temporary's TREE_TYPE but I do not see what it is right now. Let this be the record of where I got to.... Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44735