I am still attempting to get a VMS build of the current blead.

-John
[EMAIL PROTECTED]
Personal Opinion Only

      1   61623     REGCP_SET(lastcp);
                ....1
%CC-W-UNINIT1, (1) The scalar variable "lastcp" is fetched but not
initialized.
And there may be other such fetches of this variable that have not
been reported in this compilation.

E do { if ((PL_debug & 0x00000200)) do {if (re_debug_flags & 0x040000) if (lastcp != PL_savestack_ix) PerlIO_print E f(Perl_PerlIO_stderr(), " Setting an EVAL scope, savestack=%""ld""\n", (IV)PL_savestack_ix);} while (0); } while (0
       E        ); lastcp = PL_savestack_ix
      2   61624     if (regmatch(reginfo, prog->program + 1)) {
       E                S_regmatch
      2   61625         prog->endp[0] = PL_reginput - PL_bostr;
       E                         PL_reg_state.re_state_reginput
       E                                     PL_reg_state.re_state_bostr

Reply via email to