This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15777] Fold does not always fold sub trees
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2004 20:13:51 -0000
- Subject: [Bug tree-optimization/15777] Fold does not always fold sub trees
- References: <20040602135830.15777.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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