From patchwork Wed Nov 13 10:18:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jan-Benedict Glaw X-Patchwork-Id: 290886 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 446D12C00BC for ; Wed, 13 Nov 2013 21:19:01 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=MjjUGS4aoChlMXbUEJhYTbXtP9aq07c6egGeCnZtdpgnNp5wer 1+eAzG47ge22ABpXKUJnAxtORBDPDQCGbz126d/OdtTCuICTTK4ws4ejO9XOMtqz Zfwutqk6AaxTeSFx2asZ+JIdHMZ7URQMsYsLMciTq5bDXYZp7Dnzq0Ygs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=ED8oIaoWreIJXWKPNnrjBt7FmbM=; b=Y92nR8wEEvGjO+xH5r2q +wY9DbLc7cf7y2X7Qk3Fg45KNiWP/fW23xpseWzlHbzGSRgDPuM1ZuVyANrx9xdG 7+7KOa2iXzjZas3jWdTmP9M6TFxwFVOwItgpHlsvRryfWt3oDh52HMjyy8mcqZH6 XXRFYX/bh3o8iI0dpCa6nH0= Received: (qmail 6563 invoked by alias); 13 Nov 2013 10:18:50 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 6553 invoked by uid 89); 13 Nov 2013 10:18:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL, BAYES_50, RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: lug-owl.de Received: from Unknown (HELO lug-owl.de) (195.71.106.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 13 Nov 2013 10:18:22 +0000 Received: by lug-owl.de (Postfix, from userid 1001) id 385B9F0236; Wed, 13 Nov 2013 11:18:13 +0100 (CET) Date: Wed, 13 Nov 2013 11:18:13 +0100 From: Jan-Benedict Glaw To: Andrew MacLeod Cc: gcc-patches@gcc.gnu.org Subject: [buildrobot] [PATCH] c6x.c: `mark_addressable' not declared Message-ID: <20131113101813.GA30563@lug-owl.de> MIME-Version: 1.0 Content-Disposition: inline X-gpg-fingerprint: 250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB X-gpg-key: wwwkeys.de.pgp.net X-Echelon-Enable: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll X-TKUeV: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Hi Andrew! Some fallout for tic6x-uclinux: g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/jbglaw/repos/gcc/gcc -I/home/jbglaw/repos/gcc/gcc/. -I/home/jbglaw/repos/gcc/gcc/../include -I/home/jbglaw/repos/gcc/gcc/../libcpp/include -I/home/jbglaw/repos/gcc/gcc/../libdecnumber -I/home/jbglaw/repos/gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I/home/jbglaw/repos/gcc/gcc/../libbacktrace -o c6x.o -MT c6x.o -MMD -MP -MF ./.deps/c6x.TPo /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c: In function ‘bool c6x_expand_movmem(rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*, rtx_def*)’: /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c:1723: error: ‘mark_addressable’ was not declared in this scope /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c:1725: error: ‘mark_addressable’ was not declared in this scope /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c: In function ‘rtx_def* c6x_expand_builtin(tree_node*, rtx_def*, rtx_def*, machine_mode, int)’: /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c:6654: warning: comparison between signed and unsigned integer expressions /home/jbglaw/repos/gcc/gcc/config/c6x/c6x.c:6659: warning: comparison between signed and unsigned integer expressions make[1]: *** [c6x.o] Error 1 (See http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=28623 . The signed-unsigned is actually old, will not touch it right now.) This is needed to make it build: 2013-11-13 Jan-Benedict Glaw * config/c6x/c6x.c: Include "gimple-expr.h". Ok? MfG, JBG diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index a7c3683..a37e02f 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/config/c6x/c6x.c @@ -52,6 +52,7 @@ #include "hw-doloop.h" #include "regrename.h" #include "dumpfile.h" +#include "gimple-expr.h" /* Table of supported architecture variants. */ typedef struct