From 78d36d7e6ab0db358b39b652e0376ee22129d426 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 24 Aug 2016 22:30:17 +0300 Subject: Update README.macosx file. --- README_d/README.macosx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README_d/README.macosx') diff --git a/README_d/README.macosx b/README_d/README.macosx index 92745bea..f147d4af 100644 --- a/README_d/README.macosx +++ b/README_d/README.macosx @@ -1,3 +1,22 @@ +Wed Aug 24 21:54:13 IDT 2016 +============================ + +From: Pat Rankin +Date: Tue, 23 Aug 2016 18:37:26 -0700 +Subject: Re: [gawk-devel] one last prerelease tarball +To: Aharon Robbins + +> http://www.skeeve.com/gawk/gawk-4.1.3j.tar.gz + + On OSX 10.11.6, I still get warnings that left-shifting a negative value +is undefined when handling TYPE_MINIMUM(time_t) in builtin.c. time_t +is a signed 64-bit integer. 'TYPE_MINIMUM(char)' triggers warnings too, +so the size isn't an issue, just the signedness. + + Despite the warnings, the build finishes successfully and the test suite +passes without any failures now that igncas3 is skipped by 'make check'. +I don't have MPFR so those tests aren't being run. + Mon Apr 13 09:49:40 IDT 2015 ============================ -- cgit v1.2.3