• Robert Griesemer's avatar
    go spec: constant divisors must not be zero · ddddd39f
    Robert Griesemer authored
    Both gc and gccgo always checked this for constant
    expressions but the spec only mentions run-time
    exceptions.
    
    This CL also requires that constant divisors
    must not be zero in non-constant integer expressions:
    This is consistent with the spirit of the most
    recent changes and it is consistent with constant
    expressions. We don't want to specify the effect for
    non-integer expressions (f/0.0 where f is a float or
    complex number) because there the result f/g is not
    further specified if a non-constant g is 0.
    
    R=r, rsc, iant, ken, andybalholm, iant
    CC=golang-dev
    https://golang.org/cl/6710045
    ddddd39f
Name
Last commit
Last update
..
articles Loading commit data...
codewalk Loading commit data...
devel Loading commit data...
gopher Loading commit data...
play Loading commit data...
progs Loading commit data...
Makefile Loading commit data...
cmd.html Loading commit data...
code.html Loading commit data...
contrib.html Loading commit data...
contribute.html Loading commit data...
debugging_with_gdb.html Loading commit data...
docs.html Loading commit data...
effective_go.html Loading commit data...
gccgo_contribute.html Loading commit data...
gccgo_install.html Loading commit data...
go-logo-black.png Loading commit data...
go-logo-blue.png Loading commit data...
go-logo-white.png Loading commit data...
go1.1.html Loading commit data...
go1.html Loading commit data...
go1compat.html Loading commit data...
go_faq.html Loading commit data...
go_mem.html Loading commit data...
go_spec.html Loading commit data...
godocs.js Loading commit data...
help.html Loading commit data...
ie.css Loading commit data...
install-source.html Loading commit data...
install.html Loading commit data...
jquery.js Loading commit data...
logo-153x55.png Loading commit data...
reference.html Loading commit data...
root.html Loading commit data...
share.png Loading commit data...
sieve.gif Loading commit data...
style.css Loading commit data...
tos.html Loading commit data...