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/16048] Simple loop doesn't get vectorized


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-18 06:38 -------
Actually you have to supply -fdump-tree-vect-details to find out why it failes:
unhandled non-array data ref
zr_83 = *T.2_85;
loop_analyzer: bad data references.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|powerpc-apple-darwin7.4.0   |
   GCC host triplet|powerpc-apple-darwin7.4.0   |
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-18 06:38:01
               date|                            |
   Target Milestone|---                         |lno


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


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