public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/34554]  New: time compiling complicated size initialization expression
Date: Sat, 22 Dec 2007 10:56:00 -0000	[thread overview]
Message-ID: <bug-34554-10391@http.gcc.gnu.org/bugzilla/> (raw)

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


             reply	other threads:[~2007-12-22 10:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-22 10:56 tkoenig at gcc dot gnu dot org [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-34554-10391@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).