The package gcc_old provides gcc 2.95.3 with support for C and C++. It installes to /opt/gcc295, so in order to use this gcc, you have to either put /opt/gcc295/bin before /usr/bin in your PATH or call them with full path (e.g. /opt/gcc295/bin/gcc).