From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22174 invoked by alias); 11 Aug 2014 07:47:29 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22160 invoked by uid 89); 11 Aug 2014 07:47:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Aug 2014 07:47:27 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 11 Aug 2014 08:47:24 +0100 Received: from SHAWIN202 ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Aug 2014 08:47:22 +0100 From: "Thomas Preud'homme" To: References: <000301cfb536$ea32c150$be9843f0$@arm.com> In-Reply-To: <000301cfb536$ea32c150$be9843f0$@arm.com> Subject: RE: [PATCH] Fix incorrect folding of bitfield in a union on big endian target Date: Mon, 11 Aug 2014 07:47:00 -0000 Message-ID: <000401cfb538$7c5cb440$75161cc0$@arm.com> MIME-Version: 1.0 X-MC-Unique: 114081108472405701 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00991.txt.bz2 > From: gcc-patches-owner@gcc.gnu.org [mailto:gcc-patches- > owner@gcc.gnu.org] On Behalf Of Thomas Preud'homme >=20 > No regression were observed on any of the tests. The ChangeLog is as > follows: >=20 >=20 > 2014-08-11 Thomas Preud'homme >=20 > * gimple-fold.c (fold_ctor_reference): Don't fold in presence of > bitfields, that is when size doesn't match the size of type or the > size of the constructor. The ChangeLog is imcomplete. This was for gcc/ChangeLog. For gcc/testsuite/ChangeLog, there is: 2014-07-02 Thomas Preud'homme * gcc.c-torture/execute/bitfld-6.c: New test. Best regards, Thomas=20