[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-09-17 Thread irar at gcc dot gnu dot org
--- Comment #8 from irar at gcc dot gnu dot org 2006-09-17 09:18 --- Subject: Bug 21591 Author: irar Date: Sun Sep 17 09:17:51 2006 New Revision: 117003 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117003 Log: PR tree-opt/21591 * tree-data-ref.c

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-09-17 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-09-17 15:23 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-09-13 Thread irar at il dot ibm dot com
--- Comment #7 from irar at il dot ibm dot com 2006-09-13 08:32 --- I think, the problem here is that we only check SMT and not NMT. I am preparing a patch to fix this. NMT is stored in ptr_info_def of data-ref, and only if it does not exist, SMT will be checked. -- irar at il dot

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-08-22 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-08-22 15:46 --- *** Bug 28802 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-03-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-18 14:48 --- *** Bug 26745 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2006-03-18 Thread aph at gcc dot gnu dot org
--- Comment #5 from aph at gcc dot gnu dot org 2006-03-18 14:58 --- This DECL_ARTIFICIAL for the label -- should it be in the gcj front-end? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21591

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2005-08-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-14 03:20 --- Hmm, the aliasing info is good: # VUSE HEAP.46_141; D.1618_13 = b_5-a1[i_66]; # VUSE HEAP.47_142; D.1619_15 = c_7-a1[i_66]; D.1620_16 = D.1618_13 + D.1619_15; # HEAP.45_143 = V_MAY_DEF

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2005-06-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-25 19:28 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2005-05-16 Thread aph at gcc dot gnu dot org
-- What|Removed |Added CC||aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21591

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2005-05-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Version|4.0.0 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21591

[Bug tree-optimization/21591] not vectorizing a loop with access to structs

2005-05-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-15 19:03 --- Note I reduced this from the following Java code: public class Test { public static final void main(String[] args) { int[] a = new int[256]; int[] b = new int[256]; int[] c = new int[256]; for