From 4df69b835224e9632139ce5b43d02a39204cf8c8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 Nov 2004 06:31:42 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18237 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index eeeb195e163..73d38320152 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -216,6 +216,8 @@ were fixed:
  • [llvmg++] not enough templates are instantiated
  • [llvmg++] Extern const globals cannot be marked 'constant' if they have nontrivial ctors or dtors
  • +
  • [llvmgcc] Crash compiling unnamed + bitfield which does not increase struct size
  • Bugs fixed in the Sparc V9 back-end:

    -- 2.34.1