http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45612
--- Comment #12 from dave at hiauly1 dot hia.nrc.ca 2010-09-28 15:32:01 UTC --- > Hi, > I would really apprechiate the answer to comment #6. Since the patch should > only > introduce more (valid) inlining this must be latent bug somewhere.... In the hppa-hpux case, the label would have had to be a code label. The linker and dynamic loader don't support label differences between code and data symbols. This suggests that the change exposed an inlining bug that removed the symbol. I'll take a look on my next build. Dave