[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-08-29 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2006-08-29 17:04 --- *** Bug 27474 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-08-11 Thread reichelt at gcc dot gnu dot org
--- Comment #20 from reichelt at gcc dot gnu dot org 2006-08-11 14:53 --- Fixed on mainline. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-08-10 Thread dorit at gcc dot gnu dot org
--- Comment #19 from dorit at gcc dot gnu dot org 2006-08-10 12:07 --- Subject: Bug 26197 Author: dorit Date: Thu Aug 10 12:07:22 2006 New Revision: 116060 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116060 Log: PR tree-optimization/26197 * tree-ssa-alias.c (n

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-07-24 Thread patchapp at dberlin dot org
--- Comment #18 from patchapp at dberlin dot org 2006-07-24 19:50 --- Subject: Bug number PR26197 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-07/msg01043.html -- http://gcc.gnu.org/bugzilla/s

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-06-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #17 from mmitchel at gcc dot gnu dot org 2006-06-04 17:40 --- Has anyone tested Dorit's patch? (IIUC, Dorit is on maternity leave.) -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-04-05 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2006-04-05 18:38 --- *** Bug 26948 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

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

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-03-01 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-03-02 04:44 --- here is an ever more reduced testcase: void g(const void*); struct B { int* x[2]; int *p; B() { for (int** p=x; phttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=26197

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-03-01 Thread dorit at il dot ibm dot com
--- Comment #13 from dorit at il dot ibm dot com 2006-03-01 12:35 --- So I'll submit the patch to gcc-patches for approval. Can someone please check if this patch actually solves this PR? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26197

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-02-28 Thread dnovillo at gcc dot gnu dot org
--- Comment #12 from dnovillo at gcc dot gnu dot org 2006-02-28 14:38 --- (In reply to comment #11) > Makes sense to anyone? > Unfortunately yes. I am hoping that we will soon be able to get rid of all this nonsense. The vectorizer is running against a very recalcitrant alias pass.

[Bug tree-optimization/26197] [4.2 regression] ICE in is_old_name with vectorizer

2006-02-28 Thread dorit at il dot ibm dot com
--- Comment #11 from dorit at il dot ibm dot com 2006-02-28 08:26 --- Created an attachment (id=10935) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10935&action=view) tentative patch I get a similar error message when trying to bootstrap mainline with vectorization enabled: /hom