Add new bug fixed in the CFE

llvm-svn: 10065
This commit is contained in:
Chris Lattner 2003-11-18 06:25:05 +00:00
parent d2ca66ee8c
commit 37d449d870
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ many platforms, such as X86.
<li><a href="http://llvm.cs.uiuc.edu/PR110">[bcreader] Incorrect cast causes misread forward constant references</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR112">Casting a string constant to void crashes llvm-gcc</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR116">[adce] ADCE considers blocks without postdominators to be unreachable</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR54">C front-end miscompiles unsigned enums whose LLVM types are signed</a></li>
</ol><p>
At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden