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: gcc-2.95.3, but not gcc-2.95.2, requires gas on hppa2.0-hp-hpux10.20


On Wed, Jan 24, 2001 at 01:27:51PM +0000, Bernd Schmidt wrote:
> It's a bit odd that the label got deleted, since the load from the
> constant pool has a REG_LABEL note and you'd think flow would count
> that as a use.

Not if it doesn't create an edge to that label.

Labels that are referenced but are not relevant to the CFG are
turned into NOTE_INSN_DELETED_LABEL.  Which *does* get emitted,
so if references survive, then they should be fulfilled.

Er, of course, this is mainline not 2.95, if that's what you're
working on.  Perhaps I'm not paying attention...


r~

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