Re: [PATCH 3/7][MSP430][TESTSUITE] Dynamically check if size_t is large enough for tests containing large structs/arrays

2018-11-26 Thread Mike Stump
On Nov 14, 2018, at 7:48 AM, Jozef Lawrynowicz wrote: > > Patch 3 sets up require-effective-target directives for tests which > require the compilation of large arrays. Ok.

[PATCH 3/7][MSP430][TESTSUITE] Dynamically check if size_t is large enough for tests containing large structs/arrays

2018-11-14 Thread Jozef Lawrynowicz
Patch 3 sets up require-effective-target directives for tests which require the compilation of large arrays. Targets which have 16-bit or 20-bit size_t fail to compile tests with large arrays designed to test 32-bit or 64-bit behaviour. Rather than enumerating another target to skip, I've