Roger Rice <ricer7@xxxxxxxxx> writes: > ÂÂ I've been trying to run the testsuite against a non-gcc C compiler. I've > tried setting various environment variables and modifying the Makefile(s), but > no matter what I do, xgcc is invoked. What are the steps to using the testsuite > with other C/C++ Linux based compilers? I think you can set GCC_UNDER_TEST in the site.exp file which the testsuite will generate in your working directory. But I've never tried it, and I would not be very surprised if it does not work. The testsuite was never designed to test anything other than gcc. Ian