------- Comment #1 from bergner at gcc dot gnu dot org 2008-02-25 20:50 ------- Created an attachment (id=15231) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15231&action=view) Patch to GCSE to copy REG_POINTER attribute over to new pseudos.
The culprit here is GCSE. When GCSE creates a pseudo to copy a reaching expression into, it fails to copy the POINTER attribute over. I'm testing the attached patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35371