--- gcc/README 2018/04/24 16:51:54 1.1.1.16 +++ gcc/README 2018/04/24 16:53:45 1.1.1.18 @@ -1,4 +1,4 @@ -This directory contains the version 1.35 test release of the GNU C compiler. +This directory contains the version 1.37 test release of the GNU C compiler. All bugs reported for previous test releases have been fixed. Some bugs surely remain. @@ -7,3 +7,8 @@ The file INSTALL contains a copy of the 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.