Jerry,
Did you have him add the missing pos to the first read?
Having that line read...
read(10, pos=1) anarray
...solved the problems I was seeing with the -O1 and -O2
builds of that testcase. I thought Steve said that it
was expected to have to reset the pos back to 1 for the
read.
Jack