From 87c74b7ec4e9bb5714fa81e5a23bee702d117f83 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Nov 2004 00:43:59 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18297 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ad595478d1f..14dc7eb8c58 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -266,8 +266,10 @@ were fixed: array with constructors in hard EH situations
  • [llvm-gcc] Inline function redefinitions error due to 'asm' function rename
  • -
  • [llvm-gcc] Error when an +
  • [llvm-gcc] Error when an implicitly external function is re-declared as static
  • +
  • [llvmgcc] Structure field with + non-constant offset crashes llvmgcc
  • Bugs fixed in the Sparc V9 back-end: