[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-14 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-03-14 09:53 --- Subject: Bug 26659 Author: rguenth Date: Tue Mar 14 09:53:36 2006 New Revision: 112048 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112048 Log: 2006-03-14 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-14 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-03-14 09:54 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-03-13 09:30 --- Interestingly, on i686 (which has BIGGEST_ALIGNMENT 128), I get with the testcase: Breakpoint 3, get_pointer_alignment (exp=0xb7c8b320, max_align=128) (gdb) call debug_tree(exp) addr_expr 0xb7c8b320 type

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-13 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-03-13 10:01 --- On powerpc64-linux I get (gdb) call debug_tree(exp) addr_expr 0xf7d7a620 type pointer_type 0xf7ea0070 type integer_type 0xf7e90460 int sizes-gimplified public SI size integer_cst 0xf7e929e0

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-13 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2006-03-13 11:20 --- Subject: Bug number PR26659 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00737.html --

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||rguenther at suse dot de Target Milestone|---

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-12 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-03-12 22:24 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/26659] [4.2 Regression] gcc.target/powerpc/ppc-vector-memset.c fails on the mainline

2006-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-12 22:25 --- This fails also on powerpc64-linux-gnu so this is not darwin specific. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added