In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0acc85e6b2ff98c833fbca4187dc5cfac982daf9?hp=5c780defa5eed869f1da17d4b8f4da88606ed674>
- Log ----------------------------------------------------------------- commit 0acc85e6b2ff98c833fbca4187dc5cfac982daf9 Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: Mon Aug 21 10:16:39 2017 +0100 perldelta for 5997475bc5 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d6903a66db..c50d615b53 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -252,7 +252,8 @@ L</Platform Support> section, instead. =item * -XXX +On GCC, C<-Werror=pointer-arith> is now enabled by default, +disallowing arithmetic on void and function pointers. =back -- Perl5 Master Repository