[cfe-commits] r133323 - in /cfe/trunk: include/clang/ARCMigrate/ARCMTActions.h include/clang/Frontend/FrontendAction.h lib/ARCMigrate/ARCMT.cpp lib/ARCMigrate/ARCMTActions.cpp lib/ARCMigrate/Internals.h lib/Frontend/FrontendAction.cpp test/ARCMT/

Eli Friedman eli.friedman at gmail.com
Wed Jun 22 16:02:06 PDT 2011


On Wed, Jun 22, 2011 at 2:33 PM, Argyrios Kyrtzidis <kyrtzidis at apple.com> wrote:
> On Jun 22, 2011, at 1:39 PM, Galina Kistanova wrote:
>
>>> Are they all crashing at StmtVisitor.h:102, "assert(0 > && "Unknown stmt kind!")" ?
>> Seems only few of them. They all here:
>> http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9/builds/248/steps/test-clang/logs/stdio
>
> Not much info to go on, either miscompilation or undefined behavior but everything looks spiffy on my end :-/
>
> Note that there are crashes on llvm tests as well.

The llvm test crashes on clang-native-arm-cortex-a9 are all related to
ARM JIT; my working assumption is that it legitimately broken, and
nobody noticed until the buildbot was set up.

-Eli



More information about the cfe-commits mailing list