diff options
author | Duncan Sands <baldrick@free.fr> | 2009-03-02 16:35:57 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-03-02 16:35:57 +0000 |
commit | 2dbb00ea9aeb31e0f767062c679418db8a3f56dc (patch) | |
tree | 79b405f02d46459f8d1d201c3e6baafdd45e7428 /llvm/docs/ReleaseNotes.html | |
parent | ea03c9d3005fc30bceaeb4c15f7f55f610941c86 (diff) | |
download | bcm5719-llvm-2dbb00ea9aeb31e0f767062c679418db8a3f56dc.tar.gz bcm5719-llvm-2dbb00ea9aeb31e0f767062c679418db8a3f56dc.zip |
Use GCC not gcc, like everywhere else in this document.
llvm-svn: 65845
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 2bc3f0f533f..3501c5f0d65 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |