[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-10 Thread dberlin at gcc dot gnu dot org
--- Comment #12 from dberlin at gcc dot gnu dot org 2008-12-10 20:15 --- Subject: Bug 36792 Author: dberlin Date: Wed Dec 10 20:13:39 2008 New Revision: 142659 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142659 Log: 2008-12-10 Daniel Berlin [EMAIL PROTECTED] PR

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-10 Thread rguenth at gcc dot gnu dot org
--- Comment #13 from rguenth at gcc dot gnu dot org 2008-12-10 20:38 --- All fixed now apart from FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect vectorized 1 loops 1 -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-10 Thread rguenth at gcc dot gnu dot org
--- Comment #14 from rguenth at gcc dot gnu dot org 2008-12-10 20:56 --- Which is not vectorized because PRE doesn't move the invariant D.2067_11 = a_9(D) == b_10(D); out of the loop. If you make LIM do it (--param lim-expensive=1) the loop is vectorized again. I have a patch.

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-10 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2008-12-10 22:17 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-10 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2008-12-10 22:18 --- Subject: Bug 36792 Author: rguenth Date: Wed Dec 10 22:17:05 2008 New Revision: 142662 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=142662 Log: 2008-12-10 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-07 Thread dominiq at lps dot ens dot fr
--- Comment #10 from dominiq at lps dot ens dot fr 2008-12-07 10:35 --- Those 3 still aren't fixed: FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect vectorized 1 loops 1 see pr37853#2 for the output of -ftree-vectorizer-verbose=6. FAIL: gcc.dg/vect/no-scevccp-outer-13.c

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-07 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2008-12-07 12:25 --- *** Bug 37853 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-12-06 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2008-12-07 01:13 --- Those 3 still aren't fixed: FAIL: gcc.dg/vect/vect-67.c scan-tree-dump-times vect vectorized 1 loops 1 FAIL: gcc.dg/vect/no-scevccp-outer-13.c scan-tree-dump-times vect OUTER LOOP VECTORIZED. 1 FAIL:

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-08-17 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2008-08-17 19:33 --- Intermittent failures: FAIL: ext/pb_ds/regression/trie_data_map_rand.cc execution test FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc execution test is due to PR 37144. -- hjl dot tools at gmail dot com

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-28 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-07-28 15:35 --- They have been all XFAILed, with the tuples merge we now get XPASS: gcc.dg/tree-ssa/data-dep-1.c scan-tree-dump-times ltrans 4, \\+, 1 0 XPASS: gcc.dg/tree-ssa/ltrans-3.c scan-tree-dump-times ltrans transformed

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-20 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #6 from hutchinsonandy at gcc dot gnu dot org 2008-07-20 13:57 --- Similarly Platform: avr-unknown-none 4.4.0 20080718 (experimental) [trunk revision 137967] FAIL: gcc.dg/tree-ssa/ssa-fre-13.c scan-tree-dump fre Inserted .* a FAIL: gcc.dg/tree-ssa/ssa-fre-13.c

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-19 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-07-20 01:11 --- As of revision 137991, the following regressions remain on Linux/x86-64: FAIL: gcc.dg/tree-ssa/data-dep-1.c scan-tree-dump-times ltrans 4, \\+, 1 0 FAIL: gcc.dg/tree-ssa/ssa-fre-13.c scan-tree-dump fre Inserted .*

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-18 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36792

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-07-17 15:55 --- Subject: Bug 36792 Author: rguenth Date: Thu Jul 17 15:54:27 2008 New Revision: 137927 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=137927 Log: 2008-07-16 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-11 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-07-11 18:19 --- Some of regressions are run-time failures. As of revision 137717, there are still: FAIL: Array_3 -O3 execution - source compiled test FAIL: Array_3 -O3 -findirect-dispatch execution - source compiled test FAIL:

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-11 Thread dberlin at dberlin dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2008-07-11 19:15 --- Subject: Re: [4.4 Regression] Revision 137631 causes many failures I am working on the one x86_64 specific failure first :) On Fri, Jul 11, 2008 at 2:19 PM, hjl dot tools at gmail dot com [EMAIL PROTECTED]

[Bug tree-optimization/36792] [4.4 Regression] Revision 137631 causes many failures

2008-07-10 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-07-10 14:59 --- Confirmed. I'll address the fre stuff. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added