Re: Compatibility between object code of gcc versions

2007-05-27 Thread Wei Chen
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: Volunteer for bug summaries?

2007-05-21 Thread Wei Chen
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 to stay

Re: help writing gcc code

2007-05-21 Thread Wei Chen
... 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

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

2007-05-21 Thread Wei Chen
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: 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 following command: svn -q

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

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 :- 1546