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/24575] -(-i / 10) is not foldded to i/10



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-12 05:30 -------
Confirmed, part of the issue here is that -i/10 is not converted to i/10 (which
is PR 23669).  Once that, then we need to convert -(i/-10) to i/10.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |23669
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-12 05:30:15
               date|                            |


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


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