Add new bug fixed in the CFE
authorChris Lattner <sabre@nondot.org>
Tue, 18 Nov 2003 06:25:05 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Nov 2003 06:25:05 +0000 (06:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10065 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 14b31d49d4f2d56d5b37a068dae96215784e5d93..45f559f4460adfdb79b573d4c7ff0a890e0ea147 100644 (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