aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-18 06:25:05 +0000
committerChris Lattner <sabre@nondot.org>2003-11-18 06:25:05 +0000
commit17a51cecfdf38bf268f6d5b426f760650e8471ad (patch)
treecd6a1ae2f634eadf0e24471aecae52f69cf70e26 /docs
parentff336a4e7f9a71834bb60a540a14dd023e7cbcfd (diff)
downloadexternal_llvm-17a51cecfdf38bf268f6d5b426f760650e8471ad.zip
external_llvm-17a51cecfdf38bf268f6d5b426f760650e8471ad.tar.gz
external_llvm-17a51cecfdf38bf268f6d5b426f760650e8471ad.tar.bz2
Add new bug fixed in the CFE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 14b31d4..45f559f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -151,6 +151,7 @@ many platforms, such as X86.
<li><a href="http://llvm.cs.uiuc.edu/PR110">[bcreader] Incorrect cast causes misread forward constant references</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR112">Casting a string constant to void crashes llvm-gcc</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR116">[adce] ADCE considers blocks without postdominators to be unreachable</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR54">C front-end miscompiles unsigned enums whose LLVM types are signed</a></li>
</ol><p>
At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden