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

Reply via email to