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: cpplib: patch: three long-standing bugs



  In message <199909050228.TAA21313@zack.bitmover.com>you write:
  > 4) 'register' isn't terribly useful with a modern compiler, but it
  > isn't doing any harm either, and by including that change with the
  > others you make it difficult for me to find the changes that actually
  > need close examination.  If you really want register expunged from the
  > source, send that patch all by itself.  I personally don't think it's
  > worth bothering.
The only time GCC pays attention to a "register" declaration is during
a non-optimizing compilation.  Even then I'm not sure how strong of a
hint "register" actually is.

I generally never write new code using "register", but I rarely take
the time to expunge it from existing code.  Not worth the time IMHO.

jeff


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