Re: libgo patch committed: Permit nil Func in Func.Name

2015-05-05 Thread Ian Lance Taylor
On Tue, May 5, 2015 at 10:35 AM, Andreas Schwab wrote: > Ian Lance Taylor writes: > >> Committed to mainline and 4.9 branch. > > What about the 5 branch? Oh yeah. Thanks. Committing to GCC 5 branch shortly, after tests complete. Ian

Re: libgo patch committed: Permit nil Func in Func.Name

2015-05-05 Thread Andreas Schwab
Ian Lance Taylor writes: > Committed to mainline and 4.9 branch. What about the 5 branch? Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

libgo patch committed: Permit nil Func in Func.Name

2015-05-05 Thread Ian Lance Taylor
The gc toolchain permits Func to be nil when calling the runtime.Func.Name method, returning an empty string. This patch changes libgo to do the same, rather than crashing. This is GCC PR 66016. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline and 4.9 branch.