[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 18 00:26:04 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.49 -> 1.50

---
Log message:

Add new bug fixed in the CFE


---
Diffs of the changes:  (+1 -0)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.49 llvm/docs/ReleaseNotes.html:1.50
--- llvm/docs/ReleaseNotes.html:1.49	Sun Nov 16 17:49:26 2003
+++ llvm/docs/ReleaseNotes.html	Tue Nov 18 00:25:05 2003
@@ -151,6 +151,7 @@
 <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





More information about the llvm-commits mailing list