From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4659 invoked by alias); 25 Oct 2011 23:06:18 -0000 Received: (qmail 4650 invoked by uid 22791); 25 Oct 2011 23:06:17 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Oct 2011 23:06:03 +0000 From: "michael.hope at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/50770] limits-fndefn.c times out on ARM; runs 22 x faster with -fno-var-tracking Date: Tue, 25 Oct 2011 23:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: michael.hope at linaro dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Target Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2011-10/txt/msg02613.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50770 Michael Hope changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |arm --- Comment #3 from Michael Hope 2011-10-25 23:05:46 UTC --- Added target. The logs are available at: http://builds.linaro.org/toolchain/gcc-4.7~svn179959/logs/armv7l-natty-cbuild199-tcpanda06-cortexa9r1/ GCC was configured with: --prefix=/scratch/cbuild/slave/slaves/tcpanda06/gcc-4.7~svn179959/gcc/default/install --enable-languages=c,c++,objc,obj-c++,fortran,lto --with-mode=thumb --with-arch=armv7-a --with-tune=cortex-a9 --with-float=softfp --with-fpu=neon More information on the host is at: http://builds.linaro.org/toolchain/gcc-4.7~svn179959/logs/armv7l-natty-cbuild199-tcpanda06-cortexa9r1/host.txt The test case is gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c. I'm building r180460 at the moment and will see how that goes.