Oh, I misread the cplx2 failure. Here's a smaller test case:
package main
func main() {
c5 := 1 + 3i
cd := c5 / c5
println(cd)
if cd != 1+0i {
println("fail")
}
}
Cross-compiling and running on the foundation model this gives:
(+1.000000e+000-1.665335e-017i)
fail
so it appears to be some kind of problem with complex division...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256283
Title:
go tests failing on AArch64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1256283/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs