From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27780 invoked by alias); 3 Aug 2011 14:31:26 -0000 Received: (qmail 27772 invoked by uid 22791); 3 Aug 2011 14:31:26 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Aug 2011 14:31:12 +0000 Received: by qyk30 with SMTP id 30so2449474qyk.20 for ; Wed, 03 Aug 2011 07:31:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.118.69 with SMTP id u5mr4722609qcq.122.1312381871536; Wed, 03 Aug 2011 07:31:11 -0700 (PDT) Received: by 10.229.177.164 with HTTP; Wed, 3 Aug 2011 07:31:11 -0700 (PDT) In-Reply-To: <4E387AF6.2020303@redhat.com> References: <4E36D44A.6020607@redhat.com> <4E387AF6.2020303@redhat.com> Date: Wed, 03 Aug 2011 14:31:00 -0000 Message-ID: Subject: Re: [RFC] Cleanup DW_CFA_GNU_args_size handling From: "H.J. Lu" To: Richard Henderson Cc: GCC Patches , bernds@codesourcery.com, avr@gjlay.de, iant@google.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2011-08/txt/msg00331.txt.bz2 On Tue, Aug 2, 2011 at 3:32 PM, Richard Henderson wrote: > I got Jeff Law to review the reload change on IRC > and committed the composite patch. > > Tested on x86_64, i586, avr, and h8300. =A0Most other > tier1 targets ought not be affected, as this patch > only applies to ACCUMULATE_OUTGOING_ARGS =3D=3D 0 targets. > It may have caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D49964 --=20 H.J.