Re: __intN patch 4/5: testsuite updates

2014-08-29 Thread Jeff Law
On 08/13/14 16:11, DJ Delorie wrote: Changes to the testsuite to make tests more portable to targets with unusual address spaces. * testsuite/ * lib/target-supports.exp (check_effective_target_size32plus): Increase size to avoid false positives on 24-bit address spaces.

Re: __intN patch 4/5: testsuite updates

2014-08-29 Thread DJ Delorie
* testsuite/ * lib/target-supports.exp (check_effective_target_size32plus): Increase size to avoid false positives on 24-bit address spaces. * gcc.c-torture/compile/limits-stringlit.c: Skip if msp430. * gcc.dg/lto/pr54709_1.c: Fix memcpy prototype. *

__intN patch 4/5: testsuite updates

2014-08-13 Thread DJ Delorie
Changes to the testsuite to make tests more portable to targets with unusual address spaces. * testsuite/ * lib/target-supports.exp (check_effective_target_size32plus): Increase size to avoid false positives on 24-bit address spaces. *