Re: [patch, PR51144] Partially revert patch to speed up integer output

2011-11-17 Thread Jason Merrill
On 11/17/2011 02:29 PM, Steve Ellcey wrote: Testing on IA64 HP-UX shows that this fixes the bootstrap failure and it found no regressions. Presumably it does slow down the compilation slightly since the point of fprint_w was to be faster then fprintf. If someone (Dimitrios?) wants to fix fprint

[patch, PR51144] Partially revert patch to speed up integer output

2011-11-17 Thread Steve Ellcey
The checkin r181279 which speeds up the printing of integer constants caused PR 51144 and broke the IA64 and s390 bootstraps. The problem is with fprint_w which takes a HOST_WIDE_INT value argument and uses sprint_ul_rev to process it. But sprint_ul_rev takes a long argument so if the argument t