optimization/4046: redundant conditional branch
rth@gcc.gnu.org
rth@gcc.gnu.org
Tue Apr 2 19:53:00 GMT 2002
Old Synopsis: redundant comparison introduced with gcc-3.0 (regression from gcc 2)
New Synopsis: redundant conditional branch
State-Changed-From-To: open->analyzed
State-Changed-By: rth
State-Changed-When: Tue Apr 2 19:53:47 2002
State-Changed-Why:
In gcc 3.1, the regression from gcc 2 is gone, i.e. we once again get
jl .L8
jle .L8
incl %eax
.L8:
However, I'm not closing the PR since we really should have
eliminated one of the branches.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4046
More information about the Gcc-prs
mailing list