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/15784] fold misses binary optimization


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-04 06:26 -------
Reopening as this patch had to reverted as it caused a bootstrap failure on ppc-darwin.  I think there 
really is a latent bug with -1 - A being converted to ~A and then ~A is constant folded to -1 but it 
contains a TREE_OVERFLOW bit turned on which it did not with -1 - A before.  (there might be some 
unsignedness going on that I don't know about).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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