From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23010 invoked by alias); 14 Sep 2011 08:49:23 -0000 Received: (qmail 22997 invoked by uid 22791); 14 Sep 2011 08:49:21 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Sep 2011 08:49:07 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 909B59AC835; Wed, 14 Sep 2011 10:49:05 +0200 (CEST) Date: Wed, 14 Sep 2011 09:58:00 -0000 From: Jan Hubicka To: Graham Stott Cc: gcc-patches@gcc.gnu.org, Jan Hubicka Subject: Re: Prevent inliner from removing aliases of used comdats Message-ID: <20110914084905.GB9724@kam.mff.cuni.cz> References: <20110913140421.GD13389@kam.mff.cuni.cz> <1315936270.29495.YahooMailClassic@web87309.mail.ird.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1315936270.29495.YahooMailClassic@web87309.mail.ird.yahoo.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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 X-SW-Source: 2011-09/txt/msg00840.txt.bz2 > Jan, > > Any testcase do can add? Sadly not really - in both cases (openoffice and mozilla) the modules involved are too large for testsuite. I tried to delta it but didn't get anything useful (about 100k of C++) Honza > > Graham