Re: RFA: Testsuite: Add exceptions for MSP430

2013-09-17 Thread nick clifton
Hi Mike, Ok, I assume that the changes to hppa and return 0 are intentional and good… - || [istarget hppa64-hp-hpux11.23] } { - return 0; +|| [istarget hppa64-hp-hpux11.23] } { + return 0; Sorry - yes - they are just whitespace adjustments so that the entries line

Re: RFA: Testsuite: Add exceptions for MSP430

2013-09-16 Thread Mike Stump
On Sep 16, 2013, at 5:10 AM, Nick Clifton wrote: > The new MSP430 target has a few limitations which show up as > unexpected failures in the GCC testsuite. I would like to apply the > patch below to update target-supports.exp with this information. > Applying the patch results in a drop of 13

RFA: Testsuite: Add exceptions for MSP430

2013-09-16 Thread Nick Clifton
Hi Guys, The new MSP430 target has a few limitations which show up as unexpected failures in the GCC testsuite. I would like to apply the patch below to update target-supports.exp with this information. Applying the patch results in a drop of 133 unexpected failures (per multilib). O