diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-05-07 18:40:38 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-05-07 18:40:38 +0000 | 
| commit | 3553fe3a5b6c8d44d67704c554bd3bfa976199cf (patch) | |
| tree | 1c7ed97b1eaa0ba6baeca5689bd02e7840ff314e /llvm/docs/ReleaseNotes.html | |
| parent | 798b5e4a6f661c6b29e2b8fdba1f51ab1ad1aee2 (diff) | |
| download | bcm5719-llvm-3553fe3a5b6c8d44d67704c554bd3bfa976199cf.tar.gz bcm5719-llvm-3553fe3a5b6c8d44d67704c554bd3bfa976199cf.zip | |
Bug fixed
llvm-svn: 13403
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 9768c15eaac..a64a2209eab 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -212,7 +212,8 @@ the same name, both having constant pools</a></li>  <p>Bugs in the C/C++ front-end:</p>  <ol> -<li><a href="http://llvm.cs.uiuc.edu/PR326">[llvmgcc] Crash on use of undeclared enum type</a></li></li> +<li><a href="http://llvm.cs.uiuc.edu/PR326">[llvmgcc] Crash on use of undeclared enum type</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array indexing miscompiled</a></li>  </ol>  </div> | 

