From 18c4d850c495cd83ffcede75cb8a2301396c22fb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Nov 2003 01:07:41 +0000 Subject: [PATCH] One new bug fixed, one old bug fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10102 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a210df819c5..414a7e705fc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -165,6 +165,8 @@ many platforms, such as X86.
  • [llvm-gcc] ?: operator as lvalue not implemented
  • [C/C++] Bogus warning about taking the address of 'register' variable
  • bugpoint must not pass -R to Mach-O linker
  • +
  • crash assigning into an array in a struct which contains a bitfield.
  • +
  • Oversized integer bitfields cause crash
  • @@ -232,8 +234,6 @@ more than 256 elements.

    Bugs: