even at -O3 gcc wouldn't do it, probably because pow is implemented in another compilation unit.
On Fri, Aug 4, 2017 at 6:49 PM, Sebastien Binet <[email protected]> wrote: > > > On Fri, Aug 4, 2017 at 10:47 AM, Dave Cheney <[email protected]> wrote: >> >> I'm disappointed that both compilers didn't compile both original samples >> to a noop. > > > clang did it, though. > > -s > -- 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.
