diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-14 06:42:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-14 06:42:01 +0000 |
commit | 6e4046f425ed87aba874809f14a4a591687af2f5 (patch) | |
tree | 3997f71745c3bfb2add672d127d56212ba23aedb | |
parent | 8dc6ba9a12c04444196c8231833a55b0630d2838 (diff) |
Bugz come in, bugs go out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9995 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 92fe1b1c50..d38ee6667d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -137,6 +137,7 @@ In this release, the following bugs in the previous release were fixed:<p> <li><a href="http://llvm.cs.uiuc.edu/PR104">[c++] C++ Frontend lays out superclasses like anonymous bitfields!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR107">AsmParser Misses Symbol Redefinition Error</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR108">gccld -Lfoo -lfoo fails to find ./foo/libfoo.a</a></li> +<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> </ol><p> @@ -444,6 +445,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: Wed Nov 12 16:48:33 CST 2003 +Last modified: Fri Nov 14 00:41:21 CST 2003 <!-- hhmts end --> </body></html> |