From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33427 invoked by alias); 17 May 2015 08:53:52 -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 33411 invoked by uid 89); 17 May 2015 08:53:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Sun, 17 May 2015 08:53:49 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3lqHMD3B70z3hjGw; Sun, 17 May 2015 10:53:44 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3lqHMD0z4bzvh1j; Sun, 17 May 2015 10:53:44 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id mleEuin3vCJ9; Sun, 17 May 2015 10:53:42 +0200 (CEST) X-Auth-Info: UbRjRAXeNbjWYtnleTBQMkAGO0xgGP+FNLiPFoKMFF5QihrrdjllfGOZfDCmjLjY Received: from linux.local (ppp-93-104-94-8.dynamic.mnet-online.de [93.104.94.8]) by mail.mnet-online.de (Postfix) with ESMTPA; Sun, 17 May 2015 10:53:42 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id 3516D1E588B; Sun, 17 May 2015 10:53:40 +0200 (CEST) From: Andreas Schwab To: Jan Hubicka Cc: Richard Biener , gcc-patches@gcc.gnu.org, burnus@net-b.de Subject: Re: Improve LTO type checking during symtab merging References: <20150427083417.GC46857@kam.mff.cuni.cz> <20150428025256.GA92184@kam.mff.cuni.cz> <20150511044206.GB61882@kam.mff.cuni.cz> X-Yow: As a FAD follower, my BEVERAGE choices are rich and fulfilling! Date: Sun, 17 May 2015 10:42:00 -0000 In-Reply-To: <20150511044206.GB61882@kam.mff.cuni.cz> (Jan Hubicka's message of "Mon, 11 May 2015 06:42:06 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-05/txt/msg01503.txt.bz2 Jan Hubicka writes: > * gfortran.dg/lto/pr41576_1.f90: Add interface. > * gfortran.dg/lto/pr41521_0.f90: Disable lto-type-mismatch FAIL: gfortran.dg/lto/pr41521 f_lto_pr41521_0.o assemble, -g -O -flto -Wno-lto-type-mismatch FAIL: gfortran.dg/lto/pr41576 f_lto_pr41576_1.o assemble, -O2 -flto -Werror -Wno-lto-type-mismatch