From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Wall To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: Using a compiler for testsuite that's not GCC? Date: Mon, 29 Oct 2001 09:15:00 -0000 Message-id: <3BDD8EB0.161545FA@oculustech.com> References: <3BDD63C0.FA2CE158@oculustech.com> <3BDD819A.4010603@cygnus.com> X-SW-Source: 2001-10/msg00253.html Looking at gdb_preprocess and gdb_compile from gdb.exp, it would look like I would need to replace these functions with something that works with my compiler? Pardon me if I'm being dense, but I'm trying to figure out where are the proper places for configuration mods, and I don't see anything that resembles my configuration. T. Andrew Cagney wrote: > > 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