This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/39860] extremely long compile time



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]