g++.dg not having one .exp per directory

Mike Stump mrs@apple.com
Mon Sep 26 18:03:00 GMT 2005


On Sep 26, 2005, at 12:08 AM, Paolo Bonzini wrote:
> I was missing the *back* slash.  I guess it is actually
>
> make RUNTESTFLAGS='dg.exp=eh\\*.C'

     $ make RUNTESTFLAGS=dg.exp=eh\*.C check-g++

or

     $ make RUNTESTFLAGS='dg.exp=eh*.C' check-g++

Once you get past local shell quoting, you're ok.

Didn't you ever wonder why we use common prefixes to testsuite  
names?  :-)



More information about the Gcc mailing list