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/15791] fold misses that two ADDR_EXPR of an arrary obvious not equal


------- Additional Comments From bangerth at dealii dot org  2004-06-15 20:09 -------
This seems to work for me now: 
.globl f 
        .type   f, @function 
f: 
        pushl   %ebp 
        xorl    %eax, %eax 
        movl    %esp, %ebp 
        popl    %ebp 
        ret 
 
Andrew, can you confirm? 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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