Hi all, Just gathering info about passing the testsuite for gcc 2.95.3, i've just downloaded the tarball from GNU and i realize that there is no specific 'testsuite' folder included.
The tarball ftp://ftp.gnu.org/gnu/gcc/gcc-2.95.3/gcc-everything-2.95.3.tar.gz At the same time, i think there's no specific testsuites for 2.95.3 release (confirm it) then i've downloaded the testusites from GNU following docs at http://gcc.gnu.org/install/test.html. IOW, gcc-2.3.3-testsuite.tar.gz tarball from GNU, not sure if it is the correct tarball, but decompressing it you can see a 'testsuite' folder plus a Makefile.in in the root level. In the README file for that testsuite is recomended to include the 'testsuite' folder into the GNU Gcc directory, but i dont know what to do with the Makefile.in What i've read about it is to first test the native test and then try with the cross one. Im in the first stage, that is native testing for 2.95.3. Should i leave only the 'testsuite' folder placed in the GNU GCC sources and 'make bootstrap' + 'runtest --all --tool gcc --srcdir ../gcc-2.95.3/gcc/testsuite' or 'make bootstrap' + 'make -k check' instead? I'm messed about it. TIA J.J. Garcia.