This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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  <sebastian.pop@amd.com>

        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]