develooper Front page | perl.perl5.porters | Postings from August 2016

blead will not compile on certain configurations

From:
Karl Williamson
Date:
August 12, 2016 15:42
Subject:
blead will not compile on certain configurations
Message ID:
d39f6258-b969-0991-3ca5-14bb559b0872@khwilliamson.com
scope.c: In function ‘void Perl_leave_scope(PerlInterpreter*, I32)’:
  scope.c:1123:7: error: jump to case label [-fpermissive]
    case SAVEt_CLEARSV:
         ^
  scope.c:1120:11: note:   crosses initialization of ‘SV** svp’
        SV **svp = &PL_curpad[uv >>
             ^
  scope.c:1119:17: note:   crosses initialization of ‘I32 i’
               I32 i = (I32)((uv >> SAVE_TIGHT_SHIFT) & 
OPpPADRANGE_COUNTMASK);



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