diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-26 01:18:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-26 01:18:49 +0000 |
commit | 676c255e2e41242e3a5c28d35b6d201c060c5ecf (patch) | |
tree | 51b18aad07d6f7e41305d153d666d20eaefcebc9 /docs | |
parent | 4f7e173cbd711bd8fed827ab7ecffb9e898a0d99 (diff) | |
download | external_llvm-676c255e2e41242e3a5c28d35b6d201c060c5ecf.zip external_llvm-676c255e2e41242e3a5c28d35b6d201c060c5ecf.tar.gz external_llvm-676c255e2e41242e3a5c28d35b6d201c060c5ecf.tar.bz2 |
More dead boogers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 975ef75..3df510d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -182,6 +182,8 @@ many platforms, such as X86.</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> <li><a href="http://llvm.cs.uiuc.edu/PR148">[llvmg++] Front-end attempts to return structure by value</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR152">[llvmg++] Pointer to member initializers not supported in constructors</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR155">[llvm-gcc] crash on union initialization</a></li> </ol><p> <p>At this time, LLVM is known to work properly with SPEC CPU 2000 (X86 only), |