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]

Re: I wonder how this happened?


> I suspect that the problem mght be related to the change to single_set
> on Sep 29.  The only obvious way that I could see for instructions
> to be deleted in the flow2 pass is in combine_stack_adjustments_for_block.
> This can occur if the `if (set)' sets pending_delete.  Another possibility
> is the `if (memlist == NULL' statement.

This is now fixed.  Thus, it looks like the modification to single_set
on Sep. 29 was the culprit.  

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

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