Inside a C++ .exp file, I want to know the compiler command that would be executed for a given dg-test command. That is, given
set dg-do-what-default compile dg-test -keep-output $source "$options -I." "" what is a command that I can execute to compile the source file without dejagnu trying to interpret it as a test? It might be sufficient if I just knew the path to the compiler. Any ideas? -- Lawrence Crowl