Re: Basic GCC testing question

2015-07-11 Thread Segher Boessenkool
On Fri, Jul 10, 2015 at 02:14:09PM -0700, Steve Ellcey wrote: > > > make RUNTESTFLAGS='dg.exp --target-board=unix' check > > > > Does it work better if you spell --target_board ? > Arg, I hate it when I do something stupid like that. It would be ince > if runtest gave an error message when it

Re: Basic GCC testing question

2015-07-10 Thread Steve Ellcey
On Fri, 2015-07-10 at 14:27 -0500, Segher Boessenkool wrote: > On Fri, Jul 10, 2015 at 10:43:43AM -0700, Steve Ellcey wrote: > > > > I have a basic GCC testing question. I built a native GCC and ran: > > > > make RUNTESTFLAGS='dg.exp' check > >

Re: Basic GCC testing question

2015-07-10 Thread Segher Boessenkool
On Fri, Jul 10, 2015 at 10:43:43AM -0700, Steve Ellcey wrote: > > I have a basic GCC testing question. I built a native GCC and ran: > > make RUNTESTFLAGS='dg.exp' check > > Everything passed and according to the log file it used the unix.exp > as the targ

Basic GCC testing question

2015-07-10 Thread Steve Ellcey
I have a basic GCC testing question. I built a native GCC and ran: make RUNTESTFLAGS='dg.exp' check Everything passed and according to the log file it used the unix.exp as the target-board. But if I try running: make RUNTESTFLAGS='dg.exp --target-board=unix