Index: config/rs6000/rs6000.c =================================================================== --- config/rs6000/rs6000.c (revision 171345) +++ config/rs6000/rs6000.c (working copy) @@ -23002,7 +23002,7 @@ output_profile_hook (int labelno ATTRIBU rtx fun; ASM_GENERATE_INTERNAL_LABEL (buf, "LP", labelno); - label_name = (*targetm.strip_name_encoding) (ggc_strdup (buf)); + label_name = ggc_strdup ((*targetm.strip_name_encoding) (buf)); fun = gen_rtx_SYMBOL_REF (Pmode, label_name); emit_library_call (init_one_libfunc (RS6000_MCOUNT),