public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/66821] New: reassoc-37.c fails on -march=pentium
@ 2015-07-09  9:51 julia.koval at intel dot com
  2015-07-09 11:21 ` [Bug target/66821] " hjl.tools at gmail dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: julia.koval at intel dot com @ 2015-07-09  9:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66821

            Bug ID: 66821
           Summary: reassoc-37.c fails on -march=pentium
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: julia.koval at intel dot com
  Target Milestone: ---

FAIL: gcc.dg/tree-ssa/reassoc-37.c scan-tree-dump optimized
"(8784908|0x0*860c0c)"
FAIL: gcc.dg/tree-ssa/reassoc-37.c scan-tree-dump optimized "(<<|>>)"

./gcc -m32 reassoc-37.c
193.t.optimised pass generates:
  <bb 2>:
  _26 = (unsigned int) x_2(D);
  if (_26 > 23)
    goto <bb 4>;
  else
    goto <bb 3>;

  <bb 3>:
  _28 = 8784908 >> x_2(D);
  _29 = _28 & 1;
  _34 = ~_28;
  _32 = _34 & 1;
  _30 = (_Bool) _34;
  if (_30 != 0)
    goto <bb 4>;
  else
    goto <bb 5>;

./gcc -m32 -march=pentium
193.t.optimised pass generates:
<bb 2>:
  _22 = (unsigned int) x_2(D);
  _23 = _22 & 4294967287;
  _24 = _23 + 4294967294;
  if (_24 > 1)
    goto <bb 3>;
  else
    goto <bb 6>;

  <bb 3>:
  _20 = _22 + 4294967279;
  if (_20 > 1)
    goto <bb 4>;
  else
    goto <bb 6>;


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-08-24 15:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09  9:51 [Bug target/66821] New: reassoc-37.c fails on -march=pentium julia.koval at intel dot com
2015-07-09 11:21 ` [Bug target/66821] " hjl.tools at gmail dot com
2015-07-09 12:08 ` julia.koval at intel dot com
2015-07-09 12:15 ` hjl.tools at gmail dot com
2015-07-09 13:52 ` julia.koval at intel dot com
2015-07-09 13:54 ` hjl.tools at gmail dot com
2015-07-09 13:58 ` julia.koval at intel dot com
2015-07-09 14:01 ` hjl.tools at gmail dot com
2015-07-09 14:05 ` julia.koval at intel dot com
2015-07-09 18:06 ` [Bug target/66821] reassoc-37.c fails on -march=iamcu hjl.tools at gmail dot com
2015-07-09 20:37 ` hjl.tools at gmail dot com
2015-08-24 15:31 ` hjl at gcc dot gnu.org

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).