This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/10817] gcc does not optimize result=0;if(t!=0)result=t; to result=t;
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2003 00:14:26 -0000
- Subject: [Bug optimization/10817] gcc does not optimize result=0;if(t!=0)result=t; to result=t;
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10817
------- Additional Comments From falk@debian.org 2003-05-25 00:14 -------
Works for me on Alpha with mainline 20030524. Maybe it's powerpc specific?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.