From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: twall@oculustech.com Cc: gdb@sources.redhat.com Subject: Re: Using a compiler for testsuite that's not GCC? Date: Mon, 29 Oct 2001 08:21:00 -0000 Message-id: <3BDD819A.4010603@cygnus.com> References: <3BDD63C0.FA2CE158@oculustech.com> X-SW-Source: 2001-10/msg00251.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... Can you expand a little. The testsuite should work with any C compiler. Andrew