From 3af47228c0bb269853a938a487fb95531955b93d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 16 Nov 2003 22:11:42 +0000 Subject: [PATCH] Bugz fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10037 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index bbc96e6e831..4ecb2034b8a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,6 +125,9 @@ In this release, the following bugs in the previous release were fixed:

  • [instcombine] Resolving invoke inserts cast after terminator
  • llvm-as crashes when labels are used in phi nodes
  • [build problem] Callgraph.cpp not pulled in from libipa.a
  • +
  • Variables in scope of output setjmp +calls should be volatile. Note that this does not effect correctness on +many platforms, such as X86.
  • llvm-gcc crashes compiling global union initializer
  • C front-end crash on empty structure
  • CFrontend crashes when compiling C99 compound expressions
  • @@ -414,10 +417,6 @@ cannot include special floating point numbers like Not-A-Number or Infinity.

    supported. This should not affect LLVM produced by the C or C++ frontends.

    -

  • Variables in scope of output setjmp -calls should be volatile. Note that this does not effect correctness on -many platforms.

    -

  • The code produces by the C back-end has only been tested with the Sun CC, GCC, and Intel compilers. It is possible that it will have to be adjusted to support other C compilers.

    @@ -451,6 +450,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Sun Nov 16 15:41:42 CST 2003 +Last modified: Sun Nov 16 16:11:04 CST 2003 -- 2.34.1