From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: Martin von Loewis Cc: egcs%bugs@cygnus.com Subject: Re: inline functions not getting internal linkage in x86 without optimization Date: Fri, 26 Jun 1998 17:02:00 -0000 Message-id: <9806262245.AA30672@rios1.watson.ibm.com> X-SW-Source: 1998-06/msg00974.html The C++ reference manual previously stated: "A name of file scope that is explicitly declared *inline* is local to the translation unit." Elsewhere it mentions *static* as local to the translation unit and "such names are said to have internal linkage." Are explicitly declared *inline* functions no longer considered local to the translation unit in whatever equivalent wording now exists? More to the point, is there any way to generate something equivalent to GCC's "extern inline" available as a feature of the C Compiler when using G++? Thanks, David