From f832f6a6677b35fc2b751802f263de3ddec2d843 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 11 Feb 2005 19:29:52 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20118 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 92ee75461d5..0c07101231a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -147,6 +147,8 @@ were fixed:
  • [llvmgcc] llvm-gcc incorrectly rejects some constant initializers involving the addresses of array elements
  • +
  • [llvm-g++] Crash compiling + anonymous union
  • -- 2.34.1