Re: Fwd: trees: function declaration

2006-02-21 Thread Jim Wilson
[EMAIL PROTECTED] wrote: I need some kind of assistance. I am trying to substitute function name during the compilation procedure. The only way to tell what is wrong is to debug the patch. And since it is your patch, you are the one that should be trying to debug it. Try setting breakpoints

Fwd: trees: function declaration

2006-02-20 Thread george
From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: trees: function declaration To: GCC Development Gentlemen. I need some kind of assistance. I am trying to substitute function name during the compilation procedure. In order to do that I am: 1. creating new identifier with my

trees: function declaration

2006-02-08 Thread george
Gentlemen. I need some kind of assistance. I am trying to substitute function name during the compilation procedure. In order to do that I am: 1. creating new identifier with my name, like this: t = get_identifier("Myfuction__ml_stub"); 2. setting this name: DECL_NAME(funcition) = t; function is t