This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: Testsuite: Fixes for PR44197.c


On 10/07/2010 10:21 AM, Nick Clifton wrote:
> +#ifndef __USER_LABEL_PREFIX__
> +#define __USER_LABEL_PREFIX__ ""
> +#endif
> +
> +#define xstr(s) str(s)
> +#define str(s) #s
> +#define PREFIX xstr(__USER_LABEL_PREFIX__)

Err, string-izing a string?

Surely that default version of U_L_P should be empty,
or put the ifdef around the entire stringizing bit.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]