diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-05-10 05:37:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-05-10 05:37:14 +0000 |
| commit | 455563bb96035b52175abe064e9103da43ab984d (patch) | |
| tree | c9a8188e8b35559eb19b9e461ba737044888c247 | |
| parent | b42c11265cdff0f9c0c853f6ff27eb43c9f12a36 (diff) | |
| download | bcm5719-llvm-455563bb96035b52175abe064e9103da43ab984d.tar.gz bcm5719-llvm-455563bb96035b52175abe064e9103da43ab984d.zip | |
another version of gcc that miscompiles llvm.
llvm-svn: 36971
| -rw-r--r-- | llvm/docs/GettingStarted.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 0e871336deb..3860e40c64e 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -525,6 +525,9 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p> possibly others) does not compile LLVM correctly (it appears that exception handling is broken in some cases). Please download the FSF 3.3.3 or upgrade to a newer version of GCC.</p> +<p><b>GCC 3.4.0</b> on linux/x86 (32-bit)</b>: GCC miscompiles portions of the + code generator, causing an infinite loop in the llvm-gcc build. Please + upgrade to GCC 3.4.2.</p> <p><b>GCC 3.4.x</b> on X86-64/amd64</b>: GCC <a href="http://llvm.org/PR1056"> miscompiles portions of LLVM</a>.</p> <p><b>IA-64 GCC 4.0.0</b>: The IA-64 version of GCC 4.0.0 is known to |

