From 3074b34ad042f8812d0c8c11726d6aeb738b1e4a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 27 Nov 2003 09:51:54 +0000 Subject: [PATCH] PR11 is now fixed for 1.1 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10242 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ba18b1805c3..24000707f9d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -148,6 +148,8 @@ cases).
  • Constant initializers now generate loops instead of potentially huge amounts of straight-line code.
  • +
  • Code for running C++ destructors is now properly shared when possible. Before, the C++ front-end +generated N^2 amounts of duplicated cleanup code in some cases.
  • In this release, the following bugs in the previous release were fixed:

    @@ -513,10 +515,6 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes.

    different from the model used in the Itanium ABI, so exceptions will not interact correctly. -

  • Code for executing destructors when - unwinding is not shared (this is a quality of implementation problem, - which does not effect functionality).
  • -