diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-11-05 06:30:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-11-05 06:30:04 +0000 |
| commit | ab77bc588dd67479109e91aa7b4859ec60fac1b5 (patch) | |
| tree | 5c37f99bb9d443be90e207b7aeebd606cce7fc4a | |
| parent | a9e7fe9ea2896c056dd806cd47d0d4d1edbd28c2 (diff) | |
| download | bcm5719-llvm-ab77bc588dd67479109e91aa7b4859ec60fac1b5.tar.gz bcm5719-llvm-ab77bc588dd67479109e91aa7b4859ec60fac1b5.zip | |
Add three more bugs
llvm-svn: 9728
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 76bc2506ead..6d8b99f9bbf 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -66,8 +66,6 @@ release implements the following new features:<p> <ol> <li><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000528.html">A new LLVM profiler, similar to gprof</a> is available</li> -<li>temp</li> -<li>temp</li> </ol><p> In this release, the following Quality of Implementation issues were fixed:<p> @@ -98,6 +96,9 @@ In this release, the following bugs in the previous release were fixed:<p> <li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR83">[X86] Emission of global bool initializers broken</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR87">llvm-gcc infinite loops on "case MAXINT:"</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR89">[C++] Catch blocks make unparsable labels</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR90">[C++] Initializing array with constructable objects fail</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR91">[gccld] The -r (relinking) option does not work correctly</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -404,6 +405,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 4 14:05:01 CST 2003 +Last modified: Wed Nov 5 00:07:20 CST 2003 <!-- hhmts end --> </body></html> |

