This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Branch stability


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]