From: John Criswell Date: Tue, 23 Nov 2004 22:06:24 +0000 (+0000) Subject: Added remark about GCC 3.2.2. Someone with more knowledge of the problem X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=294ba022bc0f365953bd63b893ee84167a96c7d5;p=oota-llvm.git Added remark about GCC 3.2.2. Someone with more knowledge of the problem can elaborate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18177 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index cccd49e82c6..3afbc890453 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -458,10 +458,11 @@ of GCC you are using. problems in the STL that effectively prevent it from compiling LLVM.

+

GCC 3.2.2: This version of GCC fails to compile LLVM.

+

GCC 3.3.2: This version of GCC suffered from a serious bug which causes it to crash in the "convert_from_eh_region_ranges_1" GCC function.

-