This is the mail archive of the gcc-patches@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: RFA: Testsuite: Add exceptions for MSP430


On Sep 16, 2013, at 5:10 AM, Nick Clifton <nickc@redhat.com> 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 133 unexpected failures (per
>  multilib).
> 
>  OK to apply ?

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;


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