Re: Go patch committed: Better error for unknown name in package

2011-09-20 Thread Ian Lance Taylor
Eric Botcazou writes: >> This patch improves the error message that the Go frontend issues when >> an unknown name in a package is used as type. It also fixes some >> followon errors. > > s/identifer/identifier/ in the error message. Fixed with the obvious patch. Committed to mainline. Thanks

Re: Go patch committed: Better error for unknown name in package

2011-09-20 Thread Ian Lance Taylor
Eric Botcazou writes: >> This patch improves the error message that the Go frontend issues when >> an unknown name in a package is used as type. It also fixes some >> followon errors. > > s/identifer/identifier/ in the error message. Argh, thanks. Will fix. Ian

Re: Go patch committed: Better error for unknown name in package

2011-09-20 Thread Eric Botcazou
> This patch improves the error message that the Go frontend issues when > an unknown name in a package is used as type. It also fixes some > followon errors. s/identifer/identifier/ in the error message. -- Eric Botcazou