[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenth at gcc dot gnu dot org
--- Comment #39 from rguenth at gcc dot gnu dot org 2007-06-11 14:15 --- Created an attachment (id=13678) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13678&action=view) unincluded testcase unincluded testcase that also "works" with mainline. Where the slowness is also present.

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #38 from pluto at agmk dot net 2007-06-11 14:11 --- (In reply to comment #34) > > the patch doesn't fix the sipQtCorepart0.ii time hog, only mem hog is fixed. > > g++ needs about 300MB of ram and +inf? (canceled after 6 days) of time. ops little eye damage, the g++ sits on

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenth at gcc dot gnu dot org
--- Comment #37 from rguenth at gcc dot gnu dot org 2007-06-11 14:08 --- Looks like it's still PTA: tree PTA : 255.00 ( 0%) usr 17.25 ( 0%) sys 278.07 ( 0%) wall 28100 kB ( 0%) ggc (just a snapshot after a few minutes compile) -- http://gcc.gnu.org/bugzilla/show_

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #36 from pluto at agmk dot net 2007-06-11 14:04 --- Created an attachment (id=13677) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13677&action=view) testcase for time-hog. -- pluto at agmk dot net changed: What|Removed |Added ---

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #35 from pluto at agmk dot net 2007-06-11 13:17 --- (In reply to comment #34) > Can you check where the time is spent on? naturally, i'm building gcc with debuginfo now... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30052

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread rguenther at suse dot de
--- Comment #34 from rguenther at suse dot de 2007-06-11 13:07 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On Mon, 11 Jun 2007, pluto at agmk dot net wrote: > > > --- Comment #33 from pluto at agmk dot net 2007-06-11 13:04 --- > i'm reopening this bug b

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-11 Thread pluto at agmk dot net
--- Comment #33 from pluto at agmk dot net 2007-06-11 13:04 --- i'm reopening this bug becasue the fix is not complete. it does fix the xf86ScanPci.i testcase (time/mem hog) and this is great $ time gcc xf86ScanPci.i -O1 -c ( 2.2GHz amd64, 1GB ram ). gcc xf86ScanPci.i -O1 -c 4.10s us

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-08 Thread pinskia at gcc dot gnu dot org
--- Comment #32 from pinskia at gcc dot gnu dot org 2007-06-08 23:38 --- *** Bug 32266 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-06-03 Thread pluto at agmk dot net
--- Comment #31 from pluto at agmk dot net 2007-06-03 07:21 --- r125227 | dberlin | 2007-05-31 11:37:38 -0400 (Thu, 31 May 2007) | 11 lines 2007-05-27 Daniel Berlin <[EMAIL PROTECTED]> Fix PR/30052 Backport PTA solver from mainline * pointer-set.c: Copy from m

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-21 Thread dberlin at dberlin dot org
--- Comment #30 from dberlin at gcc dot gnu dot org 2007-05-21 17:53 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On 21 May 2007 16:01:29 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: > > > --- Comment #29 from pluto at agmk dot net 2007-05-21 17:01 -

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-21 Thread pluto at agmk dot net
--- Comment #29 from pluto at agmk dot net 2007-05-21 17:01 --- (In reply to comment #28) > Change line 4275 of the patched tree-ssa-structalias.c to be rhs.var = > vi->id instead of rhs.var = id > > Remove the id variable declaration. > > This would have only affected fortran th

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-20 Thread dberlin at dberlin dot org
--- Comment #28 from dberlin at gcc dot gnu dot org 2007-05-20 23:52 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On 20 May 2007 04:57:45 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: > > > --- Comment #25 from pluto at agmk dot net 2007-05-20 05:57 -

Re: [Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-20 Thread Daniel Berlin
On 20 May 2007 04:57:45 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: --- Comment #25 from pluto at agmk dot net 2007-05-20 05:57 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. -- Change line 4275 of the patched tree-ssa-structalias.c to be rhs.var =

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread pluto at agmk dot net
--- Comment #25 from pluto at agmk dot net 2007-05-20 05:57 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On Saturday 19 of May 2007 19:43:33 dberlin at dberlin dot org wrote: > --- Comment #24 from dberlin at gcc dot gnu dot org 2007-05-19 18:43 > --- Subjec

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread dberlin at dberlin dot org
--- Comment #24 from dberlin at gcc dot gnu dot org 2007-05-19 18:43 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On 19 May 2007 17:16:35 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: > > > --- Comment #23 from pluto at agmk dot net 2007-05-19 18:16 -

Re: [Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread Daniel Berlin
On 19 May 2007 17:16:35 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: --- Comment #23 from pluto at agmk dot net 2007-05-19 18:16 --- bad news, this patch ices fortran build: (...) ../../../libgfortran/intrinsics/selected_int_kind.f90:22: internal compiler error: in process_

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread pluto at agmk dot net
--- Comment #23 from pluto at agmk dot net 2007-05-19 18:16 --- bad news, this patch ices fortran build: (...) ../../../libgfortran/intrinsics/selected_int_kind.f90:22: internal compiler error: in process_constraint, at tree-ssa-structalias.c:2260 -- http://gcc.gnu.org/bugzilla/sho

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread dberlin at dberlin dot org
--- Comment #22 from dberlin at gcc dot gnu dot org 2007-05-19 17:30 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. On 19 May 2007 14:30:43 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: > > > --- Comment #21 from pluto at agmk dot net 2007-05-19 15:30 -

Re: [Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread Daniel Berlin
On 19 May 2007 14:30:43 -, pluto at agmk dot net <[EMAIL PROTECTED]> wrote: --- Comment #21 from pluto at agmk dot net 2007-05-19 15:30 --- with this patc gcc works much better. xf86ScanPci.i : 84MB / ~5sec. sipQtCorepart0.ii.bz2 : 340MB / ~440sec There are optimizations

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-19 Thread pluto at agmk dot net
--- Comment #21 from pluto at agmk dot net 2007-05-19 15:30 --- with this patc gcc works much better. xf86ScanPci.i : 84MB / ~5sec. sipQtCorepart0.ii.bz2 : 340MB / ~440sec. gcc/g++ testsuite on x86_64 shows no new regressions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-18 Thread m dot vegni at it-systems dot it
--- Comment #20 from m dot vegni at it-systems dot it 2007-05-18 23:31 --- Subject: Re: [4.2 Regression] possible quadratic behaviour. Testsuite ran on i686-pc-linux-gnu without failures (i've enabled c and c++ only). xorg-server now compiles as well. The patch deserves more testing

[Bug tree-optimization/30052] [4.2 Regression] possible quadratic behaviour.

2007-05-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Component|target |tree-optimization Target Milestone|--- |4.2