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 | dd3e6722d90984f8911853622a5f2dfb47b9c308 (patch) | |
tree | 2fcb038304cabf966ab72cc12e6d17431672d549 /docs/ReleaseNotes.html | |
parent | 524a5ddbb346dbdd29437b17d86d2be2aaec36dd (diff) | |
download | external_llvm-dd3e6722d90984f8911853622a5f2dfb47b9c308.zip external_llvm-dd3e6722d90984f8911853622a5f2dfb47b9c308.tar.gz external_llvm-dd3e6722d90984f8911853622a5f2dfb47b9c308.tar.bz2 |
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2bc3f0f..3501c5f 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> |