From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: jsm28@cam.ac.uk (Joseph S. Myers) Cc: mark@codesourcery.com (Mark Mitchell), gcc@gcc.gnu.org Subject: Re: GCC 3.0 Status Report Date: Thu, 17 May 2001 09:27:00 -0000 Message-id: <200105171626.JAA10871@toledo.synopsys.com> References: X-SW-Source: 2001-05/msg00779.html > Whoever does this may also want to merge it with the snapshot script. > (Which has a few different requirements - e.g. the generated files go in > releases only, but not snapshots.) It would be useful if the script has > the capability to produce diffs from more than one previous version - > since e.g. 3.0 ought to have diffs both from 2.95 (of limited value given > their size, but this has been done before - and someone ought to read the > diffs to find omissions from the release notes) and from 3.0-pre2 (or > whatever). Diffs from 2.95 are likely to be extremely large: for a diff to remove a library it has to include it verbatim, similarly to add one. This means the diff has to include all of the 2.95.x libchill, libio, libstdc++, and all of gcc/ch to delete that, plus all of libstdc++, java, and libjava to add that, on top of all the other differences. In the end, the diff is going to be almost as big as the distribution, meaning that it's not worthwhile. However, we do package a C-only subset (gcc-core-xxxx.tar.gz); for that, the diff from 2.95.3 might be worth having.