[PATCH v6 06/10] testsuite: Remove PRU from test cases requiring hosted environment

Andreas Schwab schwab@linux-m68k.org
Sun Jun 9 20:34:00 GMT 2019


On Jun 09 2019, Dimitar Dimitrov <dimitar@dinux.eu> wrote:

> diff --git a/gcc/testsuite/gcc.c-torture/execute/20101011-1.c b/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
> index d2beeb52a0e..4a9cc63fde8 100644
> --- a/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
> +++ b/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
> @@ -102,6 +102,8 @@ __aeabi_idiv0 (int return_value)
>  # define DO_TEST 0
>  #elif defined (__or1k__)
>    /* On OpenRISC division by zero does not trap.  */
> +#elif defined (__pru__)
> +/* There isn't even a signal function.  */
>  # define DO_TEST 0

That removes the define from the __or1k__ branch.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



More information about the Gcc-patches mailing list