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
--- 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
--- 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
--- 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
--- 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
--- 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
> -
--- 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
--- 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
>
--- 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
--- 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
--
--- 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
--- 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
12 matches
Mail list logo