In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/cc289c9e6344a3d6386f2ed69849186df75de054?hp=fa2e45943e2b6ce22cf70dba5b47afe73c8c7c80>
- Log ----------------------------------------------------------------- commit cc289c9e6344a3d6386f2ed69849186df75de054 Author: Tony Cook <t...@develop-help.com> Date: Thu Aug 10 11:59:52 2017 +1000 perldelta for fa2e45943e2b ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 784d8b0af5..7412448ab4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -361,7 +361,9 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * -XXX +Fixed a duplicate symbol failure with C<-flto -mieee-fp> builds. +F<pp.c> defined C<_LIB_VERSION> which C<-lieee> already defines. [perl +#131786] =back -- Perl5 Master Repository