forked from OSchip/llvm-project
Added remark about GCC 3.2.2. Someone with more knowledge of the problem
can elaborate. llvm-svn: 18177
This commit is contained in:
parent
c5fc6f5717
commit
fd769457b8
|
@ -458,10 +458,11 @@ of GCC you are using.
|
|||
problems in the STL that effectively prevent it from compiling LLVM.
|
||||
</p>
|
||||
|
||||
<p><b>GCC 3.2.2</b>: This version of GCC fails to compile LLVM.</p>
|
||||
|
||||
<p><b>GCC 3.3.2</b>: This version of GCC suffered from a <a
|
||||
href="http://gcc.gnu.org/PR13392">serious bug</a> which causes it to crash in
|
||||
the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue