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


> The problem is that we have an apparently unused exception handler which is
> optimized out during flow, but a reference to its label survives in a
> constant pool.  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.

I fixed one problem with label usage counts a couple of months ago.  At the
same time, there was another patch submitted for another label count issue.
Don't know if it got installed.

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]