optimization/5263: a & b & ~a & ~b not optimized
bangerth@dealii.org
bangerth@dealii.org
Sat Mar 15 04:26:00 GMT 2003
Old Synopsis: Poor optimization for expression with more than three operands
New Synopsis: a & b & ~a & ~b not optimized
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Sat Mar 15 04:26:14 2003
State-Changed-Why:
Confirmed. Behavior persists on mainline. While
a & b & ~a & ~b
is not optimized, the reordered expression
a & ~a & b & ~b
is.
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5263
More information about the Gcc-prs
mailing list