[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-06 Thread ismail at pardus dot org dot tr
--- Comment #9 from ismail at pardus dot org dot tr 2008-02-06 09:34 --- CC'ing Dorit to get his idea on the vectorizer dump. -- ismail at pardus dot org dot tr changed: What|Removed |Added

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-06 Thread ubizjak at gmail dot com
--- Comment #10 from ubizjak at gmail dot com 2008-02-06 13:32 --- I have noticed, that following text is missing from your vect dump: Dependence tester statistics: Number of dependence tests: 0 Number of dependence tests classified dependent: 0 Number of dependence tests classified

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-06 Thread ismail at pardus dot org dot tr
--- Comment #11 from ismail at pardus dot org dot tr 2008-02-06 13:33 --- (In reply to comment #10) I have noticed, that following text is missing from your vect dump: Dependence tester statistics: Number of dependence tests: 0 Number of dependence tests classified dependent: 0

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-06 Thread ubizjak at gmail dot com
--- Comment #12 from ubizjak at gmail dot com 2008-02-06 14:02 --- (In reply to comment #11) (In reply to comment #10) I have noticed, that following text is missing from your vect dump: I don't why but I didn't modify the vector dump :/ Eh, my dump was produced with

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-06 Thread ubizjak at gmail dot com
--- Comment #13 from ubizjak at gmail dot com 2008-02-06 14:11 --- I think that following difference is the key: In case vectorizer is able to vecotrize, we enter vectorizer pass with: bb 3: # ivtmp.17_1 = PHI ivtmp.17_2(4), 26(2) # i_18 = PHI i_10(4), 0(2) # s_17 = PHI s_9(4),

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-06 Thread ismail at pardus dot org dot tr
--- Comment #14 from ismail at pardus dot org dot tr 2008-02-06 17:01 --- I tried building without BOOT_CFLAGS and such but no luck. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-05 10:19 --- Works for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread ismail at pardus dot org dot tr
--- Comment #2 from ismail at pardus dot org dot tr 2008-02-05 10:21 --- I bootstrapped twice and still get it. I will try svn up, reboot the machine etc *sigh* -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread ismail at pardus dot org dot tr
--- Comment #3 from ismail at pardus dot org dot tr 2008-02-05 11:53 --- Ok on a third bootstrap I can still reproduce, is there a way to debug it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-02-05 12:35 --- How does it fail? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.3 regression]|[4.3 Regression] |gcc.dg/vect/vect-iv-9.c

[Bug middle-end/35085] [4.3 regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread ismail at pardus dot org dot tr
--- Comment #5 from ismail at pardus dot org dot tr 2008-02-05 12:38 --- The long only shows: FAIL: gcc.dg/vect/vect-iv-9.c scan-tree-dump-times vect vectorized 1 loops 2 nothing else. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-02-05 12:38 --- does making int a[N]; aligned fix it? That is int a[N] __attribute__((aligned(16))); ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread ismail at pardus dot org dot tr
--- Comment #7 from ismail at pardus dot org dot tr 2008-02-05 13:20 --- Adding __attribute__((aligned(16))) doesn't work, attached is the *.vect file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085

[Bug middle-end/35085] [4.3 Regression] gcc.dg/vect/vect-iv-9.c fails

2008-02-05 Thread ismail at pardus dot org dot tr
--- Comment #8 from ismail at pardus dot org dot tr 2008-02-05 13:20 --- Created an attachment (id=15099) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15099action=view) *.vect file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35085