[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-22 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-11-22 17:01 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-22 Thread hubicka at gcc dot gnu dot org
--- Comment #10 from hubicka at gcc dot gnu dot org 2005-11-22 16:56 --- Subject: Bug 24653 Author: hubicka Date: Tue Nov 22 16:56:48 2005 New Revision: 107365 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107365 Log: PR tree-optimization/24653 * tree-ssa-ccp.c

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-21 Thread hubicka at ucw dot cz
--- Comment #9 from hubicka at ucw dot cz 2005-11-21 14:44 --- Subject: Re: [4.1 regression] EON regressed seriously on x86-64 > > > --- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-21 13:30 > --- > Fixed at least on the mainline for 4.2.0. I am going to fix it o

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-21 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-21 13:30 --- Fixed at least on the mainline for 4.2.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-11-19 01:39 --- It would be a shame not to apply this patch, since it's been approved. Let's get it applied, and get this closed. -- mmitchel at gcc dot gnu dot org changed: What|Removed |A

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-07 Thread bonzini at gcc dot gnu dot org
--- Comment #5 from bonzini at gcc dot gnu dot org 2005-11-08 07:53 --- The approved patch is the one at http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00212.html -- bonzini at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-11-03 14:47 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00195.html The main reason why DCE is required is that the struct variable is marked as non TREE_ADDRESSABLE in may_alias. -- pinskia at gcc dot gnu dot o

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-03 14:40 --- Confirmed (a patch was posted), the issue is that we need to run DCE before may_alias before SRA. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-03 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2005-11-03 12:58 --- OK, have new, 100% sure theory ;) for 4.0 -fno-tree-sra makes important difference, for 4.1 it does not. One difference is that 4.0 splits startingpoint: Initial instantiation for startPoint startPoint.e[2] -> sta

[Bug tree-optimization/24653] [4.1 regression] EON regressed seriously on x86-64

2005-11-03 Thread hubicka at gcc dot gnu dot org
--- Comment #1 from hubicka at gcc dot gnu dot org 2005-11-03 11:40 --- Actually I cut&pasted wrong BB and the -fno-tree-sra on 4.0 makes the difference go away, so ignore the huge dumps :) Let me see if I can work out something better. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id