Creating a patch ready for gcc-patches list

2007-06-06 Thread Brian Sidebotham
Hi, I am building a cross-compiler for arm, which builds okay, but the output is very noisy whilst compiling gcc. I'd like to sort some of it out and submit some patches, but I've not done any patches for gcc before so I don't want to create a lot of noise on the gcc-patches list by posting

Re: Creating a patch ready for gcc-patches list

2007-06-06 Thread Manuel López-Ibáñez
On 06/06/07, Brian Sidebotham [EMAIL PROTECTED] wrote: Hi, I am building a cross-compiler for arm, which builds okay, but the output is very noisy whilst compiling gcc. I'd like to sort some of it out and submit some patches, but I've not done any patches for gcc before so I don't want to

Re: Creating a patch ready for gcc-patches list

2007-06-06 Thread Jan-Benedict Glaw
On Wed, 2007-06-06 10:15:41 -0700, Brian Sidebotham [EMAIL PROTECTED] wrote: --- ./gcc/value-prof.cMon Jun 4 17:27:14 2007 +++ ./gcc/value-prof.cWed Jun 6 10:13:20 2007 @@ -883,15 +883,19 @@ tree_mod_subtract (tree stmt, tree opera e12 = split_block (bb, bb1end); bb2

Re: Creating a patch ready for gcc-patches list

2007-06-06 Thread Brian Sidebotham
Hi, Sorry, wasted your time already!! Thanks to Manuel for the information too. I will re-patch, compile and run the testsuite. Sorry to waste your time with my first mail! Best Regards, Brian Sidebotham. Jan-Benedict Glaw wrote: On Wed, 2007-06-06 10:15:41 -0700, Brian Sidebotham [EMAIL