[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org
--- Comment #9 from chaoyingfu at gcc dot gnu dot org 2006-12-01 02:00 --- Subject: Bug 28974 Author: chaoyingfu Date: Fri Dec 1 01:57:22 2006 New Revision: 119394 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119394 Log: Merged revisions 118791-118987 via svnmerge from

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-11-24 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-11-25 02:38 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-11-24 Thread howarth at nitro dot med dot uc dot edu
--- Comment #8 from howarth at nitro dot med dot uc dot edu 2006-11-25 04:12 --- Are there any plans to backport this fix to the gcc 4.2 branch since it does fix a pretty nasty performace hit? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-11-14 Thread bdavis at gcc dot gnu dot org
--- Comment #6 from bdavis at gcc dot gnu dot org 2006-11-15 05:10 --- Subject: Bug 28974 Author: bdavis Date: Wed Nov 15 05:10:22 2006 New Revision: 118844 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118844 Log: 2006-11-15 Bud Davis [EMAIL PROTECTED] PR

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-11-05 Thread bdavis at gcc dot gnu dot org
--- Comment #5 from bdavis at gcc dot gnu dot org 2006-11-06 04:10 --- patch here: http://gcc.gnu.org/ml/fortran/2006-11/msg00148.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-09-17 Thread bdavis at gcc dot gnu dot org
--- Comment #4 from bdavis at gcc dot gnu dot org 2006-09-17 13:54 --- before the patch: $ time /usr/local/bin/gfortran -c data.f90 real3m1.263s user3m0.519s sys 0m0.120s after: $ time /usr/local/bin/gfortran -c data.f90 real0m3.215s user0m3.052s sys 0m0.092s

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-09-16 Thread bdavis at gcc dot gnu dot org
--- Comment #3 from bdavis at gcc dot gnu dot org 2006-09-16 15:00 --- more mailing list traffic on this topic: http://gcc.gnu.org/ml/fortran/2006-09/msg00210.html --bud -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28974

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-09-14 Thread bdavis at gcc dot gnu dot org
-- bdavis at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bdavis at gcc dot gnu dot |dot org

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-09-14 Thread bdavis at gcc dot gnu dot org
--- Comment #2 from bdavis at gcc dot gnu dot org 2006-09-15 03:01 --- This problem is very intriguing. For a first attempt I plan on adding a splay tree to constructors that need 'by element' access. This may allow this problem to be taken care of without changing every routine that

[Bug fortran/28974] Extremely slow compilation of enumerated DATA statements.

2006-09-07 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2006-09-07 17:36 --- Quadratic (or worse?) behavior -- steven at gcc dot gnu dot org changed: What|Removed |Added