From 296b2e6af23337b06cea4bd40f40c0eebac33c75 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Dec 2003 06:33:19 +0000 Subject: [PATCH] New bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10316 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e577ab4ad21..b43d7246986 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -253,7 +253,7 @@ many platforms, such as X86).
  • [llvm-gcc] crash on union initialization
  • [llvm-g++] ?: expressions do not run correct number of destructors!
  • [llvm-gcc] Pointer & constant results in invalid shift
  • - +
  • [llvmg++] call through array of pointers to member functions causes assertion