diff options
author | Chris Lattner <sabre@nondot.org> | 2004-07-07 02:25:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-07-07 02:25:24 +0000 |
commit | 5171eb52831e67a4852f85abb0589702f9c62d16 (patch) | |
tree | b8ff50dc7b1f0135e4f9ea1d619975e32f5619b1 /docs/ReleaseNotes.html | |
parent | b50eaea4077bf08f53cc602581c2978fb278c1a0 (diff) | |
download | external_llvm-5171eb52831e67a4852f85abb0589702f9c62d16.zip external_llvm-5171eb52831e67a4852f85abb0589702f9c62d16.tar.gz external_llvm-5171eb52831e67a4852f85abb0589702f9c62d16.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 748e8fc..0959cb0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -301,6 +301,7 @@ prototypes that take opaque structs by-value</a></li> length array of structures</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR377">[llvmgcc] miscompilation of staticly initialized unsigned bitfields</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR396">[llvm-gcc] Crash casting function to void</a></li> </ol> </div> |