Thanks, Ian. Regards, Bhaskar
On Wed, Jul 19, 2017 at 11:14 PM, Ian Lance Taylor <[email protected]> wrote: > On Tue, Jul 18, 2017 at 10:49 PM, Bhaskar Singhal > <[email protected]> wrote: > > Upgrading go to 1.8 resolved the issue. But I no longer see gccgo > > invocation. > > Looks like you started with a Go 1.2 configured to default to > -compiler=gccgo, and you upgraded to a Go 1.8 configured to default to > the default toolchain of -compiler=gc. To get gccgo, you can use an > explicit go build -compiler=gccgo. Or just use the gc toolchain. > > Ian > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
