diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-10-11 18:40:33 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-10-11 18:40:33 +0000 |
commit | b7dfaf955b7fc5dfa72514d7e5427939d33a5033 (patch) | |
tree | 7872ac8af58cbfe6f7c38d0db4586045919c388e /docs/GettingStarted.html | |
parent | 0021fc1d97b4d2ca39d29bbfa59d532bdeb7134e (diff) |
Add GCC 4.1.2 from Debian to known bad GCC list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 904b3900d5..9eccb19704 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -556,6 +556,10 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p> portions of its testsuite.</p> <p><b>GCC 4.1.2 on OpenSUSE</b>: Seg faults during libstdc++ build and on x86_64 platforms compiling md5.c gets a mangled constant.</p> +<p><b>GCC 4.1.2 (20061115 (prerelease) (Debian 4.1.1-21)) on Debian</b>: Appears +to miscompile parts of LLVM 2.4. One symptom is ValueSymbolTable complaining +about symbols remaining in the table on destruction.</p> + <p><b>GNU ld 2.16.X</b>. Some 2.16.X versions of the ld linker will produce very long warning messages complaining that some ".gnu.linkonce.t.*" symbol was defined in a discarded section. You can safely ignore these messages as they are |