diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 21:28:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-11 21:28:31 +0000 |
commit | 72f92f076e5b0552f182748136171e27e3aebb7c (patch) | |
tree | 3c52b61c509556b6026ee51a656b86204a8448fc /docs/GettingStarted.html | |
parent | 2a70657b5fa1d9265307b9dffbbacf6991ae7152 (diff) |
Add Scott's note about GCC 4.1.2 on OpenSUSE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 099b7d7450..0e871336de 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -539,6 +539,8 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p> miscompiles portions of LLVM</a> when compiling llvm itself into 64-bit code. LLVM will appear to mostly work but will be buggy, e.g. failing 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>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 |