aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-16 22:11:42 +0000
committerChris Lattner <sabre@nondot.org>2003-11-16 22:11:42 +0000
commit3af47228c0bb269853a938a487fb95531955b93d (patch)
tree85b8d45e0630c43eece50083d8d79223c78bfcf9 /docs/ReleaseNotes.html
parent780bcaabaa2ed4a697432ed06c21d68a4c2c262c (diff)
downloadexternal_llvm-3af47228c0bb269853a938a487fb95531955b93d.zip
external_llvm-3af47228c0bb269853a938a487fb95531955b93d.tar.gz
external_llvm-3af47228c0bb269853a938a487fb95531955b93d.tar.bz2
Bugz fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index bbc96e6..4ecb203 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:<p>
<li><a href="http://llvm.cs.uiuc.edu/PR70">[instcombine] Resolving invoke inserts cast after terminator</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR71">llvm-as crashes when labels are used in phi nodes</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR72">[build problem] Callgraph.cpp not pulled in from libipa.a</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR77">Variables in scope of output setjmp
+calls should be volatile</a>. Note that this does not effect correctness on
+many platforms, such as X86.
<li><a href="http://llvm.cs.uiuc.edu/PR79">llvm-gcc crashes compiling global union initializer</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR80">C front-end crash on empty structure</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li>
@@ -414,10 +417,6 @@ cannot include special floating point numbers like Not-A-Number or Infinity.<p>
supported</a>. This should not affect LLVM produced by the C or C++
frontends.<p>
-<li><a href="http://llvm.cs.uiuc.edu/PR77">Variables in scope of output setjmp
-calls should be volatile</a>. Note that this does not effect correctness on
-many platforms.<p>
-
<li>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.<p>
@@ -451,6 +450,6 @@ via the mailing lists.<p>
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
<!-- hhmts start -->
-Last modified: Sun Nov 16 15:41:42 CST 2003
+Last modified: Sun Nov 16 16:11:04 CST 2003
<!-- hhmts end -->
</body></html>