forked from OSchip/llvm-project
Use GCC not gcc, like everywhere else in this document.
llvm-svn: 65845
This commit is contained in:
parent
ea03c9d300
commit
2dbb00ea9a
|
@ -906,7 +906,7 @@ and <a href="http://llvm.org/PR2421">cxg2021</a> ACATS tests fail
|
|||
(c380004 also fails with gcc-4.2 mainline).
|
||||
If the compiler is built with checks disabled then <a href="http://llvm.org/PR2010">c393010</a>
|
||||
causes the compiler to go into an infinite loop, using up all system memory.</li>
|
||||
<li>Some gcc specific Ada tests continue to crash the compiler.</li>
|
||||
<li>Some GCC specific Ada tests continue to crash the compiler.</li>
|
||||
<li>The -E binder option (exception backtraces)
|
||||
<a href="http://llvm.org/PR1982">does not work</a> and will result in programs
|
||||
crashing if an exception is raised. Workaround: do not use -E.</li>
|
||||
|
|
Loading…
Reference in New Issue