From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31539 invoked by alias); 26 May 2014 16:32:23 -0000 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 Received: (qmail 31454 invoked by uid 89); 26 May 2014 16:32:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nikam.ms.mff.cuni.cz Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 26 May 2014 16:32:20 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 10B665431C6; Mon, 26 May 2014 18:32:16 +0200 (CEST) Date: Mon, 26 May 2014 16:32:00 -0000 From: Jan Hubicka To: Christophe Lyon Cc: Andrew Pinski , Dominique Dhumieres , GCC Patches , Richard Guenther , Jan Hubicka Subject: Re: [PATCH 7/7] Plug ipa-prop escape analysis into gimple_call_arg_flags Message-ID: <20140526163216.GA16251@kam.mff.cuni.cz> References: <20140526085958.25FE1106@mailhost.lps.ens.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-05/txt/msg02198.txt.bz2 > On my side, I can see that r210901 breaks AArch64 compiler build: > gcc/config/aarch64/aarch64.c: In function ‘void > aarch64_elf_asm_named_section(const char*, unsigned int, tree_node*)’: > gcc/config/aarch64/aarch64.c:8136: error: ‘decl_comdat_group’ was not > declared in this scope This sould be fixed by adding #include "cgraph.h" into aarch64.c I will look into the strnlen issue. Honza