summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-04-20 10:39:00 +1000
committerTony Cook <tony@develop-help.com>2016-04-20 10:39:00 +1000
commit9a10913bc567c79302e241ca82c99909c5cb022a (patch)
tree9702e35c28f59b3bec5288d604cce0e9eb00b97f
parentab462c7d2da3570ffe26e717642be96cccef8b23 (diff)
downloadperl-9a10913bc567c79302e241ca82c99909c5cb022a.tar.gz
perldelta for ab462c7d2d
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ef1cc4d8e8..c73074edc9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1197,6 +1197,13 @@ You can now build perl with MSVC++ on Win32 using GNU Make. [perl #126632]
The Win32 miniperl now has a real C<getcwd> which increases build performance
resulting in C<getcwd()> being 605x faster in Win32 miniperl.
+=item *
+
+Configure now takes C<-Dusequadmath> into account when calculating the
+C<alignbytes> configuration variable. Previously the mis-calculated
+C<alignbytes> could cause alignment errors on debugging builds. [perl
+#127894]
+
=back
=head1 Testing