[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sun Mar  7 22:56:03 PST 2004
    
    
  
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.138 -> 1.139
---
Log message:
Bug fixed
---
Diffs of the changes:  (+2 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.138 llvm/docs/ReleaseNotes.html:1.139
--- llvm/docs/ReleaseNotes.html:1.138	Thu Feb 26 23:26:23 2004
+++ llvm/docs/ReleaseNotes.html	Sun Mar  7 22:55:45 2004
@@ -229,6 +229,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR216">[llvmgcc] floating-point unary minus is incorrect for +0.0</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR221">[llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR244">[llvm-gcc] miscompilation when a function is re-declared as static</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR272">[llvmgcc] Invalid code created for complex division operation</a></li>
 </ol>
 
 </div>
@@ -619,7 +620,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/02/27 05:26:23 $
+  Last modified: $Date: 2004/03/08 04:55:45 $
 </address>
 
 </body>
    
    
More information about the llvm-commits
mailing list