From dcc1599599b594a16a5057a9ab79bf3020a0090c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Nov 2004 22:47:08 +0000 Subject: [PATCH] Bug fixed llvm-svn: 18291 --- llvm/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 3c76da0ac73b..6de0d1fcada8 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -262,6 +262,8 @@ were fixed: bitfield which does not increase struct size
  • [llvmgcc] llvmgcc emits invalid constant exprs
  • +
  • [llvmg++] Crash in initializing + array with constructors in hard EH situations
  • Bugs fixed in the Sparc V9 back-end: