This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Fix missed PRE optimization discovered


On Tue, 2008-10-21 at 15:12 +0200, Eric Botcazou wrote:
> Btw, do you know why you sometimes have a few ACATS failures in your report?

Most of the time in the logs for these random fail I have a successful
gnatmake then when executing the test the executable file is not found.

This happens less now that we have a sync
in /gcc/testsuite/ada/acats/run_all.sh:

      if [ ! -x $dir/tests/$chapter/$i/$binmain ]; then
         sync
      fi
      target_run $dir/tests/$chapter/$i/$binmain > $dir/tests/$chapter/$i/${i}.log 2>&1
      cd $dir/tests/$chapter/$i

But this still happens.

Laurent


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]