From 2dbb00ea9aeb31e0f767062c679418db8a3f56dc Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 2 Mar 2009 16:35:57 +0000 Subject: [PATCH] Use GCC not gcc, like everywhere else in this document. llvm-svn: 65845 --- llvm/docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 2bc3f0f533ff..3501c5f0d654 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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.