>>>>> Alexandre Oliva writes: Alexandre> On May 6, 2000, David Edelsohn <dje@watson.ibm.com> wrote: >> ! s += sprintf (s, "%s", reg_names[cc_regno + CR0_REGNO]); Alexandre> Portability alert: there are systems on which sprintf returns char*. Geoff introduced this throughout his new branch work. If this style is dangerous, we need to change the entire function. David