From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15152 invoked by alias); 23 Apr 2009 04:38:52 -0000 Received: (qmail 15117 invoked by uid 48); 23 Apr 2009 04:38:37 -0000 Date: Thu, 23 Apr 2009 04:38:00 -0000 Message-ID: <20090423043837.15116.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/39860] extremely long compile time In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pletzer at txcorp dot com" 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: 2009-04/txt/msg02098.txt.bz2 ------- Comment #1 from pletzer at txcorp dot com 2009-04-23 04:38 ------- Created an attachment (id=17681) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17681&action=view) source code reproducing problem I apologize but I cannot produce *.i files with -save-temps: [pletzer@localhost test]$ g++ -c -save-temps cxxps.cpp [pletzer@localhost test]$ ls ccps_base.h cxxps.cpp cxxps.o f77name.h ccps.h cxxps.h cxxps.tmp.localhost.localdomain.10206.s multiarray.h so I'm sending the source and headers as a bz2 compressed file. To reproduce the problem of very long compile time, type tar xvfj cxxps.bz2 g++ -c -O cxxps.cpp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39860