From: Chris Lattner Date: Fri, 7 May 2004 18:40:38 +0000 (+0000) Subject: Bug fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=581dc80fd0f46b1079cb3eb35112de6c36aa1708 Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13403 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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