This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r208505 - in /trunk/libgo: configure configure.ac


Author: ian
Date: Wed Mar 12 04:38:52 2014
New Revision: 208505

URL: http://gcc.gnu.org/viewcvs?rev=208505&root=gcc&view=rev
Log:
libgo: Build math package with -ffp-contract=off on non-x86.

http://golang.org/issue/7074 shows that not using
-ffp-contract=off produces the wrong result for math.Log2(1)
on arm64.

Modified:
    trunk/libgo/configure
    trunk/libgo/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]