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 11/10/2010 17:37, Nick Clifton wrote:

> The answer is that U_L_P is not a string, but a single character.
> (Despite being defined as a string by the various backends that use it).

  Ah, so it's not really "stringizing a string" after all; it's quoted in the
definitions of USER_LABEL_PREFIX in the backends, but the predefined
__USER_LABEL_PREFIX__ macro supplied by the resulting generated compiler is
unquoted.  Thanks for going into the details :)

    cheers,
      DaveK


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