Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
c-c++-common
/
substring-location-PR-87562-1-a.h
blob: 369c9d076cea6cc1f9250660fc2e990f2b3d7cc8 [
file
] [
log
] [
blame
]
#undef
ASM_GENERATE_INTERNAL_LABEL
#define
ASM_GENERATE_INTERNAL_LABEL
(
LABEL
,
PREFIX
,
NUM
)
\
do
\
{
\
__builtin_sprintf
(
LABEL
,
"*.%s%u"
,
PREFIX
,
(
unsigned
)
(
NUM
));
\
}
\
while
(
0
)