Module-Build v0.42_35 Perl 5 v5.8.9 amd64-freebsd
- Status
- Pass
- From
- David Cantrell (DCANTRELL)
- Dist
-
Module-Build v0.42_35
- Platform
- Perl 5 v5.8.9 amd64-freebsd
- Date
- 2023-05-02 05:59:29
- ID
- 807a83fa-e8ae-11ed-8ca1-77a51aeecdb3
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 Leon Timmermans,
This is a computer-generated report for Module-Build-0.42_35
on perl 5.8.9, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
/home/david/cpantesting/perl-5.8.9/bin/perl Build --makefile_env_macros 1 test
t/00-compile...................ok
t/PL_files.....................ok
t/actions/installdeps..........ok
t/actions/manifest_skip........ok
t/add_property.................ok
t/add_property_array...........ok
t/add_property_hash............ok
t/basic........................ok
t/bundle_inc...................skipped
all skipped: $ENV{MB_TEST_EXPERIMENTAL} is not set
t/compat.......................ok
t/compat/exit..................ok
t/debug........................ok
t/destinations.................ok
8/113 skipped: various reasons
t/ext..........................ok
t/extend.......................ok
t/files........................ok
t/help.........................ok
t/install......................ok
t/install_extra_target.........ok
t/manifypods...................ok
t/manifypods_with_utf8.........blib/lib/Simple/PodWithUtf8.pod:2: Unknown command paragraph "=encoding utf8"
ok
t/metadata.....................ok
t/metadata2....................ok
t/mymeta.......................ok
t/new_from_context.............ok
t/notes........................ok
t/par..........................skipped
all skipped: PAR::Dist 0.17 or up not installed to check .par's.
t/parents......................ok
t/perl_mb_opt..................ok
t/pod_parser...................ok
t/ppm..........................lib/Simple.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:194:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:194:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:239:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:239:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple.c:239:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple.c:239:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
20 warnings generated.
lib/Simple.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:194:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:194:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:239:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:239:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple.c:239:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple.c:239:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
20 warnings generated.
ok
t/properties/dist_suffix.......ok
t/properties/license...........ok
t/properties/module_name.......ok
t/properties/needs_compiler....ok
t/properties/release_status....ok
t/properties/requires..........ok
t/properties/share_dir.........ok
t/resume.......................ok
t/runthrough...................ok
4/29 skipped: various reasons
t/sample.......................ok
t/script_dist..................ok
t/signature....................ok
t/test_file_exts...............ok
t/test_reqs....................ok
t/test_type....................ok
t/test_types...................ok
t/tilde........................ok
t/unit_run_test_harness........ok
t/use_tap_harness..............skipped
all skipped: TAP::Harness 3+ not installed
t/versions.....................ok
t/write_default_maniskip.......ok
t/xs...........................lib/Simple.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:194:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:194:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:239:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:239:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple.c:239:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple.c:239:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
20 warnings generated.
lib/Simple.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:194:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:194:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:239:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:239:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple.c:239:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple.c:239:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
20 warnings generated.
lib/Simple.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:194:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:194:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:239:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:239:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple.c:239:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple.c:239:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
20 warnings generated.
lib/Simple/With/Deep/Name.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple/With/Deep/Name.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple/With/Deep/Name.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple/With/Deep/Name.c:192:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:192:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple/With/Deep/Name.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple/With/Deep/Name.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:192:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple/With/Deep/Name.c:192:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:194:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple/With/Deep/Name.c:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple/With/Deep/Name.c:194:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple/With/Deep/Name.c:212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:212:2: note: '{' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple/With/Deep/Name.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:66: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^
lib/Simple/With/Deep/Name.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/sv.h:1545:68: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^
lib/Simple/With/Deep/Name.c:212:2: note: ')' token is here
PUSHTARG;
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple/With/Deep/Name.c:214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple/With/Deep/Name.c:214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:239:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:239:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple/With/Deep/Name.c:239:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple/With/Deep/Name.c:239:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple/With/Deep/Name.c:253:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple/With/Deep/Name.c:253:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple/With/Deep/Name.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple/With/Deep/Name.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple/With/Deep/Name.c:253:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple/With/Deep/Name.c:253:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
20 warnings generated.
lib/Simple.c:174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:199:5: note: '{' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
lib/Simple.c:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:5: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^
lib/Simple.c:199:5: note: ')' token is here
XS_VERSION_BOOTCHECK;
^~~~~~~~~~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:309:7: note: expanded from macro 'XS_VERSION_BOOTCHECK'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:211:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:211:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:211:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:356:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/Simple.c:211:5: note: '{' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Simple.c:211:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Simple.c:211:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:275:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Simple.c:211:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
lib/Simple.c:211:5: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/XSUB.h:283:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd/CORE/perl.h:357:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
8 warnings generated.
ok
All tests successful, 3 tests and 12 subtests skipped.
Files=53, Tests=1180, 221 wallclock secs (78.12 cusr + 22.69 csys = 100.81 CPU)
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------- -------- --------
CPAN::Meta 2.142060 2.143240
Cwd 0 3.75
Data::Dumper 0 2.183
ExtUtils::CBuilder 0.27 0.280236
ExtUtils::Install 0 2.06
ExtUtils::InstallPaths 0.003 0.012
ExtUtils::Manifest 0 1.70
ExtUtils::Mkbootstrap 0 7.64
ExtUtils::ParseXS 2.21 3.44
File::Basename 0 2.77
File::Compare 0 1.1005
File::Copy 0 2.13
File::Find 0 1.13
File::Path 0 2.18
File::Spec 0.82 3.75
Getopt::Long 0 2.37
Module::Metadata 1.000002 1.000037
perl 5.006001 5.008009
Perl::OSType 1 1.010
! TAP::Harness 3.29 n/a
Text::Abbrev 0 1.01
Text::ParseWords 0 3.27
version 0.87 0.9929
build_requires:
Module Need Have
---------------------- -------- --------
CPAN::Meta::YAML 0.003 0.018
File::Temp 0.15 0.22
Parse::CPAN::Meta 1.4401 1.4414
! TAP::Harness 3.29 n/a
Test::More 0.49 1.302188
configure_requires:
Module Need Have
---------------------- -------- --------
CPAN::Meta 2.142060 2.143240
File::Basename 0 2.77
File::Copy 0 2.13
File::Path 0 2.18
File::Spec 0.82 3.75
Module::Metadata 1.000002 1.000037
Perl::OSType 1 1.010
version 0.87 0.9929
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
NONINTERACTIVE_TESTING = 1
PATH = /home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin:/home/david/.cargo/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/david/bin
PERL = 5.8.9
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 55030
PERL5_CPAN_IS_RUNNING = 55030
PERLBREW_HOME = /home/david/.perlbrew
PERLBREW_MANPATH = /home/david/perl5/perlbrew/perls/perl-5.30.2/man
PERLBREW_PATH = /home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin
PERLBREW_PERL = perl-5.30.2
PERLBREW_ROOT = /home/david/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.89
PERLBREW_VERSION = 0.89
PERLVER = 5.8.9
PERL_INLINE_DIRECTORY = /home/david/.Inline-5.8.9
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 0
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/david/cpantesting/perl-5.8.9/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1001 1001 0
$EGID = 1001 1001 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.94
CPAN::Meta 2.143240
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.64
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.44
File::Spec 3.75
JSON n/a
JSON::PP 4.07
Module::Build n/a
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 2.64
Test::More 1.302188
YAML 1.30
YAML::Syck n/a
version 0.9929
--
Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
Platform:
osname=freebsd, osvers=13.0-release-p7, archname=amd64-freebsd
uname='freebsd cpantesting-freebsd-utm.local 13.0-release-p7 freebsd 13.0-release-p7 #0: mon jan 31 18:24:03 utc 2022 root@amd64-builder.daemonology.net:usrobjusrsrcamd64.amd64sysgeneric amd64 '
config_args='-de -Dprefix=/home/david/cpantesting/perl-5.8.9'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O2',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='FreeBSD Clang 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)', 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 -L/usr/local/lib'
libpth=/usr/lib /usr/local/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'
Characteristics of this binary (from libperl):
Compile-time options: PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT
USE_FAST_STDIO USE_LARGE_FILES USE_PERLIO
Locally applied patches:
Devel::PatchPerl 2.08
Built under freebsd
Compiled at Feb 3 2022 12:51:08
%ENV:
PERL="5.8.9"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="55030"
PERL5_CPAN_IS_RUNNING="55030"
PERLBREW_HOME="/home/david/.perlbrew"
PERLBREW_MANPATH="/home/david/perl5/perlbrew/perls/perl-5.30.2/man"
PERLBREW_PATH="/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin"
PERLBREW_PERL="perl-5.30.2"
PERLBREW_ROOT="/home/david/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.89"
PERLBREW_VERSION="0.89"
PERLVER="5.8.9"
PERL_INLINE_DIRECTORY="/home/david/.Inline-5.8.9"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="0"
@INC:
/home/david/cpantesting/perl-5.8.9/lib/5.8.9/amd64-freebsd
/home/david/cpantesting/perl-5.8.9/lib/5.8.9
/home/david/cpantesting/perl-5.8.9/lib/site_perl/5.8.9/amd64-freebsd
/home/david/cpantesting/perl-5.8.9/lib/site_perl/5.8.9
.