Re: How to make make changes in gcc code

2010-01-22 Thread Basile STARYNKEVITCH
sandeep soni wrote: Hi, I posted this question on the mailing list gcc-h...@gcc.gnu.org but did not get any reply about it. I have bootstrapped gcc 4.4.2 on my machine and now i have to make changes in gcc code. Changing code is done usually with a good editor :-) but I suppose I am no

Re: How to make make changes in gcc code

2010-01-22 Thread Richard Guenther
On Fri, Jan 22, 2010 at 1:48 PM, sandeep soni wrote: > Hi, > > I posted this question on the mailing list       gcc-h...@gcc.gnu.org > but did not get any reply about it. > > I have bootstrapped gcc 4.4.2 on my machine and now i have to make > changes in gcc code. However, I dont know how to make

How to make make changes in gcc code

2010-01-22 Thread sandeep soni
Hi, I posted this question on the mailing list gcc-h...@gcc.gnu.org but did not get any reply about it. I have bootstrapped gcc 4.4.2 on my machine and now i have to make changes in gcc code. However, I dont know how to make those changes effective.Do I need to change the source files accor