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 Fri, 6 Nov 2003, Andrew MacLeod wrote:

> 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.

This is not tree-ssa-specific; it's good practice for mainline as well.  
(But you should compare all .sum files, not just those directly in 
gcc/testsuite/.  For mainline this currently is

$target/libstdc++-v3/testsuite/libstdc++.sum
$target/libstdc++-v3/testsuite/libstdc++-abi.sum
$target/libjava/testsuite/libjava.sum
$target/libffi/testsuite/libffi.sum
gcc/testsuite/ada/acats/acats.sum
gcc/testsuite/g++.sum
gcc/testsuite/g77.sum
gcc/testsuite/objc.sum
gcc/testsuite/gcc.sum

)

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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