public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/39860]  New: extremely long compile time
@ 2009-04-23  4:23 pletzer at txcorp dot com
  2009-04-23  4:38 ` [Bug c++/39860] " pletzer at txcorp dot com
  2009-04-23  9:35 ` rguenth at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: pletzer at txcorp dot com @ 2009-04-23  4:23 UTC (permalink / raw)
  To: gcc-bugs

The attached code takes 20 mins to compile on a Linux/Fedora 9 box when using
-O optimization, but only 21 seconds when using -O0

[pletzer@quartic cxxps]$ time g++ -O -ftime-report -fmem-report -c cxxps.cpp >&
stat.txt

real    21m41.494s
user    16m24.774s
sys     0m19.713s

[pletzer@quartic cxxps]$ time g++ -O0 -ftime-report -fmem-report -c cxxps.cpp
>& stat.txt

real    0m21.391s
user    0m17.666s
sys     0m2.453s


-- 
           Summary: extremely long compile time
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pletzer at txcorp dot com
 GCC build triplet: Configured with: ../configure --prefix=/usr --
                    mandir=/usr/share/
  GCC host triplet: Linux quartic.txcorp.com 2.6.25.14-108.fc9.x86_64 #1 SMP
                    Mon Aug
GCC target triplet: x86_64-redhat-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39860


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-23  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23  4:23 [Bug c++/39860] New: extremely long compile time pletzer at txcorp dot com
2009-04-23  4:38 ` [Bug c++/39860] " pletzer at txcorp dot com
2009-04-23  9:35 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).