http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57756 --- Comment #2 from graham.stott at btinternet dot com --- All, This patch broke MIPS builds. The opth-gen.awk changes deleted the #define for target_flags_explicit Restoring the old #define does allow MIPS  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ºYES_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,   This patch broke MIPS builds. The opth-gen.awk changes deleted the #define for target_flags_explicit Restoring the old #define does allow MIPS  to build again. I did check if this will then break any other backend.