diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-20 01:07:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-20 01:07:41 +0000 |
commit | 18c4d850c495cd83ffcede75cb8a2301396c22fb (patch) | |
tree | 29c8c6bc79795221235a908394265c9978519546 | |
parent | 6ce829df84ee82b06896e56dda46f6ef4c4c7a9b (diff) | |
download | external_llvm-18c4d850c495cd83ffcede75cb8a2301396c22fb.zip external_llvm-18c4d850c495cd83ffcede75cb8a2301396c22fb.tar.gz external_llvm-18c4d850c495cd83ffcede75cb8a2301396c22fb.tar.bz2 |
One new bug fixed, one old bug fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10102 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a210df8..414a7e7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -165,6 +165,8 @@ many platforms, such as X86. <li><a href="http://llvm.cs.uiuc.edu/PR131">[llvm-gcc] ?: operator as lvalue not implemented</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR133">[C/C++] Bogus warning about taking the address of 'register' variable</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR97">bugpoint must not pass -R<directory> to Mach-O linker</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR113">crash assigning into an array in a struct which contains a bitfield</a>.</li> +<li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a></li> </ol><p> @@ -232,8 +234,6 @@ more than 256 elements</a>.<p> </ul><b>Bugs:</b><ul><p> -<li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a>.<p> - <li>C99 Variable sized arrays do not release stack memory when they go out of scope. Thus, the following program may run out of stack space: <pre> @@ -468,6 +468,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 19 15:42:00 CST 2003 +Last modified: Wed Nov 19 19:06:03 CST 2003 <!-- hhmts end --> </body></html> |