Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: fb181455834a3333b45881186e609ca7e78efb07
      
https://github.com/Perl/perl5/commit/fb181455834a3333b45881186e609ca7e78efb07
  Author: Lukas Mai <lukasmai....@gmail.com>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    M regexec.c

  Log Message:
  -----------
  regexec: do index arithmetic/comparison in unsigned mode

Otherwise gcc warns when building:

    In file included from perl.h:4229,
                     from regexec.c:76:
    regexec.c: In function ‘S_isWB’:
    regexec.c:6276:28: warning: comparison of integer expressions of different 
signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
     6276 |             assert(index+1 < C_ARRAY_LENGTH(WB_dfa_table));
          |                            ^

Fixes #23760.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to