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/40071] ICE (aliasing assert) in vectorizable_store at tree-vect-stmts.c:3117



------- Comment #12 from ebotcazou at gcc dot gnu dot org  2009-10-09 12:53 -------
This particular ICE shouldn't occur anymore.  However, there is a couple of
ACATS failures at -O3 on x86 again related to vectorization:

                === acats tests ===
FAIL:   cxa4016
FAIL:   cxb3007

                === acats Summary ===
# of expected passes            2313
# of unexpected failures        2


It's apparently SLP failing to clean up EH edges.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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