At 04:18 PM 3/21/00 -0500, Carl Friedberg wrote:
>CC/DECC/NOANSI_ALIAS
>/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=PERL_COR
>E SV.C
>
>     assert(len >= 0);  /* STRLEN is probably unsigned, so this may
>....^
>%CC-I-QUESTCOMPARE, In this statement, the unsigned expression "len" is
>being compared with a relational operator to a constant whose value is not
>greater than zero.  This might not be what you intended.
>at line number 2850 in file SYS_UTILITY:[PERL.PERL-5_6_0-RC3]SV.C;1

Saw that--figured 'd leave it be for now and patch it for 5.6.1. (Of 
course, that was two weeks ago when 5.6.0 was coming out in a few hours, 
but... :)

>CC/DECC
>/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/NOANSI_ALIAS/De
>fine=("VERSION=""1.0""","XS_VERSION=""1.0""")/Include=([--])/Optimize
>THREAD.c
>
>remove_thread(pTHX_ struct perl_thread *t)
>....................^
>%CC-I-PROTOSCOPE, The type "struct perl_thread" has been declared within and
>is limited to a function prototype scope.  It will not be compatible with an
>identical type declared in another scope.  This might not be what you
>intended.
>at line number 24 in file

Known and ignorable. It only crops up if you're building the thread module 
without threads. The other platforms do it, so we do too now.

>[.lib]glob-basic........FAILED on test 3

Test problem.

>[.lib]vmsish............FAILED on test 7

Timezone issue IIRC

>[.pragma]warnings.......FAILED on test 216

An older PERL_ROOT is found as part of the test. A sub-test fails with the 
error it's expecting plus some extra shareable image mismatch errors.

Looks good... ;)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to