This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


make RUNTESTFLAGS="dg.exp=nothrow-1.C" check-g++

This one I know of.


dg.exp=eh\*.C is another one.

I was missing the *back* slash. I guess it is actually


make RUNTESTFLAGS='dg.exp=eh\\*.C'

to get the correct escaping when RUNTESTFLAGS is expanded?

Thanks,

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]