repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
plugin
/
pr87562-a.h
blob
0e5a9f19a19f8e81018605ffa2f29f1ec1fce57e
1
#undef ASM_GENERATE_INTERNAL_LABEL
2
#define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
3
do \
4
{ \
5
__emit_string_literal_range (
"*.%s%u"
, 2, 2, 3); \
6
} \
7
while (0)