From 2a3cdf7e34deaaf984291cd41cf1f8c6984fccf5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Feb 2005 19:31:02 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20357 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 062921659bb..96a911c26c5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -170,6 +170,8 @@ were fixed: virtual function thunk with an unnamed argument
  • [llvm-gcc] Crash on certain C99 complex number routines
  • +
  • [llvm-g++] Crash using placement + new on an array type
  • -- 2.34.1