[tree-ssa] Branch stability

Andrew MacLeod amacleod@redhat.com
Fri Nov 7 04:47:00 GMT 2003


On Thu, 2003-11-06 at 20:05, Diego Novillo wrote:
> 
> Folks,
> 
> Please remember to test your patches and compare against the daily runs
> posted at http://gcc.gnu.org/ml/gcc-testresults/
> 
> Before posting your patch make sure that it produces no new regressions
> compared to the latest run.
> 

Or better yet.... 

extract the branch, build and 'make check' it

   cp testsuite/*.sum .

apply your patch, build and 'make check' it, and

for x in *sum ; do diff $x testsuite ; done

and make see that they are the same.... *any* difference needs to be
dealt with because its your patch.

Andrew



More information about the Gcc mailing list