From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9044 invoked by alias); 10 Dec 2012 10:57:11 -0000 Received: (qmail 8973 invoked by uid 48); 10 Dec 2012 10:56:54 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/54402] [4.8 Regression] var-tracking does not scale Date: Mon, 10 Dec 2012 10:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: 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: 2012-12/txt/msg00951.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 --- Comment #18 from Jakub Jelinek 2012-12-10 10:56:51 UTC --- (In reply to comment #16) > Not on Solaris/SPARC, unfortunately: there are still compilations in the > libgo testsuite that take more than a day, which with PR go/54507 > effectivly breaks unattended Solaris/SPARC bootstraps since they take > insanely long. Which exact testcase? Can you pin-point it to a single *.go source file compilation rather than several as the libgo testsuite usually compiles? Can you see what all files would need to be attached to make it reproduceable using cross-compiler from say x86_64-linux? I bet some *.gox files would be needed...