ld fails under Solaris/i386

Torbjorn Granlund tg at gmplib.org
Fri Jan 15 18:26:42 CET 2010


Marc Glisse <marc.glisse at inria.fr> writes:

  I believe you are confusing the historical (gcc) behavior of
  inline/extern inline with the current C99 behavior. What you are
  describing is exactly what is currently happening with sunpro because
  of extern inline. If we replace it with inline, the function will
  never appear in .o files, it will either be inlined or not emitted at
  all.
  
I didn't know that's what the not-anymore-so-new standard says.

-- 
Torbjörn


More information about the gmp-bugs mailing list