From fcc54b3ede1c4234fc1a0ccb70689288c2e33f13 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2003 22:14:37 +0000 Subject: Add links to bugzilla git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8950 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7e827ab3e6..1187d449f1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -190,6 +190,11 @@ sections. - These functions have not been tested.

+

  • Bugs:
    + Oversized integer bitfields cause crash.
    + LLVM needs explicit support for weak variables.
    +

    +

  • Although many GCC extensions are supported, some are not. In particular, the following extensions are known to not be supported:
      @@ -324,24 +329,30 @@ 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 . +

    1. Code for executing +destructors when unwinding is not shared. + +


      Known problems with the X86 back-end


      Known problems with the Sparc back-end