[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2006-01-26 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-26 17:50 --- Fixed applied. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2006-01-26 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-26 17:51 --- Subject: Bug 21470 Author: pinskia Date: Thu Jan 26 17:51:25 2006 New Revision: 110263 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=110263 Log: 2006-01-26 Richard Guenther [EMAIL PROTECTED]

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2006-01-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-16 17:09 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-01/msg00864.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2006-01-10 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-10 20:31 --- I have a fix which comes from Richard Guenther and modified for -fargument-noalias-global instead of restrict as it was using the wrong test. -- pinskia at gcc dot gnu dot org changed: What

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2005-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-05 13:20 --- Talked to Daniel Berlin about the patch I had, it was in the wrong spot, I had it in the post process and not when analyzing the code. So unassigning for now. -- pinskia at gcc dot gnu dot org changed:

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2005-08-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-06 19:47 --- I have a fix which I need to bootstrap/test. -- What|Removed |Added

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2005-05-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-09 14:53 --- Actually -fargument-noalias-global is set to true for fortran and should be respected instead of marking them as restrict. -- What|Removed |Added

[Bug tree-optimization/21470] -fargument-noalias-global has no effect for the vectorizer

2005-05-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-09 15:54 --- If the aliasing information is correct on the VOPS, I would assume that the vectorizer would not have problems with it. Note there is another bug about this option, see PR 17064. -- What