From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8272 invoked by alias); 16 Oct 2013 11:25:40 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7994 invoked by uid 55); 16 Oct 2013 11:25:36 -0000 From: "graham.stott at btinternet dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/57756] Function target attribute is retaining state of previously seen function Date: Wed, 16 Oct 2013 11:25:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: graham.stott at btinternet dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-SW-Source: 2013-10/txt/msg01065.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D57756 --- Comment #2 from graham.stott at btinternet dot com --- All, This patch broke MIPS builds.=C2=A0The opth-gen.awk=20 changes deleted the #define for target_flags_explicit Restoring=C2=A0the old #define does allow=C2=A0MIPS=C2=A0 to build again. I= did check if this will then break any other backend. >>From gcc-bugs-return-431920-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Oct 16 11:25:33 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 7622 invoked by alias); 16 Oct 2013 11:25:33 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 7582 invoked by uid 89); 16 Oct 2013 11:25:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: nm3-vm0.bt.bullet.mail.ird.yahoo.com Received: from nm3-vm0.bt.bullet.mail.ird.yahoo.com (HELO nm3-vm0.bt.bullet.mail.ird.yahoo.com) (212.82.108.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 16 Oct 2013 11:25:32 +0000 Received: from [212.82.108.231] by nm3.bt.bullet.mail.ird.yahoo.com with NNFMP; 16 Oct 2013 11:25:28 -0000 Received: from [212.82.108.224] by tm4.bt.bullet.mail.ird.yahoo.com with NNFMP; 16 Oct 2013 11:25:28 -0000 Received: from [127.0.0.1] by omp1001.bt.mail.ird.yahoo.com with NNFMP; 16 Oct 2013 11:25:28 -0000 Received: (qmail 26265 invoked by uid 60001); 16 Oct 2013 11:25:28 -0000 Received: from [171.100.248.244] by web87401.mail.ir2.yahoo.com via HTTP; Wed, 16 Oct 2013 12:25:28 BST References: Message-ID: <1381922728.7762.YahooMailNeo@web87401.mail.ir2.yahoo.com> Date: Wed, 16 Oct 2013 11:25:00 -0000 From: Graham Stott Reply-To: Graham Stott Subject: Re: [Bug target/57756] Function target attribute is retaining state of previously seen function To: "tmsriram at gcc dot gnu.org" , "gcc-bugs@gcc.gnu.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg01064.txt.bz2 Content-length: 237 All, =A0 This patch broke MIPS builds.=A0The opth-gen.awk=20 changes deleted the #define for target_flags_explicit Restoring=A0the old #define does allow=A0MIPS=A0 to build again. I did check if this will then break any other backend.