diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-20 20:59:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-20 20:59:57 +0000 |
commit | 5f36ebeb70a0a9aa13a1eb0ee454a1bf3b965d86 (patch) | |
tree | 067e2ce7aab4c8b1c6933056ff3d7f09a9863173 /docs/ReleaseNotes.html | |
parent | 00d1e8d97a024eb7b33dacb01f3bdefdb854424c (diff) | |
download | external_llvm-5f36ebeb70a0a9aa13a1eb0ee454a1bf3b965d86.zip external_llvm-5f36ebeb70a0a9aa13a1eb0ee454a1bf3b965d86.tar.gz external_llvm-5f36ebeb70a0a9aa13a1eb0ee454a1bf3b965d86.tar.bz2 |
Bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-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 29b142d..8561d6d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -169,6 +169,7 @@ many platforms, such as X86. <li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR141">[llvm-gcc] Bitfields & large array don't mix well</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR132">[llvm-gcc] Complex division is not supported</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR143">[llvm-gcc] Illegal union field reference</a></li> </ol><p> At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden @@ -469,6 +470,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: Thu Nov 20 13:29:14 CST 2003 +Last modified: Thu Nov 20 14:59:29 CST 2003 <!-- hhmts end --> </body></html> |