On Thu, 4 May 2006, Laurent GUERBY wrote:
> BUILD alone means that the sequence
>
> gnatchop x
> ls * > tmp
> main=`tail -1 tmp`
> echo "BUILD $main"
>
> got an empty tmp file.
>
> I see that from time to time, more on SMP/dual core machines, if you add
> sync or sleep it goes away but the run
BUILD alone means that the sequence
gnatchop x
ls * > tmp
main=`tail -1 tmp`
echo "BUILD $main"
got an empty tmp file.
I see that from time to time, more on SMP/dual core machines, if you add
sync or sleep it goes away but the run is slower. I've always assumed
it's some kind of process/kernel/f
>
> I'm experiencing ACATS failures that manifest in
>
> splitting
> /abuild/rguenther/obj4/gcc/testsuite/ada/acats/tests/a/ada101a.ada into:
>ada101a.adb
> BUILD
> FAIL: ada101a
> BUILD
> FAIL: c760009
> splitting
> /abuild/rguenther/obj4/gcc/testsuite/ada/acats/tests/cd/cd2a22i.ada in