[llvm-testresults] lordcrumb-clang-x86 i386 nightly tester results

Daniel Dunbar daniel at zuster.org
Thu Jun 4 12:04:01 PDT 2009


On Thu, Jun 4, 2009 at 4:02 AM, Apache <apache at cs.uiuc.edu> wrote:
> http://llvm.org/nightlytest/test.php?machine=448&night=11041
> Name: lordcrumb.apple.com
> Nickname: lordcrumb-clang-x86
> Buildstatus: OK
>
> New Test Failures:
> Benchmarks/Prolangs-C/agrep/agrep [CBE]
> Benchmarks/Prolangs-C/football/football [CBE]

I don't know what changed, but in the build log I see a lot of:
--
Output/agrep.cbe.c:8985: warning: function called through a non-compatible type
Output/agrep.cbe.c:8985: note: if this code is reached, the program will abort
--
and agrep.cbe.c:8985 is:
--
  ((void  (*) (unsigned int ))(void*)exit)(2u);
--

And agrep is crashing at runtime. If I replace the casted calls with
direct calls, the crash goes away. Did something change in CBE
yesterday?

 - Daniel



More information about the llvm-testresults mailing list