Hello Ian
On 03.10.08, you wrote:
>> but the func
>>
>> push_parm_decl
>>
>> have no parameter asmspec_tree.
>
> It shouldn't need one.
>
> I'm not sure what the semantics of this should be. Are you trying to
> change the calling convention for a function? Should it change what
> callers
Bernd Roesch <[EMAIL PROTECTED]> writes:
> Is this best List to get help for GCC coding problems ?
Probably.
> but the func
>
> push_parm_decl
>
> have no parameter asmspec_tree.
It shouldn't need one.
I'm not sure what the semantics of this should be. Are you trying to
change the calling
Hello
Is this best List to get help for GCC coding problems ?
in gcc/c-decl.c
I see in fnction finish_decl
"""
finish_decl (tree decl, tree init, tree asmspec_tree)
{
there is access possible to asmspec_tree.
but the func
push_parm_decl
have no parameter asmspec_tree.
is there a w
Hello
in gcc/c-decl.c
I see in finish_decl
"""
finish_decl (tree decl, tree init, tree asmspec_tree)
{
there is access possible to asmspec_tree.
but the func
push_parm_decl
have no parameter asmspec_tree.
is there a way to get access to it, without many code changes, or below func
c