diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-26 02:48:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-26 02:48:00 +0000 |
commit | 5b266581fbf53e1baab8cf735b4285b4b630a654 (patch) | |
tree | b8c1725b0be6c389f17153912862215f8f2d3525 | |
parent | 676c255e2e41242e3a5c28d35b6d201c060c5ecf (diff) |
Boogs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10235 91177308-0d34-0410-b5e6-96231b3b80d8
-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 3df510d035..7bebd619c3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -184,6 +184,7 @@ many platforms, such as X86.</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> +<li><a href="http://llvm.cs.uiuc.edu/PR124">[llvm-g++] ?: expressions do not run correct number of destructors!</a></li> </ol><p> <p>At this time, LLVM is known to work properly with SPEC CPU 2000 (X86 only), |