From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D3DF385DC34; Tue, 7 Apr 2020 20:01:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D3DF385DC34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586289711; bh=paczHD59XhbvO8xugmaw1K0PvLsUmi+VDgTgHn5VNrs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J7GfypOBtZZ/gewwpu7Gb4hSNnt/FN7dTSy3eCDsBKCpRkhWT5OiTg55hp4Z5TOyt ey5chH3r9KaETkroysHZmE1gsOj/3457GzmO8EhYMnWyaDOtqCB6wiTgXrDk/gt8u+ 0MarVHMyaajkzXuStlbRS1/cTnvBHdx8UonID9O4= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/94303] [8 Regression] Program result error When using global object array (partially initialized with a special constructor, and the rest with the default constructor) Date: Tue, 07 Apr 2020 20:01:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 8.3.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 20:01:51 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94303 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[8/9 Regression] Program |[8 Regression] Program |result error When using |result error When using |global object array |global object array |(partially initialized with |(partially initialized with |a special constructor, and |a special constructor, and |the rest with the default |the rest with the default |constructor) |constructor) --- Comment #9 from Jakub Jelinek --- Fixed for 9.4+ too.=