[llvm-commits] [llvm] r65845 - /llvm/trunk/docs/ReleaseNotes.html
Duncan Sands
baldrick at free.fr
Mon Mar 2 08:36:00 PST 2009
Author: baldrick
Date: Mon Mar 2 10:35:57 2009
New Revision: 65845
URL: http://llvm.org/viewvc/llvm-project?rev=65845&view=rev
Log:
Use GCC not gcc, like everywhere else in this document.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=65845&r1=65844&r2=65845&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Mar 2 10:35:57 2009
@@ -906,7 +906,7 @@
(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>
More information about the llvm-commits
mailing list