[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-03 Thread belyshev at depni dot sinp dot msu dot ru


--- Comment #10 from belyshev at depni dot sinp dot msu dot ru  2007-11-04 
00:06 ---
Doesn't fail on trunk since r129797:

2007-10-31  Sebastian Pop  <[EMAIL PROTECTED]>

PR tree-optimization/32377
...

before:

pr27549.C:58: note: create runtime check for data references *D.2383_45 and
*D.2381_41
pr27549.C:58: note: LOOP VECTORIZED.

after:

pr27549.C:58: note: not vectorized, possible dependence between data-refs
*D.2383_45 and *D.2381_41

Still fails on 4.2 branch.


-- 

belyshev at depni dot sinp dot msu dot ru changed:

   What|Removed |Added

   Last reconfirmed|2007-10-23 07:02:54 |2007-11-04 00:06:01
   date||
Summary|[4.2/4.3 regression]|[4.2 regression]
   |g++.dg/tree-ssa/pr27549.C   |g++.dg/tree-ssa/pr27549.C
   |ICE with vectorization  |ICE with vectorization


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319



[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-03 Thread dorit at gcc dot gnu dot org


--- Comment #11 from dorit at gcc dot gnu dot org  2007-11-04 04:09 ---
(In reply to comment #10)
> Doesn't fail on trunk since r129797:
> 2007-10-31  Sebastian Pop  <[EMAIL PROTECTED]>
> PR tree-optimization/32377
> ...
> before:
> pr27549.C:58: note: create runtime check for data references *D.2383_45 and
> *D.2381_41
> pr27549.C:58: note: LOOP VECTORIZED.
> after:
> pr27549.C:58: note: not vectorized, possible dependence between data-refs
> *D.2383_45 and *D.2381_41

the assumption was that the ICE was related to versioning-for-aliasing
(run-time dependence testing), which, now that the dependence-tester was fixed,
is not required anymore, but:

> Still fails on 4.2 branch.

...we don't have versioning-for-aliasing in 4.2, so this loop could not be
vectorized with 4.2 (unless our dependence tester in 4.2 is able to determine
the dependence without this fix?). Interesting.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319



[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-13 Thread victork at gcc dot gnu dot org


--- Comment #12 from victork at gcc dot gnu dot org  2007-11-13 12:26 
---
> Still fails on 4.2 branch.

I've just tried with 4.2 on PPC from svn and it did not ICE:
./gcc/cc1plus -O3 -ftree-vectorize -maltivec ~/42/build/pr27549.C
Can we close this PR?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319



[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-13 Thread victork at gcc dot gnu dot org


--- Comment #13 from victork at gcc dot gnu dot org  2007-11-13 13:26 
---
I've just tested it with 4.2 on x86 on it worked OK as well.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319



[Bug tree-optimization/33319] [4.2 regression] g++.dg/tree-ssa/pr27549.C ICE with vectorization

2007-11-22 Thread dorit at gcc dot gnu dot org


--- Comment #14 from dorit at gcc dot gnu dot org  2007-11-22 15:22 ---
closed, given recent feedback


-- 

dorit at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33319