------- Comment #1 from rguenth at gcc dot gnu dot org  2008-02-12 17:05 -------
Confirmed.

250       stmt_vinfo = vinfo_for_stmt (stmt);
251       gcc_assert (stmt_vinfo);

(gdb) call debug_generic_expr (stmt)
(void) 0

we run into a default def here.  4.2 works because we don't enable the
vectorizer there.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|                            |x86_64-*-*, i?86-*-*
           Keywords|                            |ice-on-valid-code
      Known to work|                            |4.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2008-02-12 17:05:58
               date|                            |
            Summary|ICE in                      |[4.3 Regression] ICE in
                   |vect_recog_dot_prod_pattern |vect_recog_dot_prod_pattern
   Target Milestone|---                         |4.3.0


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

Reply via email to