blob: 6afd22c80549535c2443f175889bc022d7fc0466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Reproducing this ICE is dependent on line numbering, hence the blank
lines below. */
#include "substring-location-PR-87562-1-a.h"
#include "substring-location-PR-87562-1-b.h"
void
dbxout_stab_value_internal_label (const char *stem, int counter)
{
char label[100];
ASM_GENERATE_INTERNAL_LABEL (label, stem, counter);
}
|