------- Comment #45 from burnus at gcc dot gnu dot org 2007-10-25 18:17 ------- (In reply to comment #44) > # define ASM_PN_FORMAT "%s.%lu" > # define ASM_PN_FORMAT "%s$%lu" > # define ASM_PN_FORMAT "__%s_%lu" > > In any case, the test should support the three formats in ASM_PN_FORMAT.
Well, I think there are four: S.5, S$5, and __S_5 as defined above and S___5 as found in the dump?!? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31608