From: Duncan Sands Date: Mon, 2 Mar 2009 16:35:57 +0000 (+0000) Subject: Use GCC not gcc, like everywhere else in this document. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd3e6722d90984f8911853622a5f2dfb47b9c308;p=oota-llvm.git 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 --- 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 cxg2021 ACATS tests fail (c380004 also fails with gcc-4.2 mainline). If the compiler is built with checks disabled then c393010 causes the compiler to go into an infinite loop, using up all system memory. -
  • Some gcc specific Ada tests continue to crash the compiler.
  • +
  • Some GCC specific Ada tests continue to crash the compiler.
  • The -E binder option (exception backtraces) does not work and will result in programs crashing if an exception is raised. Workaround: do not use -E.