Re: [BUG] GCC 3.4-20041224: __attribute__ ((regparm)) misbehaviour

Andrew Pinski <[email protected]>
Newsgroups gmane.comp.gcc.devel,gmane.linux.gcc
Message-ID <[email protected]>
On Dec 27, 2004, at 10:44 PM, Denis Zaitsev wrote:

> This program:
>
>
> static
> int x(int y)
> __attribute__ ((regparm(1)));
>
> static
> int x(int y)
> {
>     return y;
> }
>

No this is not a bug. You need regparm attribute on the function
definition too.

-- Pinski
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.