develooper Front page | perl.perl5.porters | Postings from February 2017

Re: Another gcc 6 warning message

Thread Previous | Thread Next
From:
James E Keenan
Date:
February 12, 2017 14:04
Subject:
Re: Another gcc 6 warning message
Message ID:
20170212140401.10368.qmail@lists-nntp.develooper.com
On 02/12/2017 12:22 AM, Karl Williamson wrote:
> inflate.c: In function ‘long int inflateMark(z_streamp)’:
> inflate.c:1507:54: warning: left shift of negative value
> [-Wshift-negative-value]
>      if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;

Is this the same one previously detected by clang on FreeBSD-11, e.g.,

http://perl5.test-smoke.org/report/53903

Addressed by upstream CPAN author:

https://rt.cpan.org/Ticket/Display.html?id=119580

We simply have to decide at what point we merge Compress-Raw-Zlib and 
its sister distros into blead.

Thank you very much.
Jim Keenan

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About