public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/104721] New: currently_expanding_gimple_stmt isn't cleared properly
@ 2022-02-28 23:17 hjl.tools at gmail dot com
  2022-02-28 23:43 ` [Bug middle-end/104721] " hjl.tools at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2022-02-28 23:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104721
           Summary: currently_expanding_gimple_stmt isn't cleared properly
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

expand_gimple_basic_block has

      currently_expanding_gimple_stmt = stmt;
...
         if (new_bb)
            return new_bb; <<< currently_expanding_gimple_stmt isn't cleared.
...
               if (new_bb)
                {
                  if (can_fallthru)
                    bb = new_bb;
                  else
                    return new_bb;  <<< currently_expanding_gimple_stmt isn't
cleared.
                }

  currently_expanding_gimple_stmt = NULL;

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

end of thread, other threads:[~2022-03-03  3:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 23:17 [Bug middle-end/104721] New: currently_expanding_gimple_stmt isn't cleared properly hjl.tools at gmail dot com
2022-02-28 23:43 ` [Bug middle-end/104721] " hjl.tools at gmail dot com
2022-02-28 23:43 ` hjl.tools at gmail dot com
2022-03-01 12:53 ` matz at gcc dot gnu.org
2022-03-01 13:56 ` hjl.tools at gmail dot com
2022-03-01 14:04 ` jakub at gcc dot gnu.org
2022-03-01 14:18 ` cvs-commit at gcc dot gnu.org
2022-03-03  3:19 ` hjl.tools at gmail dot com

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