From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14783 invoked by alias); 30 Jul 2012 10:54:49 -0000 Received: (qmail 14773 invoked by uid 22791); 30 Jul 2012 10:54:49 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED 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; Mon, 30 Jul 2012 10:54:36 +0000 From: "markus at trippelsdorf dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug pch/53880] [4.8 Regression] compile time regression when generating precompiled headers for boost Date: Mon, 30 Jul 2012 10:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: pch X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markus at trippelsdorf dot de X-Bugzilla-Status: WAITING 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-07/txt/msg02134.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53880 --- Comment #22 from Markus Trippelsdorf 2012-07-30 10:54:35 UTC --- (In reply to comment #21) > Markus, I think that r189951 should have fixed this problem (xf. > http://gcc.gnu.org/viewcvs?view=revision&revision=189951), although I suspect > there will still be a compile time increase from GCC 4.7 to GCC 4.8 because of > the macro expansion tracking stuff. Could you please try a recent trunk GCC 4.8 > and report back how compile times look for you now? gcc version 4.8.0 20120730 (experimental) (GCC) markus@x4 tmp % time c++ -c -o pch.hpp.gch /usr/include/boost/math/special_functions.hpp c++ -c -o pch.hpp.gch /usr/include/boost/math/special_functions.hpp 138.60s user 0.38s system 99% cpu 2:19.87 total Still a 98% compile time regression on todays trunk.