From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12514 invoked by alias); 31 Jul 2012 23:21:01 -0000 Received: (qmail 12500 invoked by uid 22791); 31 Jul 2012 23:21:01 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Jul 2012 23:20:49 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6VNKmwX003213 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 31 Jul 2012 19:20:48 -0400 Received: from greed.delorie.com (ovpn-113-78.phx2.redhat.com [10.3.113.78]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6VMpXpd027757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2012 18:51:33 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id q6VMpUXP021893; Tue, 31 Jul 2012 18:51:30 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id q6VMpU9b021892; Tue, 31 Jul 2012 18:51:30 -0400 Date: Tue, 31 Jul 2012 23:22:00 -0000 Message-Id: <201207312251.q6VMpU9b021892@greed.delorie.com> From: DJ Delorie To: Richard Henderson CC: gcc-patches@gcc.gnu.org In-reply-to: <50185B72.7040100@redhat.com> (message from Richard Henderson on Tue, 31 Jul 2012 15:25:54 -0700) Subject: Re: TPF: disable discriminators References: <201207310407.q6V47qIe028859@greed.delorie.com> <501806B6.7020409@redhat.com> <201207312109.q6VL9SCl027555@greed.delorie.com> <50185541.5040400@redhat.com> <201207312221.q6VMLlVb019866@greed.delorie.com> <50185B72.7040100@redhat.com> 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: 2012-07/txt/msg01598.txt.bz2 > I don't see that 4.6 requires a different patch. 4.6 is missing this: 2011-04-01 Richard Henderson PR 48400 * dwarf2out.c (dwarf2out_source_line): Disable discriminators in strict mode before dwarf4. Re-order tests to early out before switching sections. So either *that* patch needs to be back-ported, or the tpf-specific workaround does.