On Fri, 2009-08-07 at 00:06 +0200, Manuel López-Ibáñez wrote: > Often I want to test the exactly same testcase in C and C++, so I find > myself adding duplicate tests under gcc.dg/ and g++.dg/. Would it be > possible to have a shared testsuite dir that is run for both C and C++ > languages? (possibly with different default configurations, like > adding -Wc++-compat to the commandline for C runs).
I've been thinking about that lately, it would be useful for several kinds of functionality. We'd want effective targets for the language for using different options and for providing different error/warning checks for each language. I haven't looked into how to handle it with DejaGnu, maybe something like gcc.shared and a [symbolic] link to it called g++.shared; do links work with Subversion? Janis