Re: [PATCH, testsuite] Fix gcc.dg/memcmp-1.c for targets using __USER_LABEL_PREFIX__

2018-08-15 Thread Jeff Law
On 08/15/2018 10:05 AM, Iain Sandoe wrote: > Hi, > > The test fails on Darwin (and presumably on other _U_L_P_ targets) because > the asm-specified symbol isn’t found at link time. > > OK for trunk? > > thanks > Iain > > gcc/testsuite: > > * gcc.dg/memcmp-1.c (lib_memcmp): Apply __USER_

[PATCH, testsuite] Fix gcc.dg/memcmp-1.c for targets using __USER_LABEL_PREFIX__

2018-08-15 Thread Iain Sandoe
Hi, The test fails on Darwin (and presumably on other _U_L_P_ targets) because the asm-specified symbol isn’t found at link time. OK for trunk? thanks Iain gcc/testsuite: * gcc.dg/memcmp-1.c (lib_memcmp): Apply __USER_LABEL_PREFIX__. (lib_strncmp): Likewise. diff --git a/gcc/