Use GCC not gcc, like everywhere else in this document.

llvm-svn: 65845
This commit is contained in:
Duncan Sands 2009-03-02 16:35:57 +00:00
parent ea03c9d300
commit 2dbb00ea9a
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ and <a href="http://llvm.org/PR2421">cxg2021</a> ACATS tests fail
(c380004 also fails with gcc-4.2 mainline). (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> 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> 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) <li>The -E binder option (exception backtraces)
<a href="http://llvm.org/PR1982">does not work</a> and will result in programs <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> crashing if an exception is raised. Workaround: do not use -E.</li>