This is the mail archive of the gcc@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: bug in combine_stack_adjustments


> It's only got one set.....

I think this is a problem of single_set, and it should be fixed be
testing anything that is neither set nor clobber for side_effects_p.

Presumably this didn't come up before because ther were no patterns that
paired void calls with sets.

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