On неделя, 9 юни 2019 г. 22:34:23 EEST Andreas Schwab wrote: > On Jun 09 2019, Dimitar Dimitrov <dimi...@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. Sorry about that. Must have slipped through one of the numerous rebases I've been doing. I'll fix it.
Thanks for spotting it, Dimitar