From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: David Edelsohn Cc: Martin von Loewis , egcs%bugs@cygnus.com Subject: Re: inline functions not getting internal linkage in x86 without optimization Date: Sat, 27 Jun 1998 22:14:00 -0000 Message-id: References: <9806262245.AA30672@rios1.watson.ibm.com> X-SW-Source: 1998-06/msg01016.html David Edelsohn writes: > Are explicitly declared *inline* functions no longer considered > local to the translation unit in whatever equivalent wording now > exists? In C++, declaring a function as inline does not affect its linkage, so a non-member inline function is extern unless explicitly declared as static. -- Alexandre Oliva mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org http://www.dcc.unicamp.br/~oliva Universidade Estadual de Campinas, SP, Brasil