Re: gcc source

2014-08-20 Thread Tomsy Paul
Thank you very much for the quick help!! Let me look into the articles & contact you for further help. On 8/21/14, Manuel López-Ibáñez wrote: > On 21 August 2014 00:31, Tomsy Paul wrote: >> Hello, >> >> I am designing a new language. I hope I can customize the front end of >> gcc to suit my lang

Re: gcc source

2014-08-20 Thread Manuel López-Ibáñez
On 21 August 2014 00:31, Tomsy Paul wrote: > Hello, > > I am designing a new language. I hope I can customize the front end of > gcc to suit my language. I am comfortable with lex & yacc. I went > through the source code of gcc but could not locate any lex or yacc > source file. > > I prefer to mo

Re: gcc source

2014-08-20 Thread Andrew Pinski
On Wed, Aug 20, 2014 at 3:31 PM, Tomsy Paul wrote: > Hello, > > I am designing a new language. I hope I can customize the front end of > gcc to suit my language. I am comfortable with lex & yacc. I went > through the source code of gcc but could not locate any lex or yacc > source file. > > I pref

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