From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35356 invoked by alias); 27 Feb 2015 16:45:53 -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 Received: (qmail 35303 invoked by uid 55); 27 Feb 2015 16:45:49 -0000 From: "hubicka at ucw dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/65237] [5 Regression] r221040 caused many regressions Date: Fri, 27 Feb 2015 17:40:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hubicka at ucw dot cz X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg03102.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237 --- Comment #9 from Jan Hubicka --- > > > > On Darwin we also see: > > gcc.dg/attr-noinline.c (all cases fail) > > Didin't Martin analyze this failure as the test case just needing "/* { > dg-require-alias "" } */"? > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150#c13 I would just add -fno-ipa-cp. The testcase matching does not expect functions to be turned into wrappers - it counts number of occurences of calls after optimization. I will fix that, too. Honza