--- 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
-
--- 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
--- 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
--- 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
--- 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
--
--- 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
-
--- 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
-
--- 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
--- 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
--- 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.
--- 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
11 matches
Mail list logo