Convert-Binary-C v0.78 Perl 5 v5.14.2 x86_64-linux-thread-multi
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
Convert-Binary-C v0.78
- Platform
- Perl 5 v5.14.2 x86_64-linux-thread-multi
- Date
- 2018-11-23 12:08:43
- ID
- 85630494-ef18-11e8-afbf-aec3b07506ca
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 Marcus Holland-Moritz,
This is a computer-generated report for Convert-Binary-C-0.78
on perl 5.14.2, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
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 -j10 -j10':
Running Mkbootstrap for C ()
"/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/ExtUtils/xsubpp" -typemap '/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/ExtUtils/typemap' -typemap '/tmp/build/Convert-Binary-C-0.78-0/typemap' C.xs > C.xsc
Compiling [cc -O2] ctlib/fileinfo.c
Compiling [cc -O2] util/hash.c
Compiling [cc -O2] util/list.c
Compiling [cc -O2] util/memalloc.c
chmod 644 "C.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- C.bs blib/arch/auto/Convert/Binary/C/C.bs 644
cp lib/Convert/Binary/C/Cached.pm blib/lib/Convert/Binary/C/Cached.pm
cp lib/Convert/Binary/C.pm blib/lib/Convert/Binary/C.pm
"/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl" "-Iblib/arch" "-Iblib/lib" ctlib/arch.pl ctlib/arch.h
util/list.c: In function âÂÂLL_getâÂÂ:
util/list.c:627:20: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
pLink = GetLink( (LinkedList) list, item );
^
Compiling [cc -O2] cbc/basic.c
Compiling [cc -O2] cbc/dimension.c
Compiling [cc -O2] cbc/hook.c
Compiling [cc -O2] cbc/idl.c
Compiling [cc -O2] cbc/init.c
Compiling [cc -O2] cbc/macros.c
Compiling [cc -O2] cbc/member.c
mv C.xsc C.c
Compiling [cc -O2] cbc/object.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
cbc/hook.c: In function âÂÂsingle_hook_derefâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:76:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(hook->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:76:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(hook->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:79:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(hook->arg);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:79:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(hook->arg);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
cbc/hook.c: In function âÂÂsingle_hook_refâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:104:5: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(hook->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:104:5: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(hook->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:107:5: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(hook->arg);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:107:5: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(hook->arg);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
cbc/hook.c: In function âÂÂCBC_single_hook_fillâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/hook.c:201:21: note: in expansion of macro âÂÂnewAVâÂÂ
out = newAV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:211:17: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(*pSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:211:17: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(*pSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:214:19: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(*pSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:214:19: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(*pSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
cbc/hook.c: In function âÂÂCBC_single_hook_updateâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:346:7: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(src->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:346:7: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(src->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:348:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(dst->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:348:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(dst->sub);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:354:7: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(src->arg);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:354:7: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(src->arg);
^~~~~~~~~~~~
Compiling [cc -O2] cbc/option.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:356:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(dst->arg);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:356:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(dst->arg);
^~~~~~~~~~~~
In file included from cbc/hook.c:24:
cbc/hook.c: In function âÂÂCBC_single_hook_callâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/hook.c:493:3: note: in expansion of macro âÂÂPUSHMARKâÂÂ
PUSHMARK(SP);
^~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro âÂÂEXTENDâÂÂ
#define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
^~~~~~
cbc/hook.c:555:7: note: in expansion of macro âÂÂXPUSHsâÂÂ
XPUSHs(sv);
^~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
^~~~~~~~~~
cbc/hook.c:555:7: note: in expansion of macro âÂÂXPUSHsâÂÂ
XPUSHs(sv);
^~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro âÂÂEXTENDâÂÂ
#define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
^~~~~~
cbc/hook.c:563:7: note: in expansion of macro âÂÂXPUSHsâÂÂ
XPUSHs(in);
^~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
^~~~~~~~~~
cbc/hook.c:563:7: note: in expansion of macro âÂÂXPUSHsâÂÂ
XPUSHs(in);
^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:582:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(in);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:582:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(in);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:583:3: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(out);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:583:3: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(out);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
cbc/hook.c: In function âÂÂCBC_get_single_hookâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/hook.c:722:14: note: in expansion of macro âÂÂnewAVâÂÂ
AV *av = newAV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:225:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/hook.c:736:7: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(*pSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:224:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/hook.c:736:7: note: in expansion of macro âÂÂSvREFCNT_incâÂÂ
SvREFCNT_inc(*pSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/hook.c:21:
cbc/hook.c: In function âÂÂCBC_get_hooksâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/hook.c:768:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
Compiling [cc -O2] cbc/pack.c
Compiling [cc -O2] cbc/sourcify.c
In file included from cbc/member.c:24:
cbc/member.c: In function âÂÂget_ams_structâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/member.c:133:11: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(name, len+1);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:292:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:143:7: note: in expansion of macro âÂÂFOLLOW_AND_CHECK_TSPTRâÂÂ
FOLLOW_AND_CHECK_TSPTR(pTS);
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/member.c:145:9: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(name, len);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/member.c:151:5: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(name, len);
^~~~~~~~~
cbc/member.c: In function âÂÂget_ams_typeâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/member.c:201:11: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(name, len+1);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/member.c:217:9: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(name, len);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Got no definition for '%s %s'", \
^~~~
cbc/member.c:234:9: note: in expansion of macro âÂÂWARN_UNDEF_STRUCTâÂÂ
WARN_UNDEF_STRUCT(pStruct);
^~~~~~~~~~~~~~~~~
cbc/member.c: In function âÂÂget_member_string_recâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Got no definition for '%s %s'", \
^~~~
cbc/member.c:427:5: note: in expansion of macro âÂÂWARN_UNDEF_STRUCTâÂÂ
WARN_UNDEF_STRUCT(pStruct);
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:367:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:444:7: note: in expansion of macro âÂÂGMS_HANDLE_PAD_REGIONâÂÂ
GMS_HANDLE_PAD_REGION;
^~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:292:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:460:9: note: in expansion of macro âÂÂFOLLOW_AND_CHECK_TSPTRâÂÂ
FOLLOW_AND_CHECK_TSPTR(pTS);
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:382:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:474:11: note: in expansion of macro âÂÂGMS_HANDLE_BEST_MEMBERâÂÂ
GMS_HANDLE_BEST_MEMBER;
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:367:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:493:13: note: in expansion of macro âÂÂGMS_HANDLE_PAD_REGIONâÂÂ
GMS_HANDLE_PAD_REGION;
^~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:382:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:513:15: note: in expansion of macro âÂÂGMS_HANDLE_BEST_MEMBERâÂÂ
GMS_HANDLE_BEST_MEMBER;
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:367:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:529:5: note: in expansion of macro âÂÂGMS_HANDLE_PAD_REGIONâÂÂ
GMS_HANDLE_PAD_REGION;
^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/member.c:541:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(bestSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/member.c:541:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(bestSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/member.c:544:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(tmpSV);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/member.c:544:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(tmpSV);
^~~~~~~~~~~~
In file included from cbc/member.c:24:
cbc/member.c: In function âÂÂsearch_struct_memberâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:292:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:596:7: note: in expansion of macro âÂÂFOLLOW_AND_CHECK_TSPTRâÂÂ
FOLLOW_AND_CHECK_TSPTR(pTS);
^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/member.c:21:
cbc/member.c: In function âÂÂCBC_get_member_stringâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/member.c:702:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/member.c:702:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
cbc/member.c: In function âÂÂCBC_get_memberâÂÂ:
cbc/member.c:828:13: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
err = "Struct members must start with a character or an underscore";
^
cbc/member.c:832:13: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
err = "Array indices must be constant decimal values";
^
cbc/member.c:843:13: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
err = "Index operator not terminated correctly";
^
cbc/member.c:847:13: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
err = "Incomplete compound member expression";
^
In file included from cbc/member.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:737:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:859:5: note: in expansion of macro âÂÂPROPAGATE_FLAGSâÂÂ
PROPAGATE_FLAGS(pType->tflags);
^~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:727:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:745:11: note: in expansion of macro âÂÂTRUNC_NAMEâÂÂ
TRUNC_NAME; \
^~~~~~~~~~
cbc/member.c:900:13: note: in expansion of macro âÂÂCANNOT_ACCESS_MEMBERâÂÂ
CANNOT_ACCESS_MEMBER("array");
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:743:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:900:13: note: in expansion of macro âÂÂCANNOT_ACCESS_MEMBERâÂÂ
CANNOT_ACCESS_MEMBER("array");
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:727:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:745:11: note: in expansion of macro âÂÂTRUNC_NAMEâÂÂ
TRUNC_NAME; \
^~~~~~~~~~
cbc/member.c:902:13: note: in expansion of macro âÂÂCANNOT_ACCESS_MEMBERâÂÂ
CANNOT_ACCESS_MEMBER("pointer");
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:743:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:902:13: note: in expansion of macro âÂÂCANNOT_ACCESS_MEMBERâÂÂ
CANNOT_ACCESS_MEMBER("pointer");
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:737:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:906:13: note: in expansion of macro âÂÂPROPAGATE_FLAGSâÂÂ
PROPAGATE_FLAGS(pStruct->tflags);
^~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:727:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:745:11: note: in expansion of macro âÂÂTRUNC_NAMEâÂÂ
TRUNC_NAME; \
^~~~~~~~~~
cbc/member.c:909:13: note: in expansion of macro âÂÂCANNOT_ACCESS_MEMBERâÂÂ
CANNOT_ACCESS_MEMBER("non-compound");
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:743:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:909:13: note: in expansion of macro âÂÂCANNOT_ACCESS_MEMBERâÂÂ
CANNOT_ACCESS_MEMBER("non-compound");
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:727:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:916:13: note: in expansion of macro âÂÂTRUNC_NAMEâÂÂ
TRUNC_NAME;
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:727:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:940:15: note: in expansion of macro âÂÂTRUNC_NAMEâÂÂ
TRUNC_NAME;
^~~~~~~~~~
cbc/member.c:945:19: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
err = "Cannot use type as an array";
^
In file included from cbc/member.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/member.c:727:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/member.c:958:15: note: in expansion of macro âÂÂTRUNC_NAMEâÂÂ
TRUNC_NAME;
^~~~~~~~~~
cbc/member.c:1041:15: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
err = "Cannot use offset in compound member expression";
^
In file included from cbc/init.c:24:
cbc/init.c: In function âÂÂget_init_str_structâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/init.c:120:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be a hash reference", idl_to_str(aTHX_ idl)));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:39:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:54:11: note: in expansion of macro âÂÂINDENTâÂÂ
INDENT; \
^~~~~~
cbc/init.c:123:3: note: in expansion of macro âÂÂENTER_LEVELâÂÂ
ENTER_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:53:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:123:3: note: in expansion of macro âÂÂENTER_LEVELâÂÂ
ENTER_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/init.c:124:3: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(idl, ID);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:124:3: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(idl, ID);
^~~~~~~~~~~
In file included from cbc/dimension.c:26:
cbc/dimension.c: In function âÂÂsv_to_dimensionâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/init.c:146:11: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*e);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/dimension.c:235:3: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(sv);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:45:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:149:9: note: in expansion of macro âÂÂAPPEND_COMMAâÂÂ
APPEND_COMMA;
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:292:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:162:7: note: in expansion of macro âÂÂFOLLOW_AND_CHECK_TSPTRâÂÂ
FOLLOW_AND_CHECK_TSPTR(pTS);
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:45:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:163:7: note: in expansion of macro âÂÂAPPEND_COMMAâÂÂ
APPEND_COMMA;
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/dimension.c:251:3: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Cannot use %s%s as dimension", identify_sv(sv), SvPV_nolen(warning)));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:70:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:164:7: note: in expansion of macro âÂÂIDLIST_POPâÂÂ
IDLIST_POP(idl);
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/dimension.c:253:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(warning);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/dimension.c:253:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(warning);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/init.c:167:7: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(idl, ID);
^~~~~~~~~~~
In file included from cbc/dimension.c:21:
cbc/dimension.c: In function âÂÂdimension_from_memberâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:167:7: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(idl, ID);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:70:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:176:3: note: in expansion of macro âÂÂIDLIST_POPâÂÂ
IDLIST_POP(idl);
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/dimension.c:280:3: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:39:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:61:11: note: in expansion of macro âÂÂINDENTâÂÂ
INDENT; \
^~~~~~
cbc/init.c:177:3: note: in expansion of macro âÂÂLEAVE_LEVELâÂÂ
LEAVE_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:59:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:177:3: note: in expansion of macro âÂÂLEAVE_LEVELâÂÂ
LEAVE_LEVEL;
^~~~~~~~~~~
In file included from cbc/dimension.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/dimension.c:287:5: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Missing parent to look up '%s'", member));
^~~~
cbc/init.c: In function âÂÂget_init_str_typeâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/dimension.c:295:3: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/init.c:216:9: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be an array reference",
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:39:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:54:11: note: in expansion of macro âÂÂINDENTâÂÂ
INDENT; \
^~~~~~
cbc/init.c:220:5: note: in expansion of macro âÂÂENTER_LEVELâÂÂ
ENTER_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:53:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:220:5: note: in expansion of macro âÂÂENTER_LEVELâÂÂ
ENTER_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/dimension.c:332:17: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Expected a hash reference to look up member '%s'"
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/init.c:221:5: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(idl, IX);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:221:5: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(idl, IX);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/dimension.c:342:15: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*psv);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/init.c:228:9: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*e);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/dimension.c:347:15: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Cannot find member '%s' in hash (in '%s')", name, member));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:45:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:231:7: note: in expansion of macro âÂÂAPPEND_COMMAâÂÂ
APPEND_COMMA;
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:70:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:237:5: note: in expansion of macro âÂÂIDLIST_POPâÂÂ
IDLIST_POP(idl);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/dimension.c:370:15: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Expected an array reference to look up index '%ld'"
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:39:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:61:11: note: in expansion of macro âÂÂINDENTâÂÂ
INDENT; \
^~~~~~
cbc/init.c:238:5: note: in expansion of macro âÂÂLEAVE_LEVELâÂÂ
LEAVE_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:59:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:238:5: note: in expansion of macro âÂÂLEAVE_LEVELâÂÂ
LEAVE_LEVEL;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/dimension.c:379:15: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Cannot lookup index '%ld' in array of size"
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/dimension.c:392:13: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*psv);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Got no definition for '%s %s'", \
^~~~
cbc/init.c:253:9: note: in expansion of macro âÂÂWARN_UNDEF_STRUCTâÂÂ
WARN_UNDEF_STRUCT(pStruct);
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/init.c:39:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:259:7: note: in expansion of macro âÂÂINDENTâÂÂ
INDENT;
^~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/dimension.c:404:3: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/init.c:263:11: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be a scalar value", idl_to_str(aTHX_ idl)));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/dimension.c:410:5: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
cbc/init.c: In function âÂÂCBC_get_initializer_stringâÂÂ:
In file included from cbc/dimension.c:21:
cbc/dimension.c: In function âÂÂdimension_from_hookâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:43:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:296:3: note: in expansion of macro âÂÂIDLIST_INITâÂÂ
IDLIST_INIT(&idl);
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/dimension.c:442:3: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/init.c:297:3: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(&idl, ID);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:297:3: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(&idl, ID);
^~~~~~~~~~~
In file included from cbc/dimension.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/dimension.c:453:3: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:51:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/init.c:302:3: note: in expansion of macro âÂÂIDLIST_FREEâÂÂ
IDLIST_FREE(&idl);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/dimension.c:457:3: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/dimension.c:464:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(in);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/dimension.c:464:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(in);
^~~~~~~~~~~~
In file included from cbc/dimension.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/dimension.c:467:5: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/dimension.c:474:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/dimension.c:474:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
Compiling [cc -O2] cbc/tag.c
In file included from cbc/option.c:24:
cbc/option.c: In function âÂÂdisabled_keywordsâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/option.c:262:13: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*pSV);
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/option.c:294:14: note: in expansion of macro âÂÂnewAVâÂÂ
AV *av = newAV();
^~~~~
In file included from cbc/option.c:24:
cbc/option.c: In function âÂÂkeyword_mapâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:327:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:361:13: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Cannot use empty string as a keyword"));
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:327:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:367:13: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Cannot use '%s' as a keyword", key));
^~~~~~~~~~
In file included from cbc/pack.c:26:
cbc/pack.c: In function âÂÂstore_float_svâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:327:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:378:15: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Cannot use a reference as a keyword"));
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:327:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:383:15: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Cannot use '%s' as a keyword", map));
^~~~~~~~~~
cbc/option.c:387:27: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
(CKeywordToken *) pTok);
^
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:292:5: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Unsupported floating point type '%s' in pack", SvPV_nolen(str)));
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:293:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(str);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/option.c:406:14: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:293:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(str);
^~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:248:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:300:5: note: in expansion of macro âÂÂSTORE_FLOATâÂÂ
STORE_FLOAT(float);
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/option.c:418:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(val);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:248:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:302:5: note: in expansion of macro âÂÂSTORE_FLOATâÂÂ
STORE_FLOAT(double);
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/option.c:418:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(val);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:248:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:305:5: note: in expansion of macro âÂÂSTORE_FLOATâÂÂ
STORE_FLOAT(long double);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:308:5: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Cannot pack %d byte floating point values", size));
^~~~
cbc/pack.c: In function âÂÂfetch_float_svâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:405:5: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Unsupported floating point type '%s' in unpack", SvPV_nolen(str)));
^~~~
In file included from cbc/option.c:24:
cbc/option.c: In function âÂÂbitfields_optionâÂÂ:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:406:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(str);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:445:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:506:13: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Invalid option '%s' for bitfield layout engine '%s'",
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:406:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(str);
^~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:359:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:413:5: note: in expansion of macro âÂÂFETCH_FLOATâÂÂ
FETCH_FLOAT(float);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:359:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:415:5: note: in expansion of macro âÂÂFETCH_FLOATâÂÂ
FETCH_FLOAT(double);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:445:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:546:13: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Invalid value '%s' for option '%s'",
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:359:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:418:5: note: in expansion of macro âÂÂFETCH_FLOATâÂÂ
FETCH_FLOAT(long double);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:421:5: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Cannot unpack %d byte floating point values", size));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:445:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:557:15: note: in expansion of macro âÂÂFAIL_CLEANâÂÂ
FAIL_CLEAN((aTHX_ "Invalid value '%s' for option '%s'",
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/option.c:585:14: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/option.c:589:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/option.c:589:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/option.c:629:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/option.c:629:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
cbc/pack.c: In function âÂÂpack_pointerâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:735:3: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:735:3: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
cbc/pack.c: In function âÂÂpack_structâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:104:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:782:5: note: in expansion of macro âÂÂSET_BYTEORDERâÂÂ
SET_BYTEORDER(pStruct->tags);
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/pack.c:92:30: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
#define IDLP_PUSH(what) IDLIST_PUSH(&(PACK->idl), what)
^~~~~~~~~~~
cbc/pack.c:796:7: note: in expansion of macro âÂÂIDLP_PUSHâÂÂ
IDLP_PUSH(ID);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:92:30: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
#define IDLP_PUSH(what) IDLIST_PUSH(&(PACK->idl), what)
^~~~~~~~~~~
cbc/pack.c:796:7: note: in expansion of macro âÂÂIDLP_PUSHâÂÂ
IDLP_PUSH(ID);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/pack.c:817:17: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*e);
^~~~~~~~~~
In file included from cbc/option.c:24:
cbc/option.c: In function âÂÂCBC_handle_string_listâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/option.c:699:13: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*pSV);
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/option.c:716:14: note: in expansion of macro âÂÂnewAVâÂÂ
AV *av = newAV();
^~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:292:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:846:11: note: in expansion of macro âÂÂFOLLOW_AND_CHECK_TSPTRâÂÂ
FOLLOW_AND_CHECK_TSPTR(pTS);
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:70:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:93:30: note: in expansion of macro âÂÂIDLIST_POPâÂÂ
#define IDLP_POP IDLIST_POP(&(PACK->idl))
^~~~~~~~~~
cbc/pack.c:848:11: note: in expansion of macro âÂÂIDLP_POPâÂÂ
IDLP_POP;
^~~~~~~~
In file included from cbc/option.c:24:
cbc/option.c: In function âÂÂCBC_handle_optionâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/pack.c:92:30: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
#define IDLP_PUSH(what) IDLIST_PUSH(&(PACK->idl), what)
^~~~~~~~~~~
cbc/pack.c:855:11: note: in expansion of macro âÂÂIDLP_PUSHâÂÂ
IDLP_PUSH(ID);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:793:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:895:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(OrderMembers, order_members, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:92:30: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
#define IDLP_PUSH(what) IDLIST_PUSH(&(PACK->idl), what)
^~~~~~~~~~~
cbc/pack.c:855:11: note: in expansion of macro âÂÂIDLP_PUSHâÂÂ
IDLP_PUSH(ID);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:794:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:895:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(OrderMembers, order_members, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:70:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:93:30: note: in expansion of macro âÂÂIDLIST_POPâÂÂ
#define IDLP_POP IDLIST_POP(&(PACK->idl))
^~~~~~~~~~
cbc/pack.c:859:7: note: in expansion of macro âÂÂIDLP_POPâÂÂ
IDLP_POP;
^~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:862:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be a hash reference",
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:803:17: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:895:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(OrderMembers, order_members, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:793:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:897:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(Warnings, cfg.issue_warnings, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:794:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:897:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(Warnings, cfg.issue_warnings, 0, 0)
^~~~~~~~~~~
cbc/pack.c: In function âÂÂpack_enumâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:104:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:909:5: note: in expansion of macro âÂÂSET_BYTEORDERâÂÂ
SET_BYTEORDER(pEnumSpec->tags);
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:803:17: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:897:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(Warnings, cfg.issue_warnings, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:914:3: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:793:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:898:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasCPPComments, cfg.has_cpp_comments, 0, 1)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:794:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:898:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasCPPComments, cfg.has_cpp_comments, 0, 1)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:914:3: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:803:17: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:898:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasCPPComments, cfg.has_cpp_comments, 0, 1)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:936:13: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Enumerator value '%s' is unsafe", str));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:793:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:899:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasMacroVAARGS, cfg.has_macro_vaargs, 0, 1)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:794:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:899:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasMacroVAARGS, cfg.has_macro_vaargs, 0, 1)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:803:17: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:899:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasMacroVAARGS, cfg.has_macro_vaargs, 0, 1)
^~~~~~~~~~~
cbc/pack.c: In function âÂÂpack_basicâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:991:3: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:793:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:900:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedChars, cfg.unsigned_chars, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:794:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:900:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedChars, cfg.unsigned_chars, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:991:3: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:803:17: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:900:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedChars, cfg.unsigned_chars, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:793:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:901:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedBitfields, cfg.unsigned_bitfields, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:794:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:901:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedBitfields, cfg.unsigned_bitfields, 0, 0)
^~~~~~~~~~~
cbc/pack.c: In function âÂÂpack_formatâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:1034:5: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:803:17: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:901:5: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedBitfields, cfg.unsigned_bitfields, 0, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1034:5: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:903:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:903:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:903:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:903:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:1056:7: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "incomplete array type");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:904:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:904:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1056:7: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "incomplete array type");
^~~~~~~~~~~
cbc/pack.c:1063:28: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
unsigned char *src = (unsigned char *)p;
^
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:904:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:904:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:905:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:905:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size, 1, 0)
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1089:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Source string \"%s\" is longer (%u byte%s) than '%s'"
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:905:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:905:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:906:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:906:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size, 1, 0)
^~~~~~~~~~~
cbc/pack.c: In function âÂÂpack_typeâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:104:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1166:5: note: in expansion of macro âÂÂSET_BYTEORDERâÂÂ
SET_BYTEORDER(pDecl->tags);
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:906:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:906:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:907:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:907:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:907:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:907:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:1195:9: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(s*size, "dimension tag");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:908:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:908:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1195:9: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(s*size, "dimension tag");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:908:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:908:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:1201:9: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(s*size, "incomplete array type");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:909:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1201:9: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(s*size, "incomplete array type");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:909:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:909:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/pack.c:92:30: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
#define IDLP_PUSH(what) IDLIST_PUSH(&(PACK->idl), what)
^~~~~~~~~~~
cbc/pack.c:1206:7: note: in expansion of macro âÂÂIDLP_PUSHâÂÂ
IDLP_PUSH(IX);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:909:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:92:30: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
#define IDLP_PUSH(what) IDLIST_PUSH(&(PACK->idl), what)
^~~~~~~~~~~
cbc/pack.c:1206:7: note: in expansion of macro âÂÂIDLP_PUSHâÂÂ
IDLP_PUSH(IX);
^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:910:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:910:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1937:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvGETMAGIC(x) STMT_START { if (SvGMAGICAL(x)) mg_get(x); } STMT_END
^~~~~~~~~~
cbc/pack.c:1216:11: note: in expansion of macro âÂÂSvGETMAGICâÂÂ
SvGETMAGIC(*e);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:910:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:70:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:93:30: note: in expansion of macro âÂÂIDLIST_POPâÂÂ
#define IDLP_POP IDLIST_POP(&(PACK->idl))
^~~~~~~~~~
cbc/pack.c:1226:7: note: in expansion of macro âÂÂIDLP_POPâÂÂ
IDLP_POP;
^~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:910:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:911:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1231:9: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be an array reference",
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:911:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:911:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:911:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1222:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { assert(SvTYPE(sv) >= SVt_PV); \
^~~~~~~~~~
cbc/pack.c:82:15: note: in expansion of macro âÂÂSvCUR_setâÂÂ
SvCUR_set(PACK->bufsv, _required_); \
^~~~~~~~~
cbc/pack.c:1238:7: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:912:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:75:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1238:7: note: in expansion of macro âÂÂGROW_BUFFERâÂÂ
GROW_BUFFER(size, "insufficient space");
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:912:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:912:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1246:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be a scalar value",
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:912:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:913:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:913:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:913:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:913:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment, 1, 0)
^~~~~~~~~~~
cbc/member.c: In function âÂÂget_ams_struct.isra.0âÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:812:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:914:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment, 1, 0)
^~~~~~~~~~~
cbc/member.c:133:30: warning: âÂÂlenâ may be used uninitialized in this function [-Wmaybe-uninitialized]
SvCUR_set(name, len+1);
^
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:813:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:914:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Got no definition for '%s %s'", \
^~~~
cbc/pack.c:1263:7: note: in expansion of macro âÂÂWARN_UNDEF_STRUCTâÂÂ
WARN_UNDEF_STRUCT(pStruct);
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:914:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:820:17: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(config, val); \
^~~~~~~~~~
cbc/option.c:914:5: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment, 1, 0)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1270:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "'%s' should be a scalar value",
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:828:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:916:5: note: in expansion of macro âÂÂTRISTATE_FLAG_OPTIONâÂÂ
TRISTATE_FLAG_OPTION(HostedC, cfg.has_std_c_hosted, cfg.is_std_c_hosted, 0, 1)
^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:829:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:916:5: note: in expansion of macro âÂÂTRISTATE_FLAG_OPTIONâÂÂ
TRISTATE_FLAG_OPTION(HostedC, cfg.has_std_c_hosted, cfg.is_std_c_hosted, 0, 1)
^~~~~~~~~~~~~~~~~~~~
cbc/pack.c: In function âÂÂunpack_pointerâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:66:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1308:3: note: in expansion of macro âÂÂCHECK_BUFFERâÂÂ
CHECK_BUFFER(size);
^~~~~~~~~~~~
In file included from cbc/pack.c:21:
cbc/pack.c: In function âÂÂunpack_structâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:846:15: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(changed); \
^~~~~~~~~~
cbc/option.c:916:5: note: in expansion of macro âÂÂTRISTATE_FLAG_OPTIONâÂÂ
TRISTATE_FLAG_OPTION(HostedC, cfg.has_std_c_hosted, cfg.is_std_c_hosted, 0, 1)
^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/pack.c:1339:3: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:854:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:918:5: note: in expansion of macro âÂÂTRISTATE_INT_OPTIONâÂÂ
TRISTATE_INT_OPTION(StdCVersion, cfg.has_std_c, cfg.std_c_version, 0, 1)
^~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:855:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:918:5: note: in expansion of macro âÂÂTRISTATE_INT_OPTIONâÂÂ
TRISTATE_INT_OPTION(StdCVersion, cfg.has_std_c, cfg.std_c_version, 0, 1)
^~~~~~~~~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:104:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1357:5: note: in expansion of macro âÂÂSET_BYTEORDERâÂÂ
SET_BYTEORDER(pStruct->tags);
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/pack.c:1363:54: note: in expansion of macro âÂÂnewHVâÂÂ
h = ordered ? newHV_indexed(aTHX_ PACK->THIS) : newHV();
^~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:872:15: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(changed); \
^~~~~~~~~~
cbc/option.c:918:5: note: in expansion of macro âÂÂTRISTATE_INT_OPTIONâÂÂ
TRISTATE_INT_OPTION(StdCVersion, cfg.has_std_c, cfg.std_c_version, 0, 1)
^~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:880:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:920:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Include, cfg.includes, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:881:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:920:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Include, cfg.includes, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:883:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(sv_val != NULL); \
^~~~~~~~~~
cbc/option.c:920:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Include, cfg.includes, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:880:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:921:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Define, cfg.defines, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:881:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:921:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Define, cfg.defines, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:883:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(sv_val != NULL); \
^~~~~~~~~~
cbc/option.c:921:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Define, cfg.defines, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:880:13: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(layout); \
^~~~~~~~~~~~~~
cbc/option.c:922:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Assert, cfg.assertions, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:769:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:881:13: note: in expansion of macro âÂÂIMPACTS_PREPROCâÂÂ
IMPACTS_PREPROC(pp); \
^~~~~~~~~~~~~~~
cbc/option.c:922:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Assert, cfg.assertions, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:883:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(sv_val != NULL); \
^~~~~~~~~~
cbc/option.c:922:5: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Assert, cfg.assertions, 0, 1)
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:925:7: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(0);
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:928:7: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(sv_val != NULL);
^~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/pack.c:1367:3: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:932:7: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(0);
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:934:7: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(sv_val != NULL);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:938:7: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(1);
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1387:15: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Member '%s' used more than once in %s%s%s defined in %s(%ld)",
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:942:9: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(cfg.layout.byte_order, pOpt->value);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:942:9: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(cfg.layout.byte_order, pOpt->value);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1938:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
cbc/pack.c:1420:17: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
SvSETMAGIC(value);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:953:7: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(0);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1423:17: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(value);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:787:13: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(1); \
^~~~~~~~~~
cbc/option.c:957:9: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(enumType, pOpt->value);
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1423:17: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(value);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:783:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:957:9: note: in expansion of macro âÂÂUPDATE_OPTâÂÂ
UPDATE_OPT(enumType, pOpt->value);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:763:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:967:7: note: in expansion of macro âÂÂIMPACTS_LAYOUTâÂÂ
IMPACTS_LAYOUT(1);
^~~~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:292:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1432:9: note: in expansion of macro âÂÂFOLLOW_AND_CHECK_TSPTRâÂÂ
FOLLOW_AND_CHECK_TSPTR(pTS);
^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/option.c:757:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:969:7: note: in expansion of macro âÂÂDID_CHANGEâÂÂ
DID_CHANGE(sv_val != NULL);
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/pack.c:1441:3: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
cbc/option.c: In function âÂÂCBC_get_configurationâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/option.c:1038:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1450:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec((SV *) h);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1450:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec((SV *) h);
^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1041:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(OrderMembers, order_members )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1041:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(OrderMembers, order_members )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/pack.c:1453:5: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1041:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(OrderMembers, order_members )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1043:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(Warnings, cfg.issue_warnings )
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/pack.c:1465:5: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1043:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(Warnings, cfg.issue_warnings )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1043:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(Warnings, cfg.issue_warnings )
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/pack.c:1470:5: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
cbc/dimension.c: In function âÂÂdimension_from_memberâÂÂ:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1044:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasCPPComments, cfg.has_cpp_comments )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1475:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
cbc/dimension.c:278:7: warning: variable âÂÂsuccessâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
int success = 1;
^~~~~~~
cbc/dimension.c:279:7: warning: variable âÂÂsvâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
SV *sv = NULL;
^~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1475:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1044:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasCPPComments, cfg.has_cpp_comments )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1044:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasCPPComments, cfg.has_cpp_comments )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/pack.c:1476:7: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1045:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasMacroVAARGS, cfg.has_macro_vaargs )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1045:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasMacroVAARGS, cfg.has_macro_vaargs )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1045:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(HasMacroVAARGS, cfg.has_macro_vaargs )
^~~~~~~~~~~
cbc/pack.c: In function âÂÂunpack_enumâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:104:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1525:5: note: in expansion of macro âÂÂSET_BYTEORDERâÂÂ
SET_BYTEORDER(pEnumSpec->tags);
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1046:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedChars, cfg.unsigned_chars )
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:66:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1528:3: note: in expansion of macro âÂÂCHECK_BUFFERâÂÂ
CHECK_BUFFER(size);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1046:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedChars, cfg.unsigned_chars )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1046:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedChars, cfg.unsigned_chars )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1047:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedBitfields, cfg.unsigned_bitfields)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1563:9: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Enumeration '%s' contains unsafe values",
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1047:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedBitfields, cfg.unsigned_bitfields)
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1014:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1047:3: note: in expansion of macro âÂÂFLAG_OPTIONâÂÂ
FLAG_OPTION(UnsignedBitfields, cfg.unsigned_bitfields)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/pack.c:1566:9: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Enumeration contains unsafe values"));
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1049:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:726:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
#define assert_not_glob(sv) ({assert(!isGV_with_GP(sv));}),
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:755:24: note: in expansion of macro âÂÂassert_not_globâÂÂ
#define SvIOK_on(sv) (assert_not_glob(sv) SvRELEASE_IVX_(sv) \
^~~~~~~~~~~~~~~
cbc/pack.c:1577:9: note: in expansion of macro âÂÂSvIOK_onâÂÂ
SvIOK_on(sv);
^~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1049:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1049:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(PointerSize, cfg.layout.ptr_size )
^~~~~~~~~~~
In file included from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/pack.c:1599:5: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1050:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/pack.c:1602:5: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1050:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1050:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(EnumSize, cfg.layout.enum_size )
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/pack.c:1607:5: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1051:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1612:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1051:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1612:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1051:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(IntSize, cfg.layout.int_size )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/pack.c:1613:7: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1052:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1052:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size )
^~~~~~~~~~~
cbc/pack.c: In function âÂÂunpack_basicâÂÂ:
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1052:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CharSize, cfg.layout.char_size )
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:66:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1648:3: note: in expansion of macro âÂÂCHECK_BUFFERâÂÂ
CHECK_BUFFER(size);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1053:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1053:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1053:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(ShortSize, cfg.layout.short_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1054:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1054:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1054:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongSize, cfg.layout.long_size )
^~~~~~~~~~~
cbc/pack.c: In function âÂÂunpack_typeâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/pack.c:104:11: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:1777:5: note: in expansion of macro âÂÂSET_BYTEORDERâÂÂ
SET_BYTEORDER(pDecl->tags);
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1055:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/pack.c:1784:13: note: in expansion of macro âÂÂnewAVâÂÂ
AV *a = newAV();
^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1055:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size )
^~~~~~~~~~~
In file included from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/pack.c:1789:5: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1055:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongLongSize, cfg.layout.long_long_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1056:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/pack.c:1795:5: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1056:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1056:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(FloatSize, cfg.layout.float_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1057:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1057:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1057:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(DoubleSize, cfg.layout.double_size )
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/pack.c:1834:5: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1839:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec((SV *) a);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1058:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size )
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1839:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec((SV *) a);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1058:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1058:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(LongDoubleSize, cfg.layout.long_double_size )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/pack.c:1840:7: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1059:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment )
^~~~~~~~~~~
In file included from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/pack.c:1847:5: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1059:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment )
^~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1059:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(Alignment, cfg.layout.alignment )
^~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/pack.c:1854:5: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1060:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment)
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1060:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment)
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/pack.c:1858:5: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1022:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1060:3: note: in expansion of macro âÂÂIVAL_OPTIONâÂÂ
IVAL_OPTION(CompoundAlignment, cfg.layout.compound_alignment)
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1863:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(rv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1863:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(rv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1026:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1062:3: note: in expansion of macro âÂÂTRISTATE_FLAG_OPTIONâÂÂ
TRISTATE_FLAG_OPTION(HostedC, cfg.has_std_c_hosted, cfg.is_std_c_hosted)
^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1026:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1062:3: note: in expansion of macro âÂÂTRISTATE_FLAG_OPTIONâÂÂ
TRISTATE_FLAG_OPTION(HostedC, cfg.has_std_c_hosted, cfg.is_std_c_hosted)
^~~~~~~~~~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/pack.c:1864:7: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1026:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1062:3: note: in expansion of macro âÂÂTRISTATE_FLAG_OPTIONâÂÂ
TRISTATE_FLAG_OPTION(HostedC, cfg.has_std_c_hosted, cfg.is_std_c_hosted)
^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1030:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1064:3: note: in expansion of macro âÂÂTRISTATE_INT_OPTIONâÂÂ
TRISTATE_INT_OPTION(StdCVersion, cfg.has_std_c, cfg.std_c_version)
^~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "Got no definition for '%s %s'", \
^~~~
cbc/pack.c:1880:7: note: in expansion of macro âÂÂWARN_UNDEF_STRUCTâÂÂ
WARN_UNDEF_STRUCT(pStruct);
^~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1030:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1064:3: note: in expansion of macro âÂÂTRISTATE_INT_OPTIONâÂÂ
TRISTATE_INT_OPTION(StdCVersion, cfg.has_std_c, cfg.std_c_version)
^~~~~~~~~~~~~~~~~~~
In file included from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/pack.c:1904:5: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1030:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1064:3: note: in expansion of macro âÂÂTRISTATE_INT_OPTIONâÂÂ
TRISTATE_INT_OPTION(StdCVersion, cfg.has_std_c, cfg.std_c_version)
^~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1066:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Include, cfg.includes )
^~~~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/pack.c:1909:5: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1066:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Include, cfg.includes )
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1066:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Include, cfg.includes )
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/pack.c:1914:5: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
XCPT_TRY_END
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1919:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(rv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1067:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Define, cfg.defines )
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/pack.c:1919:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(rv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1067:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Define, cfg.defines )
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1067:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Define, cfg.defines )
^~~~~~~~~~~~~~
In file included from cbc/pack.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/pack.c:1920:7: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1068:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Assert, cfg.assertions )
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1068:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Assert, cfg.assertions )
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1068:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(Assert, cfg.assertions )
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1069:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(DisabledKeywords, cfg.disabled_keywords)
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1069:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(DisabledKeywords, cfg.disabled_keywords)
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1018:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1069:3: note: in expansion of macro âÂÂSTRLIST_OPTIONâÂÂ
STRLIST_OPTION(DisabledKeywords, cfg.disabled_keywords)
^~~~~~~~~~~~~~
cbc/pack.c: In function âÂÂCBC_pk_set_typeâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:43:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:2035:3: note: in expansion of macro âÂÂIDLIST_INITâÂÂ
IDLIST_INIT(&hdl->idl);
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1072:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "KeywordMap", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1072:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "KeywordMap", sv);
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1072:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "KeywordMap", sv);
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:32:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro âÂÂIDLIST_GROWâÂÂ
IDLIST_GROW(idl, (idl)->count+1); \
^~~~~~~~~~~
cbc/pack.c:2036:3: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(&hdl->idl, ID);
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:57:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:2036:3: note: in expansion of macro âÂÂIDLIST_PUSHâÂÂ
IDLIST_PUSH(&hdl->idl, ID);
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1034:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1074:3: note: in expansion of macro âÂÂSTRING_OPTIONâÂÂ
STRING_OPTION(ByteOrder, THIS->cfg.layout.byte_order)
^~~~~~~~~~~~~
cbc/pack.c: In function âÂÂCBC_pk_deleteâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/idl.h:51:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/pack.c:2105:3: note: in expansion of macro âÂÂIDLIST_FREEâÂÂ
IDLIST_FREE(&hdl->idl);
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1034:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1074:3: note: in expansion of macro âÂÂSTRING_OPTIONâÂÂ
STRING_OPTION(ByteOrder, THIS->cfg.layout.byte_order)
^~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1034:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1074:3: note: in expansion of macro âÂÂSTRING_OPTIONâÂÂ
STRING_OPTION(ByteOrder, THIS->cfg.layout.byte_order)
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1034:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1075:3: note: in expansion of macro âÂÂSTRING_OPTIONâÂÂ
STRING_OPTION(EnumType, THIS->enumType)
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1034:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1075:3: note: in expansion of macro âÂÂSTRING_OPTIONâÂÂ
STRING_OPTION(EnumType, THIS->enumType)
^~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1034:11: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, #name, sv);
^~~~~~~~~~~~~~
cbc/option.c:1075:3: note: in expansion of macro âÂÂSTRING_OPTIONâÂÂ
STRING_OPTION(EnumType, THIS->enumType)
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1078:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "Bitfields", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1078:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "Bitfields", sv);
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1078:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "Bitfields", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
cbc/option.c: In function âÂÂCBC_get_native_propertyâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/option.c:1131:13: note: in expansion of macro âÂÂnewHVâÂÂ
HV *h = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1133:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "PointerSize", newSViv(CTLIB_POINTER_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1133:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "PointerSize", newSViv(CTLIB_POINTER_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1133:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "PointerSize", newSViv(CTLIB_POINTER_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1134:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "IntSize", newSViv(CTLIB_int_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1134:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "IntSize", newSViv(CTLIB_int_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1134:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "IntSize", newSViv(CTLIB_int_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1135:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "CharSize", newSViv(CTLIB_char_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1135:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "CharSize", newSViv(CTLIB_char_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1135:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "CharSize", newSViv(CTLIB_char_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1136:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "ShortSize", newSViv(CTLIB_short_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1136:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "ShortSize", newSViv(CTLIB_short_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1136:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "ShortSize", newSViv(CTLIB_short_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1137:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongSize", newSViv(CTLIB_long_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1137:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongSize", newSViv(CTLIB_long_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1137:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongSize", newSViv(CTLIB_long_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1138:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongLongSize", newSViv(CTLIB_long_long_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1138:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongLongSize", newSViv(CTLIB_long_long_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1138:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongLongSize", newSViv(CTLIB_long_long_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1139:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "FloatSize", newSViv(CTLIB_float_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1139:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "FloatSize", newSViv(CTLIB_float_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1139:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "FloatSize", newSViv(CTLIB_float_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1140:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "DoubleSize", newSViv(CTLIB_double_SIZE));
^~~~~~~~~~~~~~
cbc/member.c: In function âÂÂget_ams_typeâÂÂ:
cbc/member.c:201:30: warning: âÂÂlenâ may be used uninitialized in this function [-Wmaybe-uninitialized]
SvCUR_set(name, len+1);
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1140:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "DoubleSize", newSViv(CTLIB_double_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1140:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "DoubleSize", newSViv(CTLIB_double_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1141:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongDoubleSize", newSViv(CTLIB_long_double_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1141:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongDoubleSize", newSViv(CTLIB_long_double_SIZE));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1141:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "LongDoubleSize", newSViv(CTLIB_long_double_SIZE));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1142:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "Alignment", newSViv(CTLIB_ALIGNMENT));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1142:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "Alignment", newSViv(CTLIB_ALIGNMENT));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1142:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "Alignment", newSViv(CTLIB_ALIGNMENT));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1143:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "CompoundAlignment", newSViv(CTLIB_COMPOUND_ALIGNMENT));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1143:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "CompoundAlignment", newSViv(CTLIB_COMPOUND_ALIGNMENT));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1143:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "CompoundAlignment", newSViv(CTLIB_COMPOUND_ALIGNMENT));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1144:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "EnumSize", newSViv(get_native_enum_size()));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1144:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "EnumSize", newSViv(get_native_enum_size()));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1144:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "EnumSize", newSViv(get_native_enum_size()));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1145:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "ByteOrder", newSVpv(native_byteorder, 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1145:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "ByteOrder", newSVpv(native_byteorder, 0));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1145:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "ByteOrder", newSVpv(native_byteorder, 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1146:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "UnsignedChars", newSViv(get_native_unsigned_chars()));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1146:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "UnsignedChars", newSViv(get_native_unsigned_chars()));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1146:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "UnsignedChars", newSViv(get_native_unsigned_chars()));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1147:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "UnsignedBitfields", newSViv(get_native_unsigned_bitfields()));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1147:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "UnsignedBitfields", newSViv(get_native_unsigned_bitfields()));
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1147:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "UnsignedBitfields", newSViv(get_native_unsigned_bitfields()));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1148:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "StdCVersion", STD_C_NATIVE);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1148:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "StdCVersion", STD_C_NATIVE);
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1148:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "StdCVersion", STD_C_NATIVE);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1149:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "HostedC", HOSTED_C_NATIVE);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/option.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/option.c:1149:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "HostedC", HOSTED_C_NATIVE);
^~~~~~~~~~~~~~
In file included from cbc/option.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/option.c:1149:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(h, "HostedC", HOSTED_C_NATIVE);
^~~~~~~~~~~~~~
In file included from cbc/sourcify.c:24:
cbc/sourcify.c: In function âÂÂadd_type_spec_string_recâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:57:13: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT; \
^~~~~~~~~~
cbc/sourcify.c:194:7: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:53:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:194:7: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:57:13: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT; \
^~~~~~~~~~
cbc/sourcify.c:207:9: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:53:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:207:9: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:57:13: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT; \
^~~~~~~~~~
cbc/sourcify.c:223:9: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:53:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:223:9: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:57:13: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT; \
^~~~~~~~~~
cbc/sourcify.c:233:5: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:53:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:233:5: note: in expansion of macro âÂÂCHECK_SET_KEYWORDâÂÂ
CHECK_SET_KEYWORD;
^~~~~~~~~~~~~~~~~
cbc/sourcify.c: In function âÂÂadd_enum_spec_string_recâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:63:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:262:3: note: in expansion of macro âÂÂSvGROW_earlyâÂÂ
SvGROW_early(s, SVG_ENUM);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:281:5: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:297:5: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:306:7: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/object.c:21:
cbc/object.c: In function âÂÂCBC_cbc_newâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:321:5: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
cbc/sourcify.c: In function âÂÂadd_struct_spec_string_recâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/object.c:82:14: note: in expansion of macro âÂÂnewHVâÂÂ
THIS->hv = newHV();
^~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:63:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:355:3: note: in expansion of macro âÂÂSvGROW_earlyâÂÂ
SvGROW_early(s, SVG_STRUCT);
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:389:5: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:407:5: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/sourcify.c:47:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/sourcify.c:480:5: note: in expansion of macro âÂÂSRC_INDENTâÂÂ
SRC_INDENT;
^~~~~~~~~~
cbc/object.c: In function âÂÂCBC_cbc_cloneâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/object.c:205:15: note: in expansion of macro âÂÂnewHVâÂÂ
clone->hv = newHV();
^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/sourcify.c:21:
cbc/sourcify.c: In function âÂÂadd_typedef_list_spec_stringâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/sourcify.c:581:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/sourcify.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/sourcify.c:581:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/sourcify.c:21:
cbc/sourcify.c: In function âÂÂadd_enum_spec_stringâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/sourcify.c:615:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/sourcify.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/sourcify.c:615:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/sourcify.c:21:
cbc/sourcify.c: In function âÂÂadd_struct_spec_stringâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/sourcify.c:653:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/sourcify.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/sourcify.c:653:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/sourcify.c:21:
cbc/sourcify.c: In function âÂÂadd_preprocessor_definitionsâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/sourcify.c:740:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/sourcify.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/sourcify.c:740:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(s);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/dimension.c:21:
cbc/dimension.c: In function âÂÂdimension_from_hookâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:35: warning: variable âÂÂ_pâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/dimension.c:464:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(in);
^~~~~~~~~~~~
cbc/sourcify.c: In function âÂÂCBC_get_sourcify_configâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
? (({XPV *nxpv = (XPV*)SvANY(sv); \
^
cbc/sourcify.c:800:24: note: in expansion of macro âÂÂSvTRUEâÂÂ
pSC->context = SvTRUE(value);
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
? SvNVX(sv) != 0.0 \
^~
cbc/sourcify.c:800:24: note: in expansion of macro âÂÂSvTRUEâÂÂ
pSC->context = SvTRUE(value);
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
? (({XPV *nxpv = (XPV*)SvANY(sv); \
^
cbc/sourcify.c:804:24: note: in expansion of macro âÂÂSvTRUEâÂÂ
pSC->defines = SvTRUE(value);
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
? SvNVX(sv) != 0.0 \
^~
cbc/sourcify.c:804:24: note: in expansion of macro âÂÂSvTRUEâÂÂ
pSC->defines = SvTRUE(value);
^~~~~~
cbc/sourcify.c: In function âÂÂCBC_get_parsed_definitions_stringâÂÂ:
cbc/sourcify.c:864:24: warning: declaration of âÂÂpESâ shadows a previous local [-Wshadow]
EnumSpecifier *pES = (EnumSpecifier *) pTDL->type.ptr;
^~~
cbc/sourcify.c:834:18: note: shadowed declaration is here
EnumSpecifier *pES;
^~~
cbc/sourcify.c:873:17: warning: declaration of âÂÂpStructâ shadows a previous local [-Wshadow]
Struct *pStruct = (Struct *) pTDL->type.ptr;
^~~~~~~
cbc/sourcify.c:835:18: note: shadowed declaration is here
Struct *pStruct;
^~~~~~~
cbc/member.c: In function âÂÂsearch_struct_member.isra.1âÂÂ:
cbc/member.c:610:27: warning: âÂÂoffsetâ may be used uninitialized in this function [-Wmaybe-uninitialized]
return offset < 0 ? 0 : offset;
~~~~~~~~~~~~~~~^~~~~~~~
Compiling [cc -O2] cbc/type.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/tag.c:21:
cbc/tag.c: In function âÂÂCBC_get_tagsâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/tag.c:308:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
cbc/tag.c: In function âÂÂCBC_handle_tagâÂÂ:
cbc/tag.c:375:14: warning: declaration of âÂÂrvâ shadows a parameter [-Wshadow]
TagSetRV rv;
^~
cbc/tag.c:344:88: note: shadowed declaration is here
void handle_tag(pTHX_ const TagTypeInfo *ptti, CtTagList *ptl, SV *name, SV *val, SV **rv)
~~~~~^~
Compiling [cc -O2] cbc/typeinfo.c
In file included from cbc/tag.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:360:39: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
#define dNOOP extern int /*@unused@*/ Perl___notused PERL_UNUSED_DECL
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/thread.h:433:16: note: in expansion of macro âÂÂdNOOPâÂÂ
# define dTHR dNOOP
^~~~~
cbc/tag.c:379:7: note: in expansion of macro âÂÂdTHRâÂÂ
dTHR;
^~~~
In file included from cbc/tag.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro âÂÂJMPENV_PUSHâÂÂ
# define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~
cbc/tag.c:384:7: note: in expansion of macro âÂÂXCPT_TRY_STARTâÂÂ
XCPT_TRY_START {
^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro âÂÂJMPENV_POPâÂÂ
# define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
cbc/tag.c:386:9: note: in expansion of macro âÂÂXCPT_TRY_ENDâÂÂ
} XCPT_TRY_END
^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro âÂÂJMPENV_JUMPâÂÂ
# define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~
cbc/tag.c:391:9: note: in expansion of macro âÂÂXCPT_RETHROWâÂÂ
XCPT_RETHROW;
^~~~~~~~~~~~
In file included from ./cbc/member.h:27,
from ./cbc/dimension.h:25,
from cbc/tag.c:32:
cbc/tag.c: In function âÂÂCBC_find_taglist_ptrâÂÂ:
./ctlib/cttype.h:83:29: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define GET_CTYPE( ptr ) (*((CTType *) ptr))
^
cbc/tag.c:438:13: note: in expansion of macro âÂÂGET_CTYPEâÂÂ
switch (GET_CTYPE(pType))
^~~~~~~~~
cbc/tag.c:440:34: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
case TYP_STRUCT: return &((Struct *) pType)->tags;
^
cbc/tag.c:441:34: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
case TYP_ENUM: return &((EnumSpecifier *) pType)->tags;
^
cbc/tag.c:442:34: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
case TYP_TYPEDEF: return &((Typedef *) pType)->pDecl->tags;
^
In file included from ./cbc/member.h:27,
from ./cbc/dimension.h:25,
from cbc/tag.c:32:
./ctlib/cttype.h:83:29: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define GET_CTYPE( ptr ) (*((CTType *) ptr))
^
cbc/tag.c:445:58: note: in expansion of macro âÂÂGET_CTYPEâÂÂ
fatal("Invalid type (%d) in find_taglist_ptr()", GET_CTYPE(pType));
^~~~~~~~~
Compiling [cc -O2] cbc/util.c
Compiling [cc -O2] ctlib/bitfields.c
Compiling [cc -O2] ctlib/byteorder.c
In file included from cbc/type.c:24:
cbc/type.c: In function âÂÂCBC_check_allowed_types_stringâÂÂ:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/type.c:495:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/type.c:526:7: note: in expansion of macro âÂÂCHECK_ALLOWEDâÂÂ
CHECK_ALLOWED(ARRAYS, "an array type");
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/type.c:495:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/type.c:529:7: note: in expansion of macro âÂÂCHECK_ALLOWEDâÂÂ
CHECK_ALLOWED(POINTERS, "a pointer type");
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/type.c:495:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/type.c:533:5: note: in expansion of macro âÂÂCHECK_ALLOWEDâÂÂ
CHECK_ALLOWED(BASIC_TYPES, "a basic type");
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/type.c:495:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/type.c:536:5: note: in expansion of macro âÂÂCHECK_ALLOWEDâÂÂ
CHECK_ALLOWED(UNIONS, "a union");
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/type.c:495:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/type.c:539:5: note: in expansion of macro âÂÂCHECK_ALLOWEDâÂÂ
CHECK_ALLOWED(STRUCTS, "a struct");
^~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/type.c:495:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/type.c:542:5: note: in expansion of macro âÂÂCHECK_ALLOWEDâÂÂ
CHECK_ALLOWED(ENUMS, "an enum");
^~~~~~~~~~~~~
cbc/pack.c: In function âÂÂunpack_enumâÂÂ:
cbc/pack.c:1506:16: warning: variable âÂÂhooksâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
const CtTag *hooks = NULL;
^~~~~
Compiling [cc -O2] ctlib/cterror.c
Compiling [cc -O2] ctlib/ctparse.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/util.c:21:
cbc/util.c: In function âÂÂload_indexed_hash_module_exâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/util.c:93:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/util.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/util.c:93:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/util.c:21:
cbc/util.c: In function âÂÂCBC_fatalâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/util.c:183:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/util.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/util.c:183:3: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/util.c:21:
cbc/util.c: In function âÂÂCBC_newHV_indexedâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/util.c:213:8: note: in expansion of macro âÂÂnewHVâÂÂ
hv = newHV();
^~~~~
In file included from cbc/util.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/util.c:222:3: note: in expansion of macro âÂÂPUSHMARKâÂÂ
PUSHMARK(SP);
^~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:298:32: note: in expansion of macro âÂÂEXTENDâÂÂ
#define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
^~~~~~
cbc/util.c:223:3: note: in expansion of macro âÂÂXPUSHsâÂÂ
XPUSHs(sv_2mortal(sv));
^~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/pp.h:298:19: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
^~~~~~~~~~
cbc/util.c:223:3: note: in expansion of macro âÂÂXPUSHsâÂÂ
XPUSHs(sv_2mortal(sv));
^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:983,
from cbc/util.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/embed.h:556:49: note: in definition of macro âÂÂsv_magicâÂÂ
#define sv_magic(a,b,c,d,e) Perl_sv_magic(aTHX_ a,b,c,d,e)
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:442:40: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
#define hv_magic(hv, gv, how) sv_magic(MUTABLE_SV(hv), MUTABLE_SV(gv), how, NULL, 0)
^~~~~~~~~~
cbc/util.c:238:3: note: in expansion of macro âÂÂhv_magicâÂÂ
hv_magic(hv, (GV *)sv, PERL_MAGIC_tied);
^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/embed.h:556:51: note: in definition of macro âÂÂsv_magicâÂÂ
#define sv_magic(a,b,c,d,e) Perl_sv_magic(aTHX_ a,b,c,d,e)
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:442:56: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
#define hv_magic(hv, gv, how) sv_magic(MUTABLE_SV(hv), MUTABLE_SV(gv), how, NULL, 0)
^~~~~~~~~~
cbc/util.c:238:3: note: in expansion of macro âÂÂhv_magicâÂÂ
hv_magic(hv, (GV *)sv, PERL_MAGIC_tied);
^~~~~~~~
cbc/util.c: In function âÂÂCBC_croak_gtiâÂÂ:
cbc/util.c:273:14: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
errstr = "Got no struct declarations";
^
In file included from cbc/util.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/util.c:287:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "%s in resolution of '%s'", errstr, name));
^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:225:20: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
^~~~~~~~~~
cbc/util.c:289:7: note: in expansion of macro âÂÂWARNâÂÂ
WARN((aTHX_ "%s in resolution of typedef", errstr));
^~~~
cbc/util.c: In function âÂÂCBC_dump_svâÂÂ:
cbc/util.c:585:9: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
str = "RV";
^
cbc/util.c:591:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_NULL: str = "NULL"; break;
^
cbc/util.c:592:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_IV: str = "IV"; break;
^
cbc/util.c:593:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_NV: str = "NV"; break;
^
cbc/util.c:594:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PV: str = "PV"; break;
^
cbc/util.c:595:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVIV: str = "PVIV"; break;
^
cbc/util.c:596:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVNV: str = "PVNV"; break;
^
cbc/util.c:597:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVMG: str = "PVMG"; break;
^
cbc/util.c:598:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVLV: str = "PVLV"; break;
^
cbc/util.c:599:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVAV: str = "PVAV"; break;
^
cbc/util.c:600:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVHV: str = "PVHV"; break;
^
cbc/util.c:601:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVCV: str = "PVCV"; break;
^
cbc/util.c:602:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVGV: str = "PVGV"; break;
^
cbc/util.c:603:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVFM: str = "PVFM"; break;
^
cbc/util.c:604:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
case SVt_PVIO: str = "PVIO"; break;
^
cbc/util.c:605:26: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
default : str = "UNKNOWN";
^
In file included from cbc/util.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/util.c:573:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/util.c:633:3: note: in expansion of macro âÂÂDUMP_INDENTâÂÂ
DUMP_INDENT; level++;
^~~~~~~~~~~
cbc/util.c:634:30: warning: format âÂÂ%pâ expects argument of type âÂÂvoid *âÂÂ, but argument 4 has type âÂÂSV *â {aka âÂÂstruct sv *âÂÂ} [-Wformat=]
sv_catpvf(buf, "SV = %s @ %p (REFCNT = %lu)\n",
~^
str, sv, (unsigned long) SvREFCNT(sv));
~~
In file included from cbc/util.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/util.c:573:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/util.c:654:13: note: in expansion of macro âÂÂDUMP_INDENTâÂÂ
DUMP_INDENT;
^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
cbc/util.c:573:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/util.c:669:11: note: in expansion of macro âÂÂDUMP_INDENTâÂÂ
DUMP_INDENT;
^~~~~~~~~~~
ctlib/ctparse.c: In function âÂÂCTlib_parse_bufferâÂÂ:
ctlib/ctparse.c:58:21: warning: passing argument 2 of âÂÂucpp_public_set_init_filenameâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
#define BUFFER_NAME "[buffer]"
^~~~~~~~~~
ctlib/ctparse.c:514:30: note: in expansion of macro âÂÂBUFFER_NAMEâÂÂ
set_init_filename(aUCPP_ BUFFER_NAME, 0);
^~~~~~~~~~~
In file included from ctlib/ctparse.c:37:
./ucpp/cpp.h:317:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
void set_init_filename(pCPP_ char *, int);
^~~~~~
Compiling [cc -O2] ctlib/cttags.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
cbc/typeinfo.c: In function âÂÂget_enumerators_defâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/typeinfo.c:146:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/typeinfo.c:152:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(val);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
cbc/typeinfo.c:152:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(val);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
cbc/typeinfo.c: In function âÂÂget_declarators_defâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/typeinfo.c:179:12: note: in expansion of macro âÂÂnewAVâÂÂ
AV *av = newAV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/typeinfo.c:183:14: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:188:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", newSVpvf("%s:%d",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:188:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", newSVpvf("%s:%d",
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:188:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", newSVpvf("%s:%d",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:209:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:209:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", sv);
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:209:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:210:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "offset", newSViv(pDecl->offset));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:210:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "offset", newSViv(pDecl->offset));
^~~~~~~~~~~~~~
ctlib/bitfields.c: In function âÂÂGeneric_pushâÂÂ:
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:210:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "offset", newSViv(pDecl->offset));
^~~~~~~~~~~~~~
ctlib/bitfields.c:310:9: warning: âÂÂused_bytesâ may be used uninitialized in this function [-Wmaybe-uninitialized]
int used_bytes, new_bit_offset;
^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:211:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(pDecl->size));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:211:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(pDecl->size));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:211:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(pDecl->size));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
cbc/typeinfo.c: In function âÂÂget_struct_declarations_defâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/av.h:89:17: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
^~~~~~~~~~
cbc/typeinfo.c:241:12: note: in expansion of macro âÂÂnewAVâÂÂ
AV *av = newAV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/typeinfo.c:245:14: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:247:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", get_type_spec_def(aTHX_ pCfg, &pStructDecl->type));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:247:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", get_type_spec_def(aTHX_ pCfg, &pStructDecl->type));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:247:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", get_type_spec_def(aTHX_ pCfg, &pStructDecl->type));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:250:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarators",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:250:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarators",
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:250:7: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarators",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
cbc/typeinfo.c: In function âÂÂCBC_get_typedef_defâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/typeinfo.c:284:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
Compiling [cc -O2] ctlib/cttype.c
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:300:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:300:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", sv);
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:300:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarator", sv);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:301:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", get_type_spec_def(aTHX_ pCfg, pTypedef->pType));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:301:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", get_type_spec_def(aTHX_ pCfg, pTypedef->pType));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:301:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", get_type_spec_def(aTHX_ pCfg, pTypedef->pType));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
cbc/typeinfo.c: In function âÂÂCBC_get_enum_spec_defâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/typeinfo.c:325:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:328:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "identifier", newSVpv(pEnumSpec->identifier, 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:328:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "identifier", newSVpv(pEnumSpec->identifier, 0));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:328:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "identifier", newSVpv(pEnumSpec->identifier, 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:332:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "sign", newSViv(pEnumSpec->tflags & T_SIGNED ? 1 : 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:332:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "sign", newSViv(pEnumSpec->tflags & T_SIGNED ? 1 : 0));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:332:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "sign", newSViv(pEnumSpec->tflags & T_SIGNED ? 1 : 0));
^~~~~~~~~~~~~~
Compiling [cc -O2] ctlib/layout.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:333:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(GET_ENUM_SIZE(pCfg, pEnumSpec)));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:333:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(GET_ENUM_SIZE(pCfg, pEnumSpec)));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:333:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(GET_ENUM_SIZE(pCfg, pEnumSpec)));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:334:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "enumerators",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:334:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "enumerators",
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:334:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "enumerators",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:338:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "context", newSVpvf("%s(%lu)",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:338:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "context", newSVpvf("%s(%lu)",
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:338:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "context", newSVpvf("%s(%lu)",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
cbc/typeinfo.c: In function âÂÂCBC_get_struct_spec_defâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/hv.h:611:17: note: in expansion of macro âÂÂMUTABLE_HVâÂÂ
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
^~~~~~~~~~
cbc/typeinfo.c:363:12: note: in expansion of macro âÂÂnewHVâÂÂ
HV *hv = newHV();
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:367:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "identifier", newSVpv(pStruct->identifier, 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:367:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "identifier", newSVpv(pStruct->identifier, 0));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:367:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "identifier", newSVpv(pStruct->identifier, 0));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:374:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", type);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:374:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", type);
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:374:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "type", type);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:378:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(pStruct->size));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:378:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(pStruct->size));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:378:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "size", newSViv(pStruct->size));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:379:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "align", newSViv(pStruct->align));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:379:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "align", newSViv(pStruct->align));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:379:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "align", newSViv(pStruct->align));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:380:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "pack", newSViv(pStruct->pack));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:380:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "pack", newSViv(pStruct->pack));
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:380:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "pack", newSViv(pStruct->pack));
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:382:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarations",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:382:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarations",
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:382:5: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "declarations",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:386:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "context", newSVpvf("%s(%lu)",
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:3442,
from cbc/typeinfo.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:267:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
({ \
^
./cbc/cbc.h:275:13: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(_val); \
^~~~~~~~~~~~
cbc/typeinfo.c:386:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "context", newSVpvf("%s(%lu)",
^~~~~~~~~~~~~~
In file included from cbc/typeinfo.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
./cbc/cbc.h:272:9: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
cbc/typeinfo.c:386:3: note: in expansion of macro âÂÂHV_STORE_CONSTâÂÂ
HV_STORE_CONST(hv, "context", newSVpvf("%s(%lu)",
^~~~~~~~~~~~~~
ctlib/layout.c: In function âÂÂCTlib_get_type_info_genericâÂÂ:
Compiling [cc -O2] ctlib/y_parser.c
ctlib/layout.c:129:12: warning: declaration of âÂÂflagsâ shadows a previous local [-Wshadow]
u_32 flags;
^~~~~
ctlib/layout.c:76:8: note: shadowed declaration is here
u_32 flags = pTS->tflags;
^~~~~
ctlib/layout.c: In function âÂÂCTlib_layout_compound_genericâÂÂ:
ctlib/layout.c:291:24: warning: declaration of âÂÂerrorâ shadows a previous local [-Wshadow]
enum BLError error; \
^~~~~
ctlib/layout.c:398:13: note: in expansion of macro âÂÂBL_SETâÂÂ
BL_SET(ALIGN, pStruct->align);
^~~~~~
ctlib/layout.c:392:24: note: shadowed declaration is here
enum BLError error;
^~~~~
ctlib/layout.c:291:24: warning: declaration of âÂÂerrorâ shadows a previous local [-Wshadow]
enum BLError error; \
^~~~~
ctlib/layout.c:402:15: note: in expansion of macro âÂÂBL_SETâÂÂ
BL_SET(OFFSET, pStruct->size);
^~~~~~
ctlib/layout.c:392:24: note: shadowed declaration is here
enum BLError error;
^~~~~
ctlib/layout.c:291:24: warning: declaration of âÂÂerrorâ shadows a previous local [-Wshadow]
enum BLError error; \
^~~~~
ctlib/layout.c:407:15: note: in expansion of macro âÂÂBL_SETâÂÂ
BL_SET(OFFSET, 0);
^~~~~~
ctlib/layout.c:392:24: note: shadowed declaration is here
enum BLError error;
^~~~~
ctlib/layout.c:302:24: warning: declaration of âÂÂerrorâ shadows a previous local [-Wshadow]
enum BLError error; \
^~~~~
ctlib/layout.c:313:11: note: in expansion of macro âÂÂBL_GETâÂÂ
BL_GET(OFFSET, pStruct->size ); \
^~~~~~
ctlib/layout.c:423:13: note: in expansion of macro âÂÂFINISH_BITFIELDâÂÂ
FINISH_BITFIELD;
^~~~~~~~~~~~~~~
ctlib/layout.c:392:24: note: shadowed declaration is here
enum BLError error;
^~~~~
ctlib/layout.c:302:24: warning: declaration of âÂÂerrorâ shadows a previous local [-Wshadow]
enum BLError error; \
^~~~~
ctlib/layout.c:314:11: note: in expansion of macro âÂÂBL_GETâÂÂ
BL_GET(ALIGN, pStruct->align); \
^~~~~~
ctlib/layout.c:423:13: note: in expansion of macro âÂÂFINISH_BITFIELDâÂÂ
FINISH_BITFIELD;
^~~~~~~~~~~~~~~
ctlib/layout.c:392:24: note: shadowed declaration is here
enum BLError error;
^~~~~
Compiling [cc -O2] ctlib/y_pragma.c
ctlib/parser.y:110:5: warning: "YYDEBUG" is not defined, evaluates to 0 [-Wundef]
#if YYDEBUG && defined CTLIB_DEBUGGING
^~~~~~~
Compiling [cc -O2] ucpp/assert.c
Compiling [cc -O2] ucpp/cpp.c
ctlib/pragma.y:49:5: warning: "YYDEBUG" is not defined, evaluates to 0 [-Wundef]
#if YYDEBUG && defined CTLIB_DEBUGGING
^~~~~~~
ucpp/cpp.c:264:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
" ", "\n", " ",
^~~
ucpp/cpp.c:264:7: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
" ", "\n", " ",
^~~~
ucpp/cpp.c:264:13: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
" ", "\n", " ",
^~~
ucpp/cpp.c:265:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"0000", "name", "bunch", "pragma", "context",
^~~~~~
ucpp/cpp.c:265:10: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"0000", "name", "bunch", "pragma", "context",
^~~~~~
ucpp/cpp.c:265:18: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"0000", "name", "bunch", "pragma", "context",
^~~~~~~
ucpp/cpp.c:265:27: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"0000", "name", "bunch", "pragma", "context",
^~~~~~~~
ucpp/cpp.c:265:37: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"0000", "name", "bunch", "pragma", "context",
^~~~~~~~~
ucpp/cpp.c:266:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"\"dummy string\"", "'dummy char'",
^~~~~~~~~~~~~~~~~~
ucpp/cpp.c:266:22: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"\"dummy string\"", "'dummy char'",
^~~~~~~~~~~~~~
ucpp/cpp.c:267:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~
ucpp/cpp.c:267:7: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:13: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~
ucpp/cpp.c:267:18: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:24: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:30: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:36: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~
ucpp/cpp.c:267:41: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:47: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:53: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~
ucpp/cpp.c:267:58: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:267:64: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"/", "/=", "-", "--", "-=", "->", "+", "++", "+=", "<", "<=", "<<",
^~~~
ucpp/cpp.c:268:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~~~
ucpp/cpp.c:268:9: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~
ucpp/cpp.c:268:14: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~~
ucpp/cpp.c:268:20: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~~
ucpp/cpp.c:268:26: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~~~
ucpp/cpp.c:268:33: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~
ucpp/cpp.c:268:38: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"<<=", ">", ">=", ">>", ">>=", "=", "==",
^~~~
ucpp/cpp.c:272:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~
ucpp/cpp.c:272:7: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:272:13: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~
ucpp/cpp.c:272:18: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:272:24: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:272:30: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~
ucpp/cpp.c:272:35: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:272:41: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:272:47: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~
ucpp/cpp.c:272:52: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:272:58: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~
ucpp/cpp.c:272:63: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"~", "!=", "&", "&&", "&=", "|", "||", "|=", "%", "%=", "*", "*=",
^~~~
ucpp/cpp.c:273:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"^", "^=", "!",
^~~
ucpp/cpp.c:273:7: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"^", "^=", "!",
^~~~
ucpp/cpp.c:273:13: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"^", "^=", "!",
^~~
ucpp/cpp.c:274:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:7: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:12: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:17: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:22: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:27: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:32: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:37: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:274:42: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"{", "}", "[", "]", "(", ")", ",", "?", ";",
^~~
ucpp/cpp.c:275:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~
ucpp/cpp.c:275:7: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~
ucpp/cpp.c:275:12: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~~
ucpp/cpp.c:275:19: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~
ucpp/cpp.c:275:24: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~
ucpp/cpp.c:275:30: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~
ucpp/cpp.c:275:35: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~~~
ucpp/cpp.c:275:43: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~
ucpp/cpp.c:275:49: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~
ucpp/cpp.c:275:55: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~
ucpp/cpp.c:275:61: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
":", ".", "...", "#", "##", " ", "ouch", "<:", ":>", "<%", "%>",
^~~~
ucpp/cpp.c:276:2: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"%:", "%:%:"
^~~~
ucpp/cpp.c:276:8: warning: initialization discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"%:", "%:%:"
^~~~~~
ucpp/cpp.c: In function âÂÂfind_fileâÂÂ:
ucpp/cpp.c:773:7: warning: declaration of âÂÂiâ shadows a previous local [-Wshadow]
int i;
^
ucpp/cpp.c:762:6: note: shadowed declaration is here
int i, incdir = -1;
^
ucpp/cpp.c: In function âÂÂhandle_ifâÂÂ:
ucpp/cpp.c:1108:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void condition for a #if/#elif");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1108:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1147:11: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
rt.name = m ? "1L" : "0L";
^
ucpp/cpp.c:1153:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void condition (after expansion) for a #if/#elif");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1153:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1184:13: warning: declaration of âÂÂltwwâ shadows a previous local [-Wshadow]
int nnp, ltww = 1;
^~~~
ucpp/cpp.c:1089:15: note: shadowed declaration is here
int ret = 0, ltww = 1;
^~~~
ucpp/cpp.c:1224:12: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
rt.name = av ? "1" : "0";
^
ucpp/cpp.c:1232:12: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
rt.name = get_assertion(aCPP_ aname) ? "1" : "0";
^
ucpp/cpp.c:1237:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "syntax error for assertion in #if");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1237:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1246:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void condition (after expansion) for a #if/#elif");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1246:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1265:12: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
rt.name = "0";
^
ucpp/cpp.c:1274:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void condition (after expansion) for a #if/#elif");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1274:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c: In function âÂÂhandle_includeâÂÂ:
ucpp/cpp.c:1391:17: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "invalid '#include'");
^~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1391:17: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c: In function âÂÂucpp_private_handle_assertâÂÂ:
ucpp/assert.c:205:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "illegal assertion name for #assert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:205:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1444:22: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "wide string for #include");
^~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:215:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "syntax error in #assert");
^~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:215:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1444:22: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:242:21: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "trailing garbage in #assert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:242:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:248:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void assertion in #assert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:248:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1459:51: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
if (ls->flags & WARN_ANNOYING) warning(aCPP_ l, "reconstruction "
^~~~~~~~~~~~~~~~~
ucpp/cpp.c:1459:51: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:273:17: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "unfinished #assert");
^~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:273:17: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c: In function âÂÂucpp_private_handle_unassertâÂÂ:
ucpp/assert.c:318:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "illegal assertion name for #unassert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:318:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:328:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "syntax error in #unassert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:328:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1477:17: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "macro expansion did not produce a valid filename "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1477:17: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1487:21: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "trailing garbage in #include");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1487:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:356:21: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "trailing garbage in #unassert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:356:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1515:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "file '%s' not found", fname);
^~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1515:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:362:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void assertion in #unassert");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:362:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/assert.c:384:17: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "unfinished #unassert");
^~~~~~~~~~~~~~~~~~~~~~
ucpp/assert.c:384:17: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c: In function âÂÂhandle_lineâÂÂ:
ucpp/cpp.c:1592:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "not a valid number for #line");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1592:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1599:22: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "non-standard line number in #line");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1599:22: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1603:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "out-of-bound line number for #line");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1603:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1613:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "not a valid filename for #line");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1613:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1618:23: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "wide string for #line");
^~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1618:23: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
cbc/pack.c: In function âÂÂunpack_typeâÂÂ:
ucpp/cpp.c:1635:21: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "trailing garbage in #line");
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1635:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
cbc/pack.c:1747:16: warning: variable âÂÂhooksâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
const CtTag *hooks = NULL;
^~~~~
cbc/pack.c:1748:16: warning: variable âÂÂdimtagâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
const CtTag *dimtag = NULL;
^~~~~~
cbc/pack.c:1788:9: warning: variable âÂÂsizeâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
int size = pDecl->item_size;
^~~~
ucpp/cpp.c: In function âÂÂhandle_errorâÂÂ:
ucpp/cpp.c:1663:30: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
if (iserror) error(aCPP_ l, "#error%s", buf);
^~~~~~~~~~
ucpp/cpp.c:1663:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1664:32: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
else warning(aCPP_ l, "#warning%s", buf);
^~~~~~~~~~~~
ucpp/cpp.c:1664:32: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c: In function âÂÂhandle_pragmaâÂÂ:
ucpp/cpp.c:1741:17: warning: declaration of âÂÂtâ shadows a previous local [-Wshadow]
struct token t;
^
ucpp/cpp.c:1730:15: note: shadowed declaration is here
struct token t;
^
ucpp/cpp.c: In function âÂÂhandle_cppâÂÂ:
ucpp/cpp.c:1808:22: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "comment in the middle of "
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1808:22: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1820:22: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "null cpp directive");
^~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1820:22: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1829:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "rogue '#'");
^~~~~~~~~~~
ucpp/cpp.c:1829:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1833:24: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "rogue '#' in code "
^~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1833:24: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1849:23: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "rogue '#' dumped");
^~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1849:23: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1906:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "rogue #else");
^~~~~~~~~~~~~
ucpp/cpp.c:1906:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1920:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "rogue #elif");
^~~~~~~~~~~~~
ucpp/cpp.c:1920:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1932:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "unmatched #endif");
^~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1932:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:1976:24: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "#pragma ignored "
^~~~~~~~~~~~~~~~~~
ucpp/cpp.c:1976:24: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:2024:23: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "rogue #else in code "
^~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2024:23: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:2037:23: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "rogue #elif in code "
^~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2037:23: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:2077:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "unknown cpp directive '#%s'",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2077:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:2089:22: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "rogue '#' dumped");
^~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2089:22: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:2101:21: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "trailing garbage in "
^~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2101:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c:2119:17: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "too many levels of conditional inclusion (max 63)");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2119:17: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c: In function âÂÂucpp_public_cppâÂÂ:
ucpp/cpp.c:2155:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "unterminated #if construction "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2155:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/cpp.c: In function âÂÂucpp_public_check_cpp_errorsâÂÂ:
ucpp/cpp.c:2299:20: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ 0, "%ld trigraph(s) encountered", ls->count_trigraphs);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/cpp.c:2299:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
Compiling [cc -O2] ucpp/eval.c
Compiling [cc -O2] ucpp/lexer.c
Compiling [cc -O2] ucpp/macro.c
cbc/pack.c: In function âÂÂunpack_structâÂÂ:
cbc/pack.c:1334:22: warning: variable âÂÂhâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
HV *h = hash;
^
cbc/pack.c:1336:22: warning: variable âÂÂorderedâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
int ordered;
^~~~~~~
cbc/pack.c:1338:22: warning: variable âÂÂhooksâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
const CtTag *hooks = NULL;
^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/perl.h:2464,
from cbc/pack.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:61:35: warning: variable âÂÂ_pâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi/CORE/sv.h:268:19: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
SV * const _sv = MUTABLE_SV(sv); \
^~~~~~~~~~
cbc/pack.c:1450:7: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec((SV *) h);
^~~~~~~~~~~~
Compiling [cc -O2] ucpp/mem.c
ucpp/eval.c: In function âÂÂz_errorâÂÂ:
ucpp/eval.c:96:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "division by 0");
^~~~~~~~~~~~~~~
ucpp/eval.c:96:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:99:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "overflow on division");
^~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:99:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:102:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "division by 0 on modulus operator");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:102:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:105:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "constant too large for destination type");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:105:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂz_warnâÂÂ:
ucpp/eval.c:120:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "overflow on integer conversion");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:120:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:123:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "overflow on unary minus");
^~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:123:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:127:4: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"bitwise inversion yields trap representation");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:127:4: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:130:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "overflow on addition");
^~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:130:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:133:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "underflow on addition");
^~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:133:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:136:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "overflow on subtraction");
^~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:136:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:139:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "underflow on subtraction");
^~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:139:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:143:4: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"bitwise AND yields trap representation");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:143:4: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:147:4: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"bitwise XOR yields trap representation");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:147:4: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:151:4: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"bitwise OR yields trap representation");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:151:4: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:154:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "left shift count greater than "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:154:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:158:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "left shift count negative");
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:158:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:161:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "overflow on left shift");
^~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:161:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:164:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "right shift count greater than "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:164:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:168:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "right shift count negative");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:168:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:171:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "right shift of negative value");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:171:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:174:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "overflow on multiplication");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:174:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:177:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "underflow on multiplication");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:177:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂpp_suffixâÂÂ:
ucpp/eval.c:241:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "invalid integer constant '%s'", refc);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:241:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂpp_charâÂÂ:
ucpp/eval.c:272:28: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "malformed UCN in %s", refc);
^~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:272:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:281:28: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "malformed UCN in %s", refc);
^~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:281:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:294:28: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "invalid escape sequence "
^~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:294:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:300:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "empty character constant");
^~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:300:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:311:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "multicharacter constant");
^~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:311:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂpp_strtoconstâÂÂ:
ucpp/eval.c:328:5: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"invalid wide character constant: %s", refc);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:328:5: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:356:28: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "constant too large "
^~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:356:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:360:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "constant is so large "
^~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:360:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂeval_opbinâÂÂ:
ucpp/eval.c:476:29: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ eval_line, "ISO C forbids evaluated comma "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:476:29: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂeval_shrdâÂÂ:
ucpp/eval.c:602:27: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "a right parenthesis was expected");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:602:27: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ctlib/y_pragma.c: In function âÂÂCTlib_pragma_parseâÂÂ:
ucpp/eval.c:654:28: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "a colon was expected");
^~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:654:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ctlib/y_pragma.c:1737:12: warning: âÂÂpragma_lvalâ may be used uninitialized in this function [-Wmaybe-uninitialized]
*++yyvsp = yylval;
ctlib/y_pragma.c:69:25: note: âÂÂpragma_lvalâ was declared here
#define yylval pragma_lval
^~~~~~~~~~~
ctlib/y_pragma.c:1285:9: note: in expansion of macro âÂÂyylvalâÂÂ
YYSTYPE yylval;
^~~~~~
ucpp/eval.c:667:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "truncated constant integral expression");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:667:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:670:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "rogue operator '%s' in constant integral "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:670:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c:674:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "invalid token in constant integral expression");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:674:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/eval.c: In function âÂÂucpp_private_eval_exprâÂÂ:
ucpp/eval.c:708:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ eval_line, "trailing garbage in constant integral "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/eval.c:708:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
In file included from ucpp/tune.h:34,
from ucpp/assert.c:30:
ucpp/assert.c: In function âÂÂucpp_private_handle_assertâÂÂ:
ucpp/config.h:126:29: warning: âÂÂanameâ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define UCPP_PRIVATE_PREFIX ucpp_private_
^~~~~~~~~~~~~
ucpp/assert.c:188:8: note: âÂÂanameâ was declared here
char *aname;
^~~~~
ucpp/lexer.c: In function âÂÂucpp_public_flush_outputâÂÂ:
ucpp/lexer.c:493:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "could not flush output (disk full ?)");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/lexer.c:493:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c: In function âÂÂnext_charâÂÂ:
ucpp/lexer.c:669:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "trigraph ?""?%c "
^~~~~~~~~~~~
ucpp/lexer.c:669:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c: In function âÂÂcanonize_idâÂÂ:
ucpp/lexer.c:831:27: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "malformed identifier with UCN: '%s'", id);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/lexer.c:831:27: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c: In function âÂÂread_tokenâÂÂ:
ucpp/lexer.c:879:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "truncated UTF-8 "
^~~~~~~~~~~~~~~~~~
ucpp/lexer.c:879:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c:892:9: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"truncated "
^~~~~~~~~~~~
ucpp/lexer.c:892:9: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c:936:27: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "illegal character '%c'", c);
^~~~~~~~~~~~~~~~~~~~~~~~
ucpp/lexer.c:936:27: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c:960:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "unfinished string at end of line");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/lexer.c:960:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c:963:21: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "unterminated // comment");
^~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/lexer.c:963:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c:967:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "truncated token");
^~~~~~~~~~~~~~~~~
ucpp/lexer.c:967:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/lexer.c:970:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "truncated comment");
^~~~~~~~~~~~~~~~~~~
ucpp/lexer.c:970:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
In file included from ucpp/reent.h:37,
from ucpp/cpp.h:257,
from ucpp/ucppi.h:34,
from ucpp/macro.c:35:
ucpp/macro.c: In function âÂÂget_macro_defâÂÂ:
ucpp/nhash.h:51:29: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define HASH_ITEM_NAME(s) (((hash_item_header *)(s))->ident + sizeof(unsigned))
^
ucpp/macro.c:252:16: note: in expansion of macro âÂÂHASH_ITEM_NAMEâÂÂ
char *mname = HASH_ITEM_NAME(m);
^~~~~~~~~~~~~~
ucpp/macro.c: In function âÂÂprint_macroâÂÂ:
ucpp/macro.c:331:14: warning: passing argument 2 of âÂÂREENTR->ucpp_ouchâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
ouch(aCPP_ "length mismatch in print_macro()");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:331:14: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
mv: cannot stat 't_object.tmp': No such file or directory
ucpp/macro.c: In function âÂÂucpp_private_handle_defineâÂÂ:
ucpp/macro.c:468:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "missing macro name");
^~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:468:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:472:18: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "trying to redefine the special macro %s", mname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:472:18: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
make: *** [Makefile:400: cbc/pack.o] Error 1
make: *** Waiting for unfinished jobs....
Compiling [cc -O2] ucpp/nhash.c
ucpp/macro.c:518:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "truncated macro definition");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:518:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:523:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "'...' must end the macro "
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:523:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:528:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void macro argument");
^~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:528:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:535:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "'...' must end the macro "
^~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:535:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:540:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "missing comma in "
^~~~~~~~~~~~~~~~~~~
ucpp/macro.c:540:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:553:24: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ l, "more arguments to "
^~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:553:24: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:558:22: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "too many arguments "
^~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:558:22: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:578:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "missing comma before '...'");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:578:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:588:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "void macro argument");
^~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:588:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:597:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "invalid macro argument");
^~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:597:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:603:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "duplicate macro "
^~~~~~~~~~~~~~~~~~
ucpp/macro.c:603:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:611:28: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "identifier not followed by "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:611:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:633:21: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "'__VA_ARGS__' is forbidden "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:633:21: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:745:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "operator '##' may neither begin "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:745:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:758:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "operator '#' not followed "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:758:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:765:13: warning: declaration of âÂÂlâ shadows a previous local [-Wshadow]
size_t i, l;
^
ucpp/macro.c:455:7: note: shadowed declaration is here
long l = ls->line;
^
ucpp/macro.c:809:17: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ l, "macro '%s' redefined unidentically", HASH_ITEM_NAME(n));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:809:17: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c: In function âÂÂcollect_argumentsâÂÂ:
ucpp/macro.c:903:29: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ begin_line, "not enough arguments "
^~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:903:29: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:960:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ begin_line, "unfinished macro call");
^~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:960:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:963:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ begin_line, "too many arguments to macro");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:963:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:971:29: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ begin_line, "macro call with %d arguments (ISO "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:971:29: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c: In function âÂÂucpp_private_substitute_macroâÂÂ:
ucpp/macro.c:1248:11: warning: assignment discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
t.name = "1";
^
ucpp/macro.c:1327:26: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "invalid argument to _Pragma");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1327:26: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1365:6: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
"_Pragma() ignored and not dumped");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1365:6: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1369:17: warning: declaration of âÂÂtâ shadows a previous local [-Wshadow]
struct token t;
^
ucpp/macro.c:1166:15: note: shadowed declaration is here
struct token t, *ct;
^
ucpp/macro.c:1506:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "operator '##' "
^~~~~~~~~~~~~~~~
ucpp/macro.c:1506:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1627:27: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "quad sharp");
^~~~~~~~~~~~
ucpp/macro.c:1627:27: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1648:29: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "operator '##' produced "
^~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1648:29: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/nhash.c: In function âÂÂhash_stringâÂÂ:
ucpp/nhash.c:51:19: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
h = (h << 4) + *(unsigned char *)name;
^
ucpp/nhash.c: In function âÂÂclone_identâÂÂ:
ucpp/nhash.c:226:7: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
v = *(unsigned *)(ident);
^
ucpp/nhash.c: At top level:
ucpp/nhash.c:446:1: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
static void scan_node(hash_item_header *node, void (*action)(), void *arg, unsigned flags)
^~~~~~
ucpp/macro.c: In function âÂÂucpp_public_define_macroâÂÂ:
ucpp/macro.c:1881:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ -1, "void macro name");
^~~~~~~~~~~~~~~~~
ucpp/macro.c:1881:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1899:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ -1, "void macro name");
^~~~~~~~~~~~~~~~~
ucpp/macro.c:1899:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1911:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ -1, "macro %s already defined", c);
^~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1911:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c: In function âÂÂucpp_public_undef_macroâÂÂ:
ucpp/macro.c:1951:19: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ -1, "void macro name");
^~~~~~~~~~~~~~~~~
ucpp/macro.c:1951:19: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1956:20: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ -1, "trying to undef special macro %s", c);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1956:20: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c: In function âÂÂucpp_private_handle_ifdefâÂÂ:
ucpp/macro.c:1979:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "trailing garbage "
^~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1979:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1985:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "illegal macro name for #ifdef");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1985:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1989:29: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "trailing garbage in "
^~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1989:29: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:1995:24: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "unfinished #ifdef");
^~~~~~~~~~~~~~~~~~~
ucpp/macro.c:1995:24: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c: In function âÂÂucpp_private_handle_undefâÂÂ:
ucpp/macro.c:2015:28: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "trying to undef "
^~~~~~~~~~~~~~~~~~
ucpp/macro.c:2015:28: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:2028:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "trailing garbage "
^~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2028:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:2034:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "illegal macro name for #undef");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2034:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:2039:24: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "unfinished #undef");
^~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2039:24: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c: In function âÂÂucpp_private_handle_ifndefâÂÂ:
ucpp/macro.c:2060:30: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "trailing garbage "
^~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2060:30: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:2070:25: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "illegal macro name for #ifndef");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2070:25: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:2074:29: warning: passing argument 3 of âÂÂREENTR->ucpp_warningâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
warning(aCPP_ ls->line, "trailing garbage in "
^~~~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2074:29: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/macro.c:2080:24: warning: passing argument 3 of âÂÂREENTR->ucpp_errorâ discards âÂÂconstâ qualifier from pointer target type [-Wdiscarded-qualifiers]
error(aCPP_ ls->line, "unfinished #ifndef");
^~~~~~~~~~~~~~~~~~~~
ucpp/macro.c:2080:24: note: expected âÂÂchar *â but argument is of type âÂÂconst char *âÂÂ
ucpp/nhash.c: In function âÂÂfind_nodeâÂÂ:
ucpp/nhash.c:159:12: warning: âÂÂlsâ may be used uninitialized in this function [-Wmaybe-uninitialized]
*leftson = ls;
~~~~~~~~~^~~~
ucpp/nhash.c: In function âÂÂinternal_putâÂÂ:
ucpp/nhash.c:299:14: warning: âÂÂpnodeâ may be used uninitialized in this function [-Wmaybe-uninitialized]
pnode->left = itemg;
~~~~~~~~~~~~^~~~~~~
In file included from ucpp/tune.h:34,
from ucpp/cpp.c:36:
ucpp/cpp.c: In function âÂÂhandle_ifâÂÂ:
ucpp/config.h:109:23: warning: âÂÂtf.tâ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define UCPP_FREE CBC_free
^~~~~~~~
ucpp/cpp.c:1086:20: note: âÂÂtf.tâ was declared here
struct token_fifo tf, tf1, tf2, tf3, *save_tf;
^~
In file included from ucpp/tune.h:34,
from ucpp/macro.c:30:
ucpp/macro.c: In function âÂÂucpp_private_handle_defineâÂÂ:
ucpp/config.h:109:23: warning: âÂÂmv.tâ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define UCPP_FREE CBC_free
^~~~~~~~
ucpp/macro.c:449:20: note: âÂÂmv.tâ was declared here
struct token_fifo mv;
^~
In file included from ucpp/cpp.c:45:
ucpp/cpp.c: In function âÂÂhandle_includeâÂÂ:
ucpp/mem.h:118:9: warning: âÂÂfnameâ may be used uninitialized in this function [-Wmaybe-uninitialized]
(list)[(ptr) ++] = (obj); \
^
ucpp/cpp.c:1299:8: note: âÂÂfnameâ was declared here
char *fname;
^~~~~
ucpp/cpp.c: In function âÂÂhandle_lineâÂÂ:
ucpp/cpp.c:1544:13: warning: variable âÂÂjâ might be clobbered by âÂÂlongjmpâ or âÂÂvforkâ [-Wclobbered]
size_t nl, j;
^
ucpp/macro.c: In function âÂÂucpp_private_substitute_macroâÂÂ:
ucpp/macro.c:1707:13: warning: âÂÂatlâ may be used uninitialized in this function [-Wmaybe-uninitialized]
t.name = stringify(atl + anum);
^~~~~~~~~~~~~~~~~~~~~
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j10
LANG = en_GB.UTF-8
NONINTERACTIVE_TESTING = 1
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin:/usr/bin:/bin:/home/njh/src/njh/smoker/bin
PERL = /home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl
PERL5LIB = /tmp/build/namespace-local-0.03-20/blib/arch:/tmp/build/namespace-local-0.03-20/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4796
PERL5_CPAN_IS_RUNNING = 4796
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.14.2/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin
PERLBREW_PERL = perl-5.14.2
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.84
PERLBREW_VERSION = 0.84
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/sh
TEMP = /tmp/user/1000
TMPDIR = /tmp/user/1000/testwrapper.4781
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 25 29 30 44 46 107 112 118 996 1000
$EGID = 1000 4 24 25 29 30 44 46 107 112 118 996 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.24
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.62
JSON 2.97001
JSON::PP 2.97001
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302136
YAML 1.26
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
Platform:
osname=linux, osvers=3.16-3-amd64, archname=x86_64-linux-thread-multi
uname='linux cyberpower2 3.16-3-amd64 #1 smp debian 3.16.5-1 (2014-10-10) x86_64 gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.14.2 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -fdiagnostics-color=auto -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.9.1', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Oct 25 2014 10:16:15
%ENV:
PERL="/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin/perl"
PERL5LIB="/tmp/build/namespace-local-0.03-20/blib/arch:/tmp/build/namespace-local-0.03-20/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4796"
PERL5_CPAN_IS_RUNNING="4796"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.14.2/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.14.2/bin"
PERLBREW_PERL="perl-5.14.2"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.84"
PERLBREW_VERSION="0.84"
PERL_MM_USE_DEFAULT="1"
@INC:
/tmp/build/namespace-local-0.03-20/blib/arch
/tmp/build/namespace-local-0.03-20/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/x86_64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2/x86_64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.14.2/lib/5.14.2
.