diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-18 06:25:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-18 06:25:05 +0000 |
commit | 37d449d87065114119a89b6db78fef00792a219c (patch) | |
tree | 125a2d3e13f66d96e2850997489030a18f89d101 /llvm | |
parent | d2ca66ee8c1cc4f71b79b1e9456dcfd4127ed116 (diff) | |
download | bcm5719-llvm-37d449d87065114119a89b6db78fef00792a219c.tar.gz bcm5719-llvm-37d449d87065114119a89b6db78fef00792a219c.zip |
Add new bug fixed in the CFE
llvm-svn: 10065
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 14b31d49d4f..45f559f4460 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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 |