Re: gcc source: how can access asmspec_tree in function push_parm_decl

2008-10-03 Thread Bernd Roesch
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

Re: gcc source: how can access asmspec_tree in function push_parm_decl

2008-10-02 Thread Ian Lance Taylor
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

gcc source: how can access asmspec_tree in function push_parm_decl

2008-10-02 Thread Bernd Roesch
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

gcc source: how can access asmspec_tree in function push_parm_decl

2008-10-01 Thread Bernd Roesch
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