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: