[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 27 11:31:15 PST 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.302 -> 1.303
---
Log message:
Bug fixed
---
Diffs of the changes: (+3 -1)
ReleaseNotes.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.302 llvm/docs/ReleaseNotes.html:1.303
--- llvm/docs/ReleaseNotes.html:1.302 Sun Feb 20 17:31:49 2005
+++ llvm/docs/ReleaseNotes.html Sun Feb 27 13:31:02 2005
@@ -170,6 +170,8 @@
virtual function thunk with an unnamed argument</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR522">[llvm-gcc] Crash on certain
C99 complex number routines</a></li>
+ <li><a href="http://llvm.cs.uiuc.edu/PR529">[llvm-g++] Crash using placement
+ new on an array type</a></li>
</ol>
</div>
@@ -591,7 +593,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: 2005/02/20 23:31:49 $
+ Last modified: $Date: 2005/02/27 19:31:02 $
</address>
</body>
More information about the llvm-commits
mailing list