Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] [sm-discuss] Any one familiar with always_inline attribute problems with new gcc 4.7.2?

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Javier Vasquez <j.e.vasquez.v AT gmail.com>
  • To: Remko van der Vossen <wich AT yuugen.jp>
  • Cc: "sm, discuss" <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] [sm-discuss] Any one familiar with always_inline attribute problems with new gcc 4.7.2?
  • Date: Sun, 10 Mar 2013 18:04:57 -0600

On Sun, Mar 10, 2013 at 5:41 PM, Remko van der Vossen <wich AT yuugen.jp> wrote:
> Hi Javier,
>
> On 2013/03/11, at 2:34, Javier Vasquez <j.e.vasquez.v AT gmail.com> wrote:
>
>> ...
>
> The problem is that the Makefile that adds the attribute removes the inline
> keyword itself:
>
>> -Dinline=__attribute__\ \(\(__always_inline__\)\)
>
>
>> ...
>
> Just change the makefile to say:
>
>> -Dinline=inline\ __attribute__\ \(\(__always_inline__\)\)
>
> Regards, Remko


Great ! I'll try it...

There are several Makefiles with such line, though this is the 1st one
failing, so I guess I have to fix all of them, :-)

I'll report back when having results...

Thanks,

--
Javier.




Archive powered by MHonArc 2.6.24.

Top of Page