[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-04 Thread bonzini at gnu dot org
--- Comment #7 from bonzini at gnu dot org 2006-07-05 06:49 --- patch committed to 4.1 branch and mainline (where it was latent) -- bonzini at gnu dot org changed: What|Removed |Added

[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-04 Thread bonzini at gcc dot gnu dot org
--- Comment #6 from bonzini at gnu dot org 2006-07-05 06:47 --- Subject: Bug 28218 Author: bonzini Date: Wed Jul 5 06:47:21 2006 New Revision: 115198 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115198 Log: 2006-07-04 Paolo Bonzini <[EMAIL PROTECTED]> PR tree-optim

[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-04 Thread bonzini at gcc dot gnu dot org
--- Comment #5 from bonzini at gnu dot org 2006-07-05 06:20 --- Subject: Bug 28218 Author: bonzini Date: Wed Jul 5 06:20:19 2006 New Revision: 115197 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115197 Log: 2006-07-04 Paolo Bonzini <[EMAIL PROTECTED]> PR tree-optim

[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-04 Thread bonzini at gnu dot org
--- Comment #4 from bonzini at gnu dot org 2006-07-04 17:03 --- I don't know where I got the idea that you can do calculate_dominance_info (CDI_DOMINATORS | CDI_POST_DOMINATORS); instead of calculate_dominance_info (CDI_DOMINATORS); calculate_dominance_info (CDI_

[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2006-07-04 14:33 --- ICEs in tree-ssa-math-opts.c, dominators are hosed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-04 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-07-04 14:26 --- Confirmed. Janis, can you check what fixed this on the mainline? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/28218] [4.1 Regression] ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math

2006-07-02 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |