Re: Patch committed: Fix -fdump-go-spec with large enum values

2011-10-03 Thread Jakub Jelinek
On Mon, Oct 03, 2011 at 01:09:17PM -0700, Ian Lance Taylor wrote: > Jakub discovered that -fdump-go-spec crashes when it tries to print an > enum value which does not fit in a signed HOST_WIDE_INT. This patch > fixes the problem. Bootstrapped and tested on x86_64-unknown-linux-gnu. > Committed to

Patch committed: Fix -fdump-go-spec with large enum values

2011-10-03 Thread Ian Lance Taylor
Jakub discovered that -fdump-go-spec crashes when it tries to print an enum value which does not fit in a signed HOST_WIDE_INT. This patch fixes the problem. Bootstrapped and tested on x86_64-unknown-linux-gnu. Committed to mainline. Ian 2011-10-03 Jakub Jelinek Ian Lance Taylor