[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-07-04 Thread spop at gcc dot gnu dot org
--- Comment #20 from spop at gcc dot gnu dot org 2007-07-04 07:08 --- Fixed. -- spop at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-07-04 Thread spop at gcc dot gnu dot org
--- Comment #19 from spop at gcc dot gnu dot org 2007-07-04 07:04 --- Subject: Bug 32457 Author: spop Date: Wed Jul 4 07:04:31 2007 New Revision: 126305 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126305 Log: PR middle-end/32457 * tree-data-ref.c (analyze_siv

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32457

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-26 Thread sebpop at gmail dot com
--- Comment #18 from sebpop at gmail dot com 2007-06-26 23:54 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) Hi, > I'm bootstrapping this patch on both amd64-linux and i686-linux. The patch passed bootstrap and test on both machines with no

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-26 Thread spop at gcc dot gnu dot org
--- Comment #16 from spop at gcc dot gnu dot org 2007-06-26 18:02 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) Hi, The problem comes from the fact that estimated_loop_iterations_int returns HWI whereas the code in analyze_subscript_affine_

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-26 Thread spop at gcc dot gnu dot org
--- Comment #15 from spop at gcc dot gnu dot org 2007-06-26 16:33 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) Aha, thanks for the clarifications, and sorry for the noise. I should read again some fortran tutorial or some more code written

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-26 Thread burnus at gcc dot gnu dot org
--- Comment #14 from burnus at gcc dot gnu dot org 2007-06-26 16:25 --- > REAL, DIMENSION(0:100) :: RBOUND > I thought that the array indices start from 1, and not from 0. Well, dimension(5) means from 1 to 5, but e.g. dimension(-2:4:2) means the indices {-2, 0, 2, 4}. And in the

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-26 Thread spop at gcc dot gnu dot org
--- Comment #13 from spop at gcc dot gnu dot org 2007-06-26 16:03 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) I just reduced the problem to this snippet: the problem seems to be that the data dependence analysis is wrong by answering that

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread spop at gcc dot gnu dot org
--- Comment #12 from spop at gcc dot gnu dot org 2007-06-22 20:20 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) > Do you still need the stuff mentioned in comment #7 or not? I would guess not. > No, I'm debugging that on an amd64. Thanks.

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2007-06-22 18:51 --- > Grrr, I mean, I will test the patch now on amd64 ;-) Do you still need the stuff mentioned in comment #7 or not? I would guess not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32457

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread sebpop at gmail dot com
--- Comment #10 from sebpop at gmail dot com 2007-06-22 10:12 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) Grrr, I mean, I will test the patch now on amd64 ;-) On 6/22/07, Sebastian Pop <[EMAIL PROTECTED]> wrote: > Okay, I'm testing that o

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread spop at gcc dot gnu dot org
--- Comment #9 from spop at gcc dot gnu dot org 2007-06-22 10:11 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) Okay, I'm testing that on an amd64 machine. Sorry for the confusion. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32457

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2007-06-22 09:36 --- (In reply to comment #7) > I fail to see what changes. Both before and after applying my patch > the assembly diff is the same. I cannot reproduce the bug on > i686-linux. This bug can be reproduced only on x86_64 host

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread spop at gcc dot gnu dot org
--- Comment #7 from spop at gcc dot gnu dot org 2007-06-22 08:09 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) I fail to see what changes. Both before and after applying my patch the assembly diff is the same. I cannot reproduce the bug on

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-22 Thread spop at gcc dot gnu dot org
--- Comment #6 from spop at gcc dot gnu dot org 2007-06-22 07:52 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) It is not the vectorizer that is in fault here: applying my patch does not impact the output of -fdump-tree-vect-all-all except fo

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-21 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 |

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-21 Thread spop at gcc dot gnu dot org
--- Comment #5 from spop at gcc dot gnu dot org 2007-06-21 21:38 --- Subject: Re: [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize) Thanks for pointing me to this bug. I'll have a look. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32457

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-21 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2007-06-21 20:58 --- Bisection points to: Author: spop Date: Wed Jun 20 23:42:28 2007 New Revision: 125900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125900 Log: PR tree-optimization/32075 * tree-data-ref.c (subscr

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-21 Thread ubizjak at gmail dot com
--- Comment #3 from ubizjak at gmail dot com 2007-06-21 19:52 --- Confirmed, for some reason we hit STOP in line 544 (subroutine KEEL). I'm not familiar with Fortran, so perhaps someone who knows it should step through KEEL to find what went wrong. -- ubizjak at gmail dot com changed

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-21 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-06-21 17:22 --- Further note: -march=pentium2 works -march=pentium3 fails -march=pentium2 -msse fails -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32457

[Bug target/32457] [4.3 Regression] Complete program optimized away (i686, -ftree-vectorize)

2007-06-21 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-06-21 15:58 --- Missed to say that yesterday's version (r125874) was ok. Occurs here with 125909 (bootstrapped) and 125922 (only build). svn status shows no changes in my tree. However, it could not be reproduced by Uros with 125920