diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c7640ec9925a..21b5cb5cee9d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -176,6 +176,7 @@ management functions in libc runtime to allow them to be overriden
  • [llvm-gcc] asserts when an extern inline function is redefined
  • [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