public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/67381] New: genmatch does not honor the order of patterns
@ 2015-08-28 11:59 glisse at gcc dot gnu.org
  2015-08-28 13:09 ` [Bug tree-optimization/67381] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: glisse at gcc dot gnu.org @ 2015-08-28 11:59 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67381
           Summary: genmatch does not honor the order of patterns
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: glisse at gcc dot gnu.org
  Target Milestone: ---

(simplify
 (mult (BUILT_IN_SQRT@1 @0) @1)
 @0)
(simplify
 (mult (BUILT_IN_SQRT @0) (BUILT_IN_SQRT @1))
 (BUILT_IN_SQRT (mult @0 @1)))

We can see in the generated files that it first tests if the second argument is
sqrt before checking if both arguments are the same.

See this thread: https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01780.html
It causes a failure in gcc.dg/builtins-11.c


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-28 11:59 [Bug tree-optimization/67381] New: genmatch does not honor the order of patterns glisse at gcc dot gnu.org
2015-08-28 13:09 ` [Bug tree-optimization/67381] " rguenth at gcc dot gnu.org
2015-08-28 23:10 ` pinskia at gcc dot gnu.org
2015-08-31  3:22 ` pinskia at gcc dot gnu.org
2015-08-31  8:43 ` rguenth at gcc dot gnu.org
2015-08-31 14:00 ` rguenth at gcc dot gnu.org
2015-08-31 14:02 ` rguenth 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).