diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 057f94cf644..512db41f3a4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -238,7 +238,6 @@ management functions in libc runtime to allow them to be overriden
  • [llvmg++] Dynamically initialized constants cannot be marked 'constant'
  • [llvmgcc] floating-point unary minus is incorrect for +0.0
  • [llvm-gcc] miscompilation of 'X = Y = Z' with aggregate values
  • -
  • [llvm-gcc] miscompilation when a function is re-declared as static
  • [llvmgcc] Invalid code created for complex division operation
  • [llvmgcc] Incorrect code generation for pointer subtraction
  • [llvmg++] Crash assigning pointers-to-members with casted types
  • @@ -367,6 +366,9 @@ Initialization of global union variables can only be done with the largest union member. + +
  • [llvm-gcc] Error when an implicitly external function is re-declared as static
  • +