compiler, runtime: Fix complex division of NaN / 0.
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 9 Oct 2013 22:31:15 +0000 (22:31 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 9 Oct 2013 22:31:15 +0000 (22:31 +0000)
commit215552adac04bc04778b3052c24d8c66b8455fef
treeecca99f169c43eb56f3f628b9248c8e0361b9a0e
parent4d5b5e9f2c37500cb85e18ce685be3bdd6ba549d
compiler, runtime: Fix complex division of NaN / 0.

From-SVN: r203331
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/runtime.cc
gcc/go/gofrontend/runtime.def
libgo/Makefile.am
libgo/Makefile.in
libgo/runtime/go-cdiv.c [new file with mode: 0644]