public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/65388] New: Wrong comparison in same_succ_def::equal() tree-ssa-tail-merge.c:590
@ 2015-03-11 10:41 maksqwe1 at ukr dot net
  2015-03-11 10:44 ` [Bug tree-optimization/65388] " mpolacek at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: maksqwe1 at ukr dot net @ 2015-03-11 10:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65388
           Summary: Wrong comparison in same_succ_def::equal()
                    tree-ssa-tail-merge.c:590
           Product: gcc
           Version: 4.9.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: maksqwe1 at ukr dot net

tree-ssa-tail-merge.c:590
same_succ_def::equal()

if (!inverse_flags (e1, e2))
  {
    for (i = 0; i < e1->succ_flags.length (); ++i)
=== >   if (e1->succ_flags[i] != e1->succ_flags[i])
          return 0;
  }


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

end of thread, other threads:[~2015-03-12 11:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 10:41 [Bug tree-optimization/65388] New: Wrong comparison in same_succ_def::equal() tree-ssa-tail-merge.c:590 maksqwe1 at ukr dot net
2015-03-11 10:44 ` [Bug tree-optimization/65388] " mpolacek at gcc dot gnu.org
2015-03-11 10:45 ` mpolacek at gcc dot gnu.org
2015-03-11 10:56 ` jakub at gcc dot gnu.org
2015-03-11 10:58 ` jakub at gcc dot gnu.org
2015-03-11 11:05 ` mpolacek at gcc dot gnu.org
2015-03-12 11:11 ` mpolacek at gcc dot gnu.org
2015-03-12 11:27 ` mpolacek at gcc dot gnu.org
2015-03-12 11:29 ` mpolacek 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).