From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32111 invoked by alias); 15 Dec 2004 14:56:41 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 32044 invoked by uid 48); 15 Dec 2004 14:56:34 -0000 Date: Wed, 15 Dec 2004 14:56:00 -0000 Message-ID: <20041215145634.32043.qmail@sourceware.org> From: "steven at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041028081035.18191.grigory.zagorodnev@intel.com> References: <20041028081035.18191.grigory.zagorodnev@intel.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/18191] [4.0 Regression] Struct member is not getting default-initialized X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg02192.txt.bz2 List-Id: ------- Additional Comments From steven at gcc dot gnu dot org 2004-12-15 14:56 ------- >>From gimplify.c: /* A subroutine of gimplify_modify_expr. Break out elements of a CONSTRUCTOR used as an initializer into separate MODIFY_EXPRs. Note that we still need to clear any elements that don't have explicit initializers, so if not all elements are initialized we keep the original MODIFY_EXPR, we just remove all of the constructor elements. */ static enum gimplify_status gimplify_init_constructor (tree *expr_p, tree *pre_p, tree *post_p, bool want_value) So apparently we fail here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18191