Re: [PATCH, testsuite] test case fixes for pdp11

2018-11-02 Thread Paul Koning
> On Nov 2, 2018, at 3:19 PM, Rainer Orth wrote: > > Hi Paul, > >> This patch fixes a number of test case failures on pdp11. Some are too >> large for the address space, some have dependencies on the float format that >> don't match the DEC format, some add pdp11 to the targets that expect

Re: [PATCH, testsuite] test case fixes for pdp11

2018-11-02 Thread Rainer Orth
Hi Paul, > This patch fixes a number of test case failures on pdp11. Some are too large > for the address space, some have dependencies on the float format that don't > match the DEC format, some add pdp11 to the targets that expect particular > compiler messages. unfortunately, even apart fr

Re: [PATCH, testsuite] test case fixes for pdp11

2018-11-02 Thread Andreas Schwab
* gcc.c-torture/execute/20010904-2.c: Fix last change. * gcc.dg/Wattributes-10.c: Likewise. diff --git a/gcc/testsuite/gcc.c-torture/execute/20010904-2.c b/gcc/testsuite/gcc.c-torture/execute/20010904-2.c index 7f3affe10f..a0f2626e76 100644 --- a/gcc/testsuite/gcc.c-torture/execut

[PATCH, testsuite] test case fixes for pdp11

2018-11-01 Thread Paul Koning
This patch fixes a number of test case failures on pdp11. Some are too large for the address space, some have dependencies on the float format that don't match the DEC format, some add pdp11 to the targets that expect particular compiler messages. Committed. paul ChangeLog: 2018-11-