aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/substring-location-PR-87562-1-a.h
blob: 369c9d076cea6cc1f9250660fc2e990f2b3d7cc8 (plain)
1
2
3
4
5
6
7
#undef  ASM_GENERATE_INTERNAL_LABEL
#define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM)		\
  do								\
    {								\
      __builtin_sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM));	\
    }								\
  while (0)