From 12e959c8da8f37a2dbb9e21ea9fe52e97395eb6f Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 6 Jun 2012 07:39:39 +0000 Subject: Add a new broken compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158053 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ea835b3f48..d1df7dd20c 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -590,6 +590,7 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).GCC 4.3.3 (Debian 4.3.3-10) on ARM: Miscompiles parts of LLVM 2.6 when optimizations are turned on. The symptom is an infinite loop in FoldingSetImpl::RemoveNode while running the code generator.

+

SUSE 11 GCC 4.3.4: Miscompiles LLVM, causing crashes in ValueHandle logic.

GCC 4.3.5 and GCC 4.4.5 on ARM: These can miscompile value >> 1 even at -O0. A test failure in test/Assembler/alignstack.ll is one symptom of the problem. -- cgit v1.2.3