This:

        print "->"
        concat S0, S0
        print "<-\n"
        end

segfaults,

[ 2:08PM]temp/parrot% ls *.core
zsh: no matches found: *.core
[ 2:09PM]temp/parrot% make test 2>&1 > /dev/null
[ 2:11PM]temp/parrot% ls *.core
test_prog.core

but I don't think anyone noticed.  It's in the string tests as "null
onto null", but passes as the output is '' as expected.  I'm not sure
quite what this test should do to S0, is there a general consensus on
how we should deal with uninitialised registers?

Some good news... other than this string test and almost all of pmc.t (3-22)
os/2 is working.  More on that later though.
-- 
Alex Gough
--
http://users.ox.ac.uk/~shug0957/

Reply via email to