From 8de9f23fda43d2fceab37aff018f7b54d7abf7e8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 3 Jan 2005 04:20:21 +0000 Subject: [PATCH] Bug fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19269 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index a0f78774c79..8baa90b38d3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -141,7 +141,9 @@ were fixed:

Bugs in the C/C++ front-end:

    -
  1. +
  2. [llvmgcc] llvm-gcc incorrectly + rejects some constant initializers involving the addresses of array + elements
-- 2.34.1