Re: Bug#545335: FTBFS on at least powerpc and sparc

2009-09-06 Thread Andrew Vaughan
On Mon, 7 Sep 2009, Luk Claes wrote: > Package: vtk > Version: 5.2.1-9 > Severity: serious > > Hi > > Please look into why vtk fails to build from source on at least the > powerpc and sparc buildds. > > There are quite some java packages waiting on vtk to be able to migrate > to testing. > > Cheers

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #21 from rguenth at gcc dot gnu dot org 2009-09-06 19:51 --- Both patches bootstrap & regtest ok apart from FAIL: 23_containers/forward_list/operations/6.cc execution test hmm. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41101 --- You are receiving this mail b

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #20 from rguenth at gcc dot gnu dot org 2009-09-06 17:53 --- Ah, we start from the exit block with ANTIC_IN {} and go to its predecessors getting just EXP_GEN - TMP_GEN there. Not unsound. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41101 --- You are receiving

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #19 from rguenth at gcc dot gnu dot org 2009-09-06 17:48 --- Err... I wonder how this works at all ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41101 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #18 from rguenth at gcc dot gnu dot org 2009-09-06 17:41 --- Do you mean sth like the following? Simply assuming that the maximal-set is all ones and obviously translating all ones also results in all ones. Index: gcc/tree-ssa-pre.c

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenther at suse dot de
--- Comment #17 from rguenther at suse dot de 2009-09-06 14:20 --- Subject: Re: [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419 On Sun, 6 Sep 2009, dberlin at dberlin dot org wrote: > --- Comment #16 from dberlin at gcc dot gnu dot org 2009-09-06 14:19 > -

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread dberlin at dberlin dot org
--- Comment #16 from dberlin at gcc dot gnu dot org 2009-09-06 14:19 --- Subject: Re: [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419 On Sun, Sep 6, 2009 at 8:50 AM, rguenth at gcc dot gnu dot org wrote: > > > --- Comment #13 from rguenth at gcc dot gnu

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenther at suse dot de
--- Comment #15 from rguenther at suse dot de 2009-09-06 14:17 --- Subject: Re: [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419 On Sun, 6 Sep 2009, dberlin at dberlin dot org wrote: > > > --- Comment #14 from dberlin at gcc dot gnu dot org 2009-09-06 14:15 >

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread dberlin at dberlin dot org
--- Comment #14 from dberlin at gcc dot gnu dot org 2009-09-06 14:15 --- Subject: Re: [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419 On Sun, Sep 6, 2009 at 8:41 AM, rguenth at gcc dot gnu dot org wrote: > > > --- Comment #12 from rguenth at gcc dot gnu

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-09-06 12:50 --- Equivalent to that would be to clean ANTIC_IN using the maximal set - that is, do not allow expressions in ANTIC_IN that are not in the maximal set. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41101 --

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-09-06 12:41 --- This is what I am thinking of: Index: gcc/tree-ssa-pre.c === --- gcc/tree-ssa-pre.c (revision 151458) +++ gcc/tree-ssa-pre.c (working copy) @@ -180

[Bug tree-optimization/41101] [4.4/4.5 Regression] ICE in compute_antic, at tree-ssa-pre.c:2419

2009-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-09-06 12:38 --- We again have ANTIC_IN/OUT oscillation ANTIC_OUT[] := { x_2 (0001), y_3 (0002), {pointer_plus_expr,x_2,4} (0011) } ANTIC_IN[] := { x_2 (0001), y_3 (0002), {pointer_plus_expr,x_2,4} (0011) } ANTIC_OUT[] := { x_2 (0