missing gcc/testsuite/objc/execute/trivial.m?

2009-01-15 Thread IainS
Hi, it seems that there's no trivial.m in gcc/testsuite/objc/execute a copy of that in gcc/testsuite/objc/execute/exceptions would work Iain. #import objc/Object.h int main(void) { [Object class]; return 0; }

Re: missing gcc/testsuite/objc/execute/trivial.m?

2009-01-15 Thread Andrew Pinski
On Thu, Jan 15, 2009 at 12:13 PM, IainS develo...@sandoe-acoustics.co.uk wrote: Hi, it seems that there's no trivial.m in gcc/testsuite/objc/execute Hmm, this is only needed if execute.exp is run only I think. Thanks, Andrew Pinski

Re: missing gcc/testsuite/objc/execute/trivial.m?

2009-01-15 Thread IainS
On 15 Jan 2009, at 20:40, Andrew Pinski wrote: On Thu, Jan 15, 2009 at 12:13 PM, IainS develo...@sandoe-acoustics.co.uk wrote: Hi, it seems that there's no trivial.m in gcc/testsuite/objc/execute Hmm, this is only needed if execute.exp is run only I think. that's true, and generally it's

Re: missing gcc/testsuite/objc/execute/trivial.m?

2009-01-15 Thread Andrew Pinski
On Thu, Jan 15, 2009 at 12:51 PM, IainS develo...@sandoe-acoustics.co.uk wrote: This doesn't seem quite right - because you get different results for --target_board=unix\{-m32,-m64\} and --target_board=unix\{-m64,-m32\} You should not get different results with those options. At least on any

Re: missing gcc/testsuite/objc/execute/trivial.m?

2009-01-15 Thread IainS
On 15 Jan 2009, at 20:57, Andrew Pinski wrote: On Thu, Jan 15, 2009 at 12:51 PM, IainS develo...@sandoe-acoustics.co.uk wrote: This doesn't seem quite right - because you get different results for --target_board=unix\{-m32,-m64\} and --target_board=unix\{- m64,-m32\} You should not get