--- gcc/README 2018/04/24 16:38:21 1.1.1.2 +++ gcc/README 2018/04/24 17:01:04 1.1.1.21 @@ -1,9 +1,15 @@ -This directory contains the version 1.21 test release of the GNU C compiler. -All bugs reported for previous test releases have been fixed. -Some bugs surely remain. +This directory contains the version 1.41 release of the GNU C compiler. +All serious bugs (that would make ordinary C programs fail) reported for +previous test releases have been fixed. We have often decided not to fix +bugs that are Less important, to avoid risking creating new bugs. -See the file internals.texinfo for installation and porting information. +See the file gcc.texinfo for installation and porting information. The file INSTALL contains a copy of the installation information. The GNU C compiler is free software. See the file COPYING for copying permission. + +The files print-self.c and print-self1.c are not part of GCC. +They are programs that print themselves on standard output. +They were written by Dario Dariol and Giovanni Cozzi, and are +included for your hacking pleasure.