K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-12-08T10:30:23.000000Z K 7 svn:log V 330 Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o END