public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/5263: a & b & ~a & ~b not optimized
@ 2003-03-15  4:26 bangerth
  0 siblings, 0 replies; only message in thread
From: bangerth @ 2003-03-15  4:26 UTC (permalink / raw)
  To: Kai.Tietz, gcc-bugs, gcc-prs, nobody

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-15  4:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-15  4:26 optimization/5263: a & b & ~a & ~b not optimized bangerth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).