SPVM-Digest-MD5 v0.10 Perl 5 v5.20.1 amd64-freebsd

Status
Pass
From
Chris Williams (BINGOS)
Dist
SPVM-Digest-MD5 v0.10
Platform
Perl 5 v5.20.1 amd64-freebsd
Date
2023-02-11 07:08:05
ID
d4f9cc8c-a9da-11ed-aba6-9a79f339625c
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear KIMOTO,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

TEST RESULTS:

Below is the error stack from stage 'make test':

perl -e 'use Config;chdir "perl_impl" or die; system("/usr/home/cpan/pit/bare/perl-5.20.1/bin/perl Makefile.PL && make") == 0 or die';
Generating a Unix-style Makefile
Writing Makefile for Digest::MD5
Writing MYMETA.yml and MYMETA.json
Skip blib/lib/Digest/MD5.pm (unchanged)
Running Mkbootstrap for MD5 ()
chmod 644 "MD5.bs"
"/usr/home/cpan/pit/bare/perl-5.20.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs blib/arch/auto/Digest/MD5/MD5.bs 644
cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2    -DVERSION=\"2.58\"  -DXS_VERSION=\"2.58\" -DPIC -fPIC "-I/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE"   MD5.c
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:348:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: note: '{' token is here
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:348:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: note: '{' token is here
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:342:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: note: ')' token is here
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:343:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:357:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:393:7: note: ')' token is here
      MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:358:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:402:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:402:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:402:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:342:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:402:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:343:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:410:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:410:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:410:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:342:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:410:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:343:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:418:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:418:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:418:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:342:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:418:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:343:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:426:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:426:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:426:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:342:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:426:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:343:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:348:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: note: '{' token is here
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:348:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: note: '{' token is here
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:335:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:342:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: note: ')' token is here
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:354:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:343:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3333:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv.h:629:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:357:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:434:5: note: ')' token is here
    MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/hv_func.h:358:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from MD5.xs:40:
In file included from /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:5188:
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/inline.h:311:9: warning: nonnull parameter 'pv' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion]
    if (pv && len > 1) {
        ^~ ~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/proto.h:1791:4: note: declared 'nonnull' here
                        __attribute__nonnull__(pTHX_1)
                        ^
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3089:60: note: expanded from macro '__attribute__nonnull__'
#  define __attribute__nonnull__(a)         __attribute__((nonnull(a)))
                                                           ^
MD5.xs:597:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:597:2: note: '{' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:597:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:597:2: note: ')' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:591:6: warning: implicit conversion from 'unsigned long' to 'double' changes value from 121360158379668102 to 121360158379668096 [-Wimplicit-const-int-float-conversion]
            New(55, context, 1, MD5_CTX);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:1894:22: note: expanded from macro 'New'
#define New(x,v,n,t)    Newx(v,n,t)
                        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:1888:27: note: expanded from macro 'Newx'
#define Newx(v,n,t)     (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
                              ^~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:1801:30: note: expanded from macro 'MEM_WRAP_CHECK_'
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                             ^~~~~~~~~~~~~~~~~~~
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3152:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                            ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:124:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                       ^~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3147:62: note: expanded from macro 'EXPECT'
#  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                             ^~~~
MD5.xs:610:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:610:2: note: '{' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:610:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:610:2: note: ')' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:607:2: warning: implicit conversion from 'unsigned long' to 'double' changes value from 121360158379668102 to 121360158379668096 [-Wimplicit-const-int-float-conversion]
        New(55, context, 1, MD5_CTX);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:1894:22: note: expanded from macro 'New'
#define New(x,v,n,t)    Newx(v,n,t)
                        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:1888:27: note: expanded from macro 'Newx'
#define Newx(v,n,t)     (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
                              ^~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:1801:30: note: expanded from macro 'MEM_WRAP_CHECK_'
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                             ^~~~~~~~~~~~~~~~~~~
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3152:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                            ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/handy.h:124:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                       ^~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:3147:62: note: expanded from macro 'EXPECT'
#  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                             ^~~~
MD5.c:806:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.c:806:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
MD5.c:806:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.c:806:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.c:806:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.c:806:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.c:806:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
MD5.c:806:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:633:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:633:2: note: '{' token is here
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:633:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:633:2: note: ')' token is here
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:663:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                    XSRETURN(1);  /* self */
                    ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:663:7: note: '{' token is here
                    XSRETURN(1);  /* self */
                    ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:663:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                    XSRETURN(1);  /* self */
                    ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:663:7: note: ')' token is here
                    XSRETURN(1);  /* self */
                    ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:680:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:680:2: note: '{' token is here
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:680:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:680:2: note: ')' token is here
        XSRETURN(1);  /* self */
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.c:898:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.c:898:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
MD5.c:898:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.c:898:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.c:898:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.c:898:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.c:898:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
MD5.c:898:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:322:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:695:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:695:9: note: '{' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:695:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:695:9: note: ')' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:718:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(1); /* ctx */
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:718:6: note: '{' token is here
            XSRETURN(1); /* ctx */
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:718:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(1); /* ctx */
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:718:6: note: ')' token is here
            XSRETURN(1); /* ctx */
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:720:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(0);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:720:6: note: '{' token is here
            XSRETURN(0);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:720:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(0);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:720:6: note: ')' token is here
            XSRETURN(0);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:734:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(2);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:734:6: note: '{' token is here
            XSRETURN(2);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:734:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(2);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:734:6: note: ')' token is here
            XSRETURN(2);
            ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:738:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(3);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:738:2: note: '{' token is here
        XSRETURN(3);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:738:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(3);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:738:2: note: ')' token is here
        XSRETURN(3);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.xs:796:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.xs:796:9: note: '{' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.xs:796:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.xs:796:9: note: ')' token is here
        XSRETURN(1);
        ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.c:1110:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.c:1110:5: note: '{' token is here
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                  ^
MD5.c:1110:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:511:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
MD5.c:1110:5: note: '{' token is here
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:308:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
MD5.c:1110:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
MD5.c:1110:5: note: ')' token is here
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:312:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
MD5.c:1110:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                ^
MD5.c:1110:5: note: ')' token is here
    XSRETURN_YES;
    ^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/XSUB.h:320:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd/CORE/perl.h:512:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
53 warnings generated.
rm -f blib/arch/auto/Digest/MD5/MD5.so
cc  -shared  -L/usr/local/lib -fstack-protector  MD5.o  -o blib/arch/auto/Digest/MD5/MD5.so        
chmod 755 blib/arch/auto/Digest/MD5/MD5.so
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/usr/home/cpan/pit/bare/perl-5.20.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Subroutine Digest::MD5::md5 redefined at t/lib/SPVMImpl.pm line 28.
Subroutine Digest::MD5::md5_hex redefined at t/lib/SPVMImpl.pm line 48.
Subroutine Digest::MD5::md5_base64 redefined at t/lib/SPVMImpl.pm line 68.
Subroutine Digest::MD5::new redefined at t/lib/SPVMImpl.pm line 77.
t/align.t .... ok
Subroutine Digest::MD5::md5 redefined at t/lib/SPVMImpl.pm line 28.
Subroutine Digest::MD5::md5_hex redefined at t/lib/SPVMImpl.pm line 48.
Subroutine Digest::MD5::md5_base64 redefined at t/lib/SPVMImpl.pm line 68.
Subroutine Digest::MD5::new redefined at t/lib/SPVMImpl.pm line 77.
t/basic.t .... ok
Subroutine Digest::MD5::md5 redefined at t/lib/SPVMImpl.pm line 28.
Subroutine Digest::MD5::md5_hex redefined at t/lib/SPVMImpl.pm line 48.
Subroutine Digest::MD5::md5_base64 redefined at t/lib/SPVMImpl.pm line 68.
Subroutine Digest::MD5::new redefined at t/lib/SPVMImpl.pm line 77.
t/md5-aaa.t .. ok
Subroutine Digest::MD5::md5 redefined at t/lib/SPVMImpl.pm line 28.
t/utf8.t ..... ok
Subroutine Digest::MD5::md5_hex redefined at t/lib/SPVMImpl.pm line 48.
Subroutine Digest::MD5::md5_base64 redefined at t/lib/SPVMImpl.pm line 68.
Subroutine Digest::MD5::new redefined at t/lib/SPVMImpl.pm line 77.
Subroutine Digest::MD5::md5 redefined at t/lib/SPVMImpl.pm line 28.
Subroutine Digest::MD5::md5_hex redefined at t/lib/SPVMImpl.pm line 48.
Subroutine Digest::MD5::md5_base64 redefined at t/lib/SPVMImpl.pm line 68.
Subroutine Digest::MD5::new redefined at t/lib/SPVMImpl.pm line 77.
t/warns.t .... ok
All tests successful.
Files=5, Tests=269,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.52 cusr  0.23 csys =  0.78 CPU)
Result: PASS


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                7.64        0
	  SPVM                             0.9691   0.9691

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9914
	CPANPLUS::Dist::Build              0.90
	Cwd                                3.75
	ExtUtils::CBuilder             0.280236
	ExtUtils::Command                  7.64
	ExtUtils::Install                  2.20
	ExtUtils::MakeMaker                7.64
	ExtUtils::Manifest                 1.73
	ExtUtils::ParseXS                  3.44
	File::Spec                         3.75
	Module::Build                    0.4231
	Pod::Parser                        1.62
	Pod::Simple                        3.28
	Test2                          1.302191
	Test::Harness                      3.44
	Test::More                     1.302191
	version                          0.9929

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68

CPANPLUS is prefering Build.PL

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C.UTF-8
    NONINTERACTIVE_TESTING = 1
    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5LIB = /usr/home/cpan/pit/jail/4xE9oxNa2c/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.20.1/.cpanplus/5.20.1/build/sbbJ1xLKqp/SPVM-Digest-MD5-0.10/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.20.1/.cpanplus/5.20.1/build/sbbJ1xLKqp/SPVM-Digest-MD5-0.10/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 53089
    PERL5_CPANPLUS_IS_VERSION = 0.9914
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.20.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /usr/home/cpan/pit/jail/4xE9oxNa2c
    PERL_MB_OPT = --install_base "/usr/home/cpan/pit/jail/4xE9oxNa2c"
    PERL_MM_OPT = INSTALL_BASE=/usr/home/cpan/pit/jail/4xE9oxNa2c
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /usr/home/cpan/pit/bare/perl-5.20.1/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 1002 1002
    EGID: $)  = 1002 1002


-------------------------------


--

Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
   
  Platform:
    osname=freebsd, osvers=13.1-release, archname=amd64-freebsd
    uname='freebsd frantic 13.1-release freebsd 13.1-release releng13.1-n250148-fc952ac2212 generic amd64 '
    config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.20.1'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='FreeBSD Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/13.0.0/lib /usr/lib
    libs=-lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-ldl -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under freebsd
  Compiled at Jul 24 2022 19:40:44
  %ENV:
    PERL5LIB="/usr/home/cpan/pit/jail/4xE9oxNa2c/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.20.1/.cpanplus/5.20.1/build/sbbJ1xLKqp/SPVM-Digest-MD5-0.10/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.20.1/.cpanplus/5.20.1/build/sbbJ1xLKqp/SPVM-Digest-MD5-0.10/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="53089"
    PERL5_CPANPLUS_IS_VERSION="0.9914"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.20.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/usr/home/cpan/pit/jail/4xE9oxNa2c"
    PERL_MB_OPT="--install_base "/usr/home/cpan/pit/jail/4xE9oxNa2c""
    PERL_MM_OPT="INSTALL_BASE=/usr/home/cpan/pit/jail/4xE9oxNa2c"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/home/cpan/pit/jail/4xE9oxNa2c/lib/perl5/5.20.1/amd64-freebsd
    /usr/home/cpan/pit/jail/4xE9oxNa2c/lib/perl5/5.20.1
    /usr/home/cpan/pit/jail/4xE9oxNa2c/lib/perl5/amd64-freebsd
    /usr/home/cpan/pit/jail/4xE9oxNa2c/lib/perl5
    /usr/home/cpan/pit/bare/conf/perl-5.20.1/.cpanplus/5.20.1/build/sbbJ1xLKqp/SPVM-Digest-MD5-0.10/blib/lib
    /usr/home/cpan/pit/bare/conf/perl-5.20.1/.cpanplus/5.20.1/build/sbbJ1xLKqp/SPVM-Digest-MD5-0.10/blib/arch
    /usr/home/cpan/pit/bare/perl-5.20.1/lib/site_perl/5.20.1/amd64-freebsd
    /usr/home/cpan/pit/bare/perl-5.20.1/lib/site_perl/5.20.1
    /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1/amd64-freebsd
    /usr/home/cpan/pit/bare/perl-5.20.1/lib/5.20.1
    .