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/15777] Fold does not always fold sub trees


------- Additional Comments From bangerth at dealii dot org  2004-06-15 20:13 -------
Is this important? The output is for me as you want it to be, i.e. 
.globl f 
        .type   f, @function 
f: 
        pushl   %ebp 
        movl    %esp, %ebp 
        movl    8(%ebp), %eax 
        popl    %ebp 
        andl    $1, %eax 
        ret 
 
W. 

-- 


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


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