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: > _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
