public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/34554]  New: time compiling complicated size initialization expression
@ 2007-12-22 10:56 tkoenig at gcc dot gnu dot org
  2007-12-22 11:44 ` [Bug fortran/34554] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2007-12-22 10:56 UTC (permalink / raw)
  To: gcc-bugs

Test program by James Van Buskirk, from c.l.f:

$ cat > size.f90
program sum_f95
   implicit none
   integer i, j
   integer, parameter :: n = 152
   integer, parameter :: iv1 = size([([('',i=1,j**3)],j=1,n)])

   write(*,*) n, iv1
end program sum_f95
$ time gfortran size.f90 

real    4m30.253s
user    4m21.508s
sys     0m0.092s

Timing profile:

Execution times (seconds)
 parser                : 262.05 (100%) usr   0.00 ( 0%) sys 262.05 (100%) wall 
   116 kB (51%) ggc
 final                 :   0.00 ( 0%) usr   0.01 (100%) sys   0.01 ( 0%) wall  
    0 kB ( 0%) ggc
 TOTAL                 : 262.05             0.01           262.07              
 227 kB


-- 
           Summary: time compiling complicated size initialization
                    expression
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: compile-time-hog
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-04-15  0:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-22 10:56 [Bug fortran/34554] New: time compiling complicated size initialization expression tkoenig at gcc dot gnu dot org
2007-12-22 11:44 ` [Bug fortran/34554] " pinskia at gcc dot gnu dot org
2007-12-22 12:19 ` dfranke at gcc dot gnu dot org
2008-09-14 19:11 ` dominiq at lps dot ens dot fr
2009-01-03 22:13 ` dfranke at gcc dot gnu dot org
2010-04-10 15:41 ` jvdelisle at gcc dot gnu dot org
2010-04-10 15:51 ` dfranke at gcc dot gnu dot org
2010-04-11  1:49 ` jvdelisle at gcc dot gnu dot org
2010-04-11  6:39 ` jvdelisle at gcc dot gnu dot org
2010-04-11  6:44 ` jvdelisle at gcc dot gnu dot org
2010-04-11  8:11 ` dominiq at lps dot ens dot fr
2010-04-11  8:26 ` dominiq at lps dot ens dot fr
2010-04-11 13:08 ` jvdelisle at gcc dot gnu dot org
2010-04-15  0:35 ` jvdelisle 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).