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 convention for a function? Should it change what callers of the function do? If the semantics are coherent, then you should probably just change finish_decl to call set_user_assembler_name. > The current way is change many lines in c-parse.in (see below) > > here is change that is need in c-decl.c > the changes are from 3.4.0 i find out, gcc 3.4.0 is very old at this point. The C parser has been completely rewritten, and no longer uses yacc. Ian