This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Unreviewed fix for bootstrap failure


> If you have an indirect jump, you must ensure that all the labels that
> might be used as targets don't get accidentally deleted.  LABEL_REFs in

If you want to see how this currently works, look at the rtl generated
for the small program included in this message:

http://gcc.gnu.org/ml/gcc/2003-07/msg00241.html

The label usage counts for label1 and label2 don't include references
that occur in REG_NOTES.

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


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