This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++.dg not having one .exp per directory
- From: Ben Elliston <bje at au dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 26 Sep 2005 12:58:19 +1000
- Subject: Re: g++.dg not having one .exp per directory
- References: <4336863B.8000208@lu.unisi.ch>
Paolo Bonzini wrote:
> I have noticed that g++.dg does not have one .exp file per directory,
> and I could not figure out how to run, say, a single test case in the
> g++.dg/tree-ssa directory.
>
> Would the patch be acceptable for 4.1? What about 4.2? If not, how do
> I achieve the same result? :-)
I might be misunderstanding you, but doesn't this do what you're after?
make RUNTESTFLAGS="dg.exp=nothrow-1.C" check-g++
Cheers, Ben