Nicholas Clark <nick@ccl4.org> wrote: :would you all be so kind as to download this snapshot [...] All tests successful. u=4.72 s=1.25 cu=259.65 cs=26.95 scripts=959 tests=122092 make[2]: Leaving directory `/src/package/lang/perl/perl-30145' make[1]: Leaving directory `/src/package/lang/perl/perl-30145' I haven't built maint for a while, and I notice a number of compile-time warnings I don't recognise. (This may also be due to upgrading to gcc 4.1.x.) op.c: In function 'Perl_fold_constants': op.c:2079: warning: argument 'o' might be clobbered by 'longjmp' or 'vfork' mg.c: In function 'Perl_magic_regdata_cnt': mg.c:507: warning: suggest parentheses around && within || mg.c: In function 'Perl_magic_setenv': mg.c:1127: warning: unused variable 'path_sep' perl.c: In function 'Perl_call_list': perl.c:5266: warning: variable 'oldline' might be clobbered by 'longjmp' or 'vfo rk' pp_hot.c: In function 'Perl_pp_sassign': pp_hot.c:144: warning: value computed is not used (Looks like SvUPGRADE() needs a (void) cast.) sv.c: In function 'Perl_sv_2pv_flags': sv.c:2608: warning: value computed is not used sv.c: In function 'Perl_sv_force_normal_flags': sv.c:3751: warning: signed and unsigned type in conditional expression sv.c: In function 'Perl_sv_clear': sv.c:4668: warning: signed and unsigned type in conditional expression pp.c: In function 'Perl_pp_ucfirst': pp.c:3473: warning: value computed is not used pp.c: In function 'Perl_pp_uc': pp.c:3571: warning: value computed is not used pp.c: In function 'Perl_pp_lc': pp.c:3670: warning: value computed is not used pp_ctl.c: In function 'S_run_user_filter': pp_ctl.c:3972: warning: value computed is not used doio.c: In function 'Perl_do_shmio': doio.c:2254: warning: comparison between signed and unsigned doio.c:2254: warning: signed and unsigned type in conditional expression regexec.c: In function 'S_regcppop': regexec.c:246: warning: comparison between signed and unsigned regexec.c:264: warning: comparison between signed and unsigned mathoms.c: In function 'S_vdie_common': mathoms.c:1291: warning: unused parameter 'message' mathoms.c:1291: warning: unused parameter 'msglen' mathoms.c:1291: warning: unused parameter 'utf8' opmini.c: In function 'Perl_fold_constants': opmini.c:2079: warning: argument 'o' might be clobbered by 'longjmp' or 'vfork' Hugo