Using Debian's 5.6.1 build...

All tests successful, 20 subtests skipped.
Files=19, Tests=313, 379 wallclock secs (309.75 cusr + 54.29 csys = 364.04 CPU)

but I do get some warnings.

cc -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline 
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare    -I./include  -o misc.o -c 
misc.c
misc.c: In function `Parrot_vsprintf_s':
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:361: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:368: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:375: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:382: warning: negative integer implicitly converted to unsigned type
misc.c:389: warning: negative integer implicitly converted to unsigned type
misc.c:389: warning: negative integer implicitly converted to unsigned type
misc.c:397: warning: negative integer implicitly converted to unsigned type
misc.c:397: warning: negative integer implicitly converted to unsigned type
misc.c:405: warning: negative integer implicitly converted to unsigned type
misc.c:405: warning: negative integer implicitly converted to unsigned type
misc.c:413: warning: negative integer implicitly converted to unsigned type
misc.c:413: warning: negative integer implicitly converted to unsigned type
misc.c:421: warning: negative integer implicitly converted to unsigned type
misc.c:421: warning: negative integer implicitly converted to unsigned type
misc.c:429: warning: negative integer implicitly converted to unsigned type
misc.c:429: warning: negative integer implicitly converted to unsigned type
misc.c:438: warning: negative integer implicitly converted to unsigned type
misc.c:438: warning: negative integer implicitly converted to unsigned type
misc.c:444: warning: negative integer implicitly converted to unsigned type
misc.c:444: warning: negative integer implicitly converted to unsigned type
misc.c:450: warning: negative integer implicitly converted to unsigned type
misc.c:450: warning: negative integer implicitly converted to unsigned type

and then later

cc -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline 
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare    -I../include -o default.o 
-c default.c
default.pmc: In function `Parrot_default_get_integer_keyed':
default.pmc:50: warning: control reaches end of non-void function
default.pmc: In function `Parrot_default_get_number_keyed':
default.pmc:58: warning: control reaches end of non-void function
default.pmc: In function `Parrot_default_get_string_keyed':
default.pmc:67: warning: control reaches end of non-void function
default.pmc: In function `Parrot_default_get_pmc_keyed':
default.pmc:87: warning: control reaches end of non-void function

more to come

cc -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline 
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare    -I./include  -o 
encodings/singlebyte.o -c encodings/singlebyte.c
encodings/singlebyte.c: In function `singlebyte_skip_forward':
encodings/singlebyte.c:49: warning: cast discards qualifiers from pointer target type
encodings/singlebyte.c: In function `singlebyte_skip_backward':
encodings/singlebyte.c:57: warning: cast discards qualifiers from pointer target type
cc -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline 
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare    -I./include  -o 
encodings/utf8.o -c encodings/utf8.c
encodings/utf8.c: In function `utf8_skip_forward':
encodings/utf8.c:113: warning: cast discards qualifiers from pointer target type
encodings/utf8.c: In function `utf8_skip_backward':
encodings/utf8.c:125: warning: cast discards qualifiers from pointer target type
cc -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline 
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare    -I./include  -o 
encodings/utf16.o -c encodings/utf16.c
encodings/utf16.c: In function `utf16_skip_forward':
encodings/utf16.c:87: warning: cast discards qualifiers from pointer target type
encodings/utf16.c: In function `utf16_skip_backward':
encodings/utf16.c:112: warning: cast discards qualifiers from pointer target type
cc -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline 
-Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion 
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare    -I./include  -o 
encodings/utf32.o -c encodings/utf32.c
encodings/utf32.c: In function `utf32_skip_forward':
encodings/utf32.c:54: warning: cast discards qualifiers from pointer target type
encodings/utf32.c: In function `utf32_skip_backward':
encodings/utf32.c:62: warning: cast discards qualifiers from pointer target type





-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
you're a bleeding-heart
liberal.  LET ME PLUG MY
ASS WITH PASTE RIGHT NOW!
        -- japhy

Reply via email to