Document bug 240
authorChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 23:09:07 +0000 (23:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Feb 2004 23:09:07 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11487 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 91eac9d230f08e32a6be8e6357af3297f88f561e..12651e465408d7e3d44aec05938bf0adaafd8ac2 100644 (file)
@@ -262,12 +262,12 @@ table in the archive).</li>
 <li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
 more than 256 elements</a>.</li>
 
-<li>
-The gccld program 
-<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=139">
-does not link objects/archives in the order specified on the command line.
-</a>
-</li>
+<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
+values live across a setjmp as volatile</a>.  This missing feature only effects
+targets whose setjmp/longjmp libraries do not save and restore the entire
+register file.</li>
 </ul>
 </div>