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]

Code motion around labels


Suppose I have a series of labels in a function whose address is taken.
I'd argue that we shouldn't be moving a block of code past one of
those labels.  But there doesn't currently seem to be any code to
prevent that.  Why?


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