Smoke [smoke-me/jkeenan/local-variable-warnings] v5.31.5-224-g080c389e03 PASS netbsd 7.2 (amd64/1 cpu)

2019-11-09 Thread Carlos Guevara
Automated smoke report for branch smoke-me/jkeenan/local-variable-warnings 
5.31.6 patch 080c389e0381a6aade04ad262075aad3e83b4f30 v5.31.5-224-g080c389e03
cjg-netbsd7: Intel 686-class (amd64/1 cpu)
onnetbsd - 7.2
using gcc version 4.8.5
smoketime 4 hours 39 minutes (average 34 minutes 57 seconds)

Summary: PASS

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:   - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.31.5-224-g080c389e03  Configuration (common) -Dcc=gcc
--- -
O O 
O O -Duse64bitall
O O -Duseithreads
O O -Duseithreads -Duse64bitall
| +- -DDEBUGGING
+--- no debugging


Locally applied patches:
SMOKE080c389e0381a6aade04ad262075aad3e83b4f30

Testsuite was run only with 'harness'

Tests skipped on user request:
# One test name on a line
Compiler messages(gcc):
op.c: In function 'Perl_pmruntime':
op.c:7256:15: warning: 't_cp' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
op.c:6866:14: note: 't_cp' was declared here
op.c:7292:45: warning: 'r_cp' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
op.c:6866:8: note: 'r_cp' was declared here
regcomp.c: In function 'S_regatom':
regcomp.c:14606:25: warning: comparison is always false due to limited range of 
data type [-Wtype-limits]
/usr/include/sys/cdefs_elf.h:67:20: error: missing binary operator before token 
"("
/usr/include/sys/cdefs_elf.h:73:20: error: missing binary operator before token 
"("
/usr/include/sys/cdefs_elf.h:79:20: error: missing binary operator before token 
"("
bzlib.c: In function 'default_bzalloc':
bzlib.c:102:31: warning: unused parameter 'opaque' [-Wunused-parameter]
bzlib.c: In function 'default_bzfree':
bzlib.c:109:29: warning: unused parameter 'opaque' [-Wunused-parameter]
compress.c: In function 'sendMTFValues':
compress.c:243:19: warning: variable 'nBytes' set but not used 
[-Wunused-but-set-variable]
Encode.c: In function 'XS_Encode_decode':
../../XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable]
Encode.c:1356:5: note: in expansion of macro 'dXSI32'
Encode.c: In function 'XS_Encode_encode':
Encode.c:1398:5: note: in expansion of macro 'dXSI32'
Socket.c: In function 'XS_Socket_pack_ip_mreq_source':
Socket.c:1673:7: warning: variable 'interface' set but not used 
[-Wunused-but-set-variable]
const-c.inc: In function 'constant_19':
const-c.inc:351:42: warning: unused parameter 'iv_return' [-Wunused-parameter]
Piece.xs: In function '_strptime':
Piece.xs:719:8: warning: 'len' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
re_exec.c: In function 'S_regtry':
re_exec.c:6497:30: warning: 'fold_array' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
re_exec.c:6401:17: note: 'fold_array' was declared here
re_exec.c:6503:28: warning: 'folder' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
re_exec.c:6400:16: note: 'folder' was declared here
re_comp.c: In function 'S_regatom':
re_comp.c:14606:25: warning: comparison is always false due to limited range of 
data type [-Wtype-limits]
regexec.c: In function 'S_regtry':
regexec.c:6497:30: warning: 'fold_array' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
regexec.c:6401:17: note: 'fold_array' was declared here
regexec.c:6503:28: warning: 'folder' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
regexec.c:6400:16: note: 'folder' was declared here
op.c: In function 'S_pmtrans':
op.c:7046:22: warning: 'r_map' may be used uninitialized in this function 
[-Wmaybe-uninitialized]

Non-Fatal messages(gcc):



-- 
Report by Test::Smoke v1.71 running on perl 5.26.1
(Reporter v0.053 / Smoker v0.046)


Smoke [smoke-me/jkeenan/local-variable-warnings] v5.31.5-224-g080c389e03 PASS netbsd 7.2 (amd64/1 cpu)

2019-11-08 Thread Carlos Guevara
Automated smoke report for branch smoke-me/jkeenan/local-variable-warnings 
5.31.6 patch 080c389e0381a6aade04ad262075aad3e83b4f30 v5.31.5-224-g080c389e03
cjg-netbsd7: Intel 686-class (amd64/1 cpu)
onnetbsd - 7.2
using g++ version 4.8.5
smoketime 4 hours 43 minutes (average 35 minutes 27 seconds)

Summary: PASS

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:   - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.31.5-224-g080c389e03  Configuration (common) -Dcc=g++
--- -
O O 
O O -Duse64bitall
O O -Duseithreads
O O -Duseithreads -Duse64bitall
| +- -DDEBUGGING
+--- no debugging


Locally applied patches:
SMOKE080c389e0381a6aade04ad262075aad3e83b4f30

Testsuite was run only with 'harness'

Tests skipped on user request:
# One test name on a line
Compiler messages(gcc):
op.c: In function 'OP* Perl_pmruntime(OP*, OP*, OP*, UV, I32)':
op.c:7256:49: warning: 't_cp' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
op.c:6866:14: note: 't_cp' was declared here
op.c:7292:45: warning: 'r_cp' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
op.c:6866:8: note: 'r_cp' was declared here
regcomp.c: In function 'regnode_offset S_regatom(RExC_state_t*, I32*, U32)':
unicode_constants.h:84:47: warning: comparison is always false due to limited 
range of data type [-Wtype-limits]
perl.h:3573:62: note: in definition of macro 'EXPECT'
perl.h:3594:52: note: in expansion of macro 'cBOOL'
regcomp.c:14606:29: note: in expansion of macro 'UNLIKELY'
utf8.h:993:41: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S_NATIVE'
regcomp.c:14606:46: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S'
regcomp.c: In function 'void S_pat_upgrade_to_utf8(RExC_state_t*, char**, 
STRLEN*, int)':
regcomp.c:6642:68: warning: ignoring return value of 'size_t 
S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute 
warn_unused_result [-Wunused-result]
handy.h:2460:9: note: in expansion of macro 'UNLIKELY'
handy.h:2460:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
handy.h:2472:30: note: in expansion of macro 'MEM_WRAP_CHECK'
handy.h:2553:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
regcomp.c:6642:5: note: in expansion of macro 'Newx'
utf8.c: In function 'U8* Perl_bytes_to_utf8(const U8*, STRLEN*)':
utf8.c:2671:55: warning: ignoring return value of 'size_t 
S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute 
warn_unused_result [-Wunused-result]
utf8.c:2671:5: note: in expansion of macro 'Newx'
/usr/include/sys/cdefs_elf.h:67:20: error: missing binary operator before token 
"("
/usr/include/sys/cdefs_elf.h:73:20: error: missing binary operator before token 
"("
/usr/include/sys/cdefs_elf.h:79:20: error: missing binary operator before token 
"("
bzlib.c:102:7: warning: unused parameter 'opaque' [-Wunused-parameter]
bzlib.c:109:6: warning: unused parameter 'opaque' [-Wunused-parameter]
compress.c: In function 'void sendMTFValues(EState*)':
compress.c:243:19: warning: variable 'nBytes' set but not used 
[-Wunused-but-set-variable]
Encode.c: In function 'void XS_Encode_decode(CV*)':
../../XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable]
Encode.c:1356:5: note: in expansion of macro 'dXSI32'
Encode.c: In function 'void XS_Encode_encode(CV*)':
Encode.c:1398:5: note: in expansion of macro 'dXSI32'
Socket.c: In function 'void XS_Socket_pack_ip_mreq_source(CV*)':
Socket.c:1673:7: warning: variable 'interface' set but not used 
[-Wunused-but-set-variable]
const-c.inc:351:1: warning: unused parameter 'iv_return' [-Wunused-parameter]
Piece.xs: In function 'char* _strptime(const char*, const char*, tm*, int*)':
Piece.xs:719:14: warning: 'len' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
re_exec.c: In function 'bool S_regtry(regmatch_info*, char**)':
re_exec.c:6497:38: warning: 'fold_array' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
re_exec.c:6401:17: note: 'fold_array' was declared here
re_exec.c:6503:44: warning: 'folder' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
re_exec.c:6400:16: note: 'folder' was declared here
re_comp.c: In function 'regnode_offset S_regatom(RExC_state_t*, I32*, U32)':
../../unicode_constants.h:84:47: warning: comparison is always false due to 
limited range of data type [-Wtype-limits]
../../perl.h:3573:62: note: in definition of macro 'EXPECT'
../../perl.h:3594:52: note: in expansion of macro 'cBOOL'
re_comp.c:14606:29: note: in expansion of macro 'UNLIKELY'
../../utf8.h:993:41: note: in expansion of macro 
'LATIN_SMALL_LETTER_SHARP_S_NATIVE'
re_comp.c:14606:46: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S'
re_comp.c: In function