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