From dd3e6722d90984f8911853622a5f2dfb47b9c308 Mon Sep 17 00:00:00 2001 From: Duncan Sands <baldrick@free.fr> Date: Mon, 2 Mar 2009 16:35:57 +0000 Subject: [PATCH] Use GCC not gcc, like everywhere else in this document. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65845 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2bc3f0f533f..3501c5f0d65 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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>