From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Wall To: gdb@sources.redhat.com Subject: Using a compiler for testsuite that's not GCC? Date: Mon, 29 Oct 2001 06:13:00 -0000 Message-id: <3BDD63C0.FA2CE158@oculustech.com> X-SW-Source: 2001-10/msg00249.html What's the best way to go about this? It seems a lot of the tests assume gcc and so throw gcc-specific options at the compiler. It seems the approach with least effort would be to point dejagnu at a wrapper which translates gcc options into ones the other compiler understands... T.