The pasm files in examples/benchmarks give an error when run with parrot, because they lack a final line feed character (at the very end of the files):

error:imcc:parse error, unexpected EOM, expecting '\n'

in file 'examples/benchmarks/gc_waves_sizeable_data.pasm' line 85

I'd imagine this indicates a behavior change in imcc at some point. It's easy enough to add the LFs, but it might be better to not require the final line end character.

JEff

Reply via email to