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]

Re: C++ PATCH: Throttle inlining


  In message <20010403164042I.mitchell@codesourcery.com>you write:
  > 
  > My inlining-throttling patch also avoided some unncessary deferrals of
  > the emission of inline functions in order to conserve memory.
  > Unfortunately, as Gerald found out, we sometimes emitted inlines as
  > strong symbols yielding linkage conflicts.
  > 
  > This patch fixes that.
  > 
  > Bootstrapped and tested on i686-pc-linux-gnu, installed on the
  > mainline and the branch.
Cool.  I'm wondering if this bug is what's been causing multiple
symbol errors on hpux11 on the gcc-3.0 branch.  Time to fire up
another build.

jeff


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