Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / substring-location-PR-87562-1-a.h
blob369c9d076cea6cc1f9250660fc2e990f2b3d7cc8
1 #undef ASM_GENERATE_INTERNAL_LABEL
2 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
3 do \
4 { \
5 __builtin_sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM)); \
6 } \
7 while (0)