From 335945deb606b2c37071e04b62b06f0ec8cb8bd0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 May 2004 18:40:38 +0000 Subject: [PATCH] Bug fixed llvm-svn: 13403 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9768c15eaac..a64a2209eab 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -212,7 +212,8 @@ the same name, both having constant pools

Bugs in the C/C++ front-end:

    -
  1. [llvmgcc] Crash on use of undeclared enum type
  2. +
  3. [llvmgcc] Crash on use of undeclared enum type
  4. +
  5. [llvmgcc] Variable length array indexing miscompiled