diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-19 01:08:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-19 01:08:24 +0000 |
commit | 6ff1a9272d6d1b3eda313580e94dc69387d07346 (patch) | |
tree | 62d0703b8e07aab2be6756f45a7731ecffd3ac27 | |
parent | 2cbb7543b27fbaa4e9125cfe17d7ece4e09decf7 (diff) |
More bugz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10077 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 36db22c9c2..2f16adb8a1 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -155,6 +155,8 @@ many platforms, such as X86. <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> +<li><a href="http://llvm.cs.uiuc.edu/PR130">[vmcore] Symbol table doesn't rename colliding variables during type resolution</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR131">[llvm-gcc] ?: operator as lvalue not implemented</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -457,6 +459,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: Tue Nov 18 14:56:05 CST 2003 +Last modified: Tue Nov 18 19:06:34 CST 2003 <!-- hhmts end --> </body></html> |