diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-18 23:04:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-18 23:04:02 +0000 |
commit | 43a54ccb511ab40d3ec561a5529c768c1a9a98d2 (patch) | |
tree | d303d4a3e4f8edce211b939722bfa0adba55417d | |
parent | 3b583a6031dcf4a3665f6b7db3e84a2e306b1b3e (diff) |
Add a few new bugs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10073 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 45f559f446..36db22c9c2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -152,6 +152,9 @@ many platforms, such as X86. <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> +<li><a href="http://llvm.cs.uiuc.edu/PR123">[X86] div and rem constant exprs invalidate iterators!</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR125">[llvmg++] Enum types are incorrectly shrunk to smaller than 'int' size</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR128">[llvmg++] Cannot use pointer to member to initialize global</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -454,6 +457,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 17:46:25 CST 2003 +Last modified: Tue Nov 18 14:56:05 CST 2003 <!-- hhmts end --> </body></html> |