[cfe-dev] TEST 'CodeGen/enum.c' FAILED!

Chris Lattner clattner at apple.com
Thu Dec 27 22:28:34 PST 2007


On Dec 20, 2007, at 11:57 AM, Ted Kremenek wrote:

> This test is now failing:

After fruitlessly hunting for a clang revision that doesn't trigger  
this, I finally realized that this is actually an LLVM optimizer  
miscompilation.  With this patch, clang now passes all of its tests:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071224/056613.html

-Chris

>
> ******************** TEST 'CodeGen/enum.c' FAILED!  
> ********************
> Command:
>  clang CodeGen/enum.c -emit-llvm | llvm-as | opt -std-compile-opts |
> llvm-dis | grep 'ret i32 6'
> Output:
>




More information about the cfe-dev mailing list