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/18178] Missed opportunity for removing bounds checking


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-13 18:06 -------
Now the problem is that we don't remove the extra load of a->length because of aliasing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |NEW
           Keywords|                            |alias
   Last reconfirmed|2005-02-08 19:15:05         |2005-04-13 18:06:49
               date|                            |


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


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