Re: How to enable Mudflap in gcc 4.x?

2007-05-28 Thread Wei Chen
GNU tools were released on February 6,07 i think gcc-help is suitable for you. Best Regards -- i'm a newbie in GCC community. Wei Chen

Re: Compatibility between object code of gcc versions

2007-05-27 Thread Wei Chen
2.1 will it work? (I will call the old code from the new code) (gcc for linux x86) Thanks Luis Gonçalves -- i'm a newbie in GCC community. Wei Chen

Re: http://gcc.gnu.org/svn.html have a error.

2007-05-21 Thread Wei Chen
On 5/22/07, David Daney <[EMAIL PROTECTED]> wrote: Wei Chen wrote: > i think http://gcc.gnu.org/svn.html have a error. > > "Using the SVN repository > > Assuming you have version 1.0.0 and higher of Subversion installed, > you can check out the GCC sources using the

http://gcc.gnu.org/svn.html have a error.

2007-05-21 Thread Wei Chen
svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk orsvn -q checkout svn://gcc.gnu.org/svn/gcc/trunk/gcc -- i'm a newbie in GCC community. Wei Chen

Re: help writing gcc code

2007-05-21 Thread Wei Chen
p is closer that what you want... Is it? Changing the internals of what GCC puts into .s files seems a topic that's more appropriate here, I would think. - Brooks -- i'm a newbie in GCC community. Wei Chen

GCC, Wei Chen wants to chat

2007-05-21 Thread Wei Chen
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! ------- Wei Chen wants

Re: Volunteer for bug summaries?

2007-05-21 Thread Wei Chen
3385 x713 -- i'm a newbie in GCC community. Wei Chen

Re: Stepping down as CLI back-end maintainer

2007-05-15 Thread Wei Chen
On 5/15/07, Roberto COSTA <[EMAIL PROTECTED]> wrote: Hello, as a result of my decision to leave STMicroelectronics by the end of the month, I'm stepping down as the maintainer of the st/cli development branch (the home of the CLI back-end). In my next job, I will be working in quite a different f

Re: genautomata.c bug

2007-05-14 Thread Wei Chen
On 5/14/07, Dave Korn <[EMAIL PROTECTED]> wrote: On 14 May 2007 12:40, Wei Chen wrote: > help~~ > where is the statement? At the line numbers Aaron mentioned of the latest rev of genautomata.c > in whichi function? gen_regexp_el > i can't confirm them

Re: genautomata.c bug

2007-05-14 Thread Wei Chen
On 5/14/07, Dave Korn <[EMAIL PROTECTED]> wrote: On 12 May 2007 19:05, Aaron Gray wrote: > I think I have found some bugs in genautomata.c > > regexp = create_node( sizeof( struct decl)); > > I believe this should be :- > > regexp = create_node( sizeof( struct regexp)); > > Lines :- > >