public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/67285] New: ICE with (rdiv (POW:s @0 REAL_CST@1) @0)
@ 2015-08-20  4:42 hs.naveen2u at gmail dot com
  2015-08-20  8:54 ` [Bug middle-end/67285] " mpolacek at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hs.naveen2u at gmail dot com @ 2015-08-20  4:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67285
           Summary: ICE with (rdiv (POW:s @0 REAL_CST@1) @0)
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hs.naveen2u at gmail dot com
  Target Milestone: ---

The following pattern should work as expected:-

+ /* Simplify pow(x,c) / x -> pow(x,c-1). */
+ (simplify
+  (rdiv (POW:s @0 REAL_CST@1) @0)
+  (if (!TREE_OVERFLOW (@1))
+   (POW @0 (minus @1 { build_one_cst (type); }))))

However, it generates the following error:-
internal compiler error: tree check: expected ssa_name, have var_decl in
simplify_builtin_call, at tree-ssa-forwprop.c:1259

Its due to REAL_CST@1


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

end of thread, other threads:[~2015-08-21  8:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-20  4:42 [Bug middle-end/67285] New: ICE with (rdiv (POW:s @0 REAL_CST@1) @0) hs.naveen2u at gmail dot com
2015-08-20  8:54 ` [Bug middle-end/67285] " mpolacek at gcc dot gnu.org
2015-08-20  9:03 ` hs.naveen2u at gmail dot com
2015-08-20 11:47 ` rguenth at gcc dot gnu.org
2015-08-20 12:26 ` rguenth at gcc dot gnu.org
2015-08-21  8:06 ` rguenth at gcc dot gnu.org
2015-08-21  8:06 ` 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).