diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-20 19:08:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-20 19:08:50 +0000 |
commit | 3cf519a09ead731ef285fe1dd10675cf316b7d06 (patch) | |
tree | 97c2a2532fdbec9a51493df6244c2acffe8356ac /docs/ReleaseNotes.html | |
parent | 2d58452f39662d87f441d8c760f3b6f8f9635e0c (diff) | |
download | external_llvm-3cf519a09ead731ef285fe1dd10675cf316b7d06.zip external_llvm-3cf519a09ead731ef285fe1dd10675cf316b7d06.tar.gz external_llvm-3cf519a09ead731ef285fe1dd10675cf316b7d06.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14273 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 b160b67..ed8bb50 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -278,6 +278,7 @@ physical register use of aliased definition</a></li> <p>Bugs in the C/C++ front-end:</p> <ol> +<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/PR326">[llvmgcc] Crash on use of undeclared enum type</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array |