public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/95049] New: GCC never terminates with trivial input program
@ 2020-05-11  9:00 luis at luismarques dot eu
  2020-05-11  9:36 ` [Bug tree-optimization/95049] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: luis at luismarques dot eu @ 2020-05-11  9:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95049
           Summary: GCC never terminates with trivial input program
           Product: gcc
           Version: 9.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: luis at luismarques dot eu
  Target Milestone: ---

Since at least GCC 9.1 the following trivial program results in an infinite
compilation time when compiling with -O2 or higher. This continues to happen
with GCC trunk as of the date of filing this bug.

void a() {
  for (int b; b; b = !b) {
  }
}

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

end of thread, other threads:[~2020-09-11 10:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11  9:00 [Bug c/95049] New: GCC never terminates with trivial input program luis at luismarques dot eu
2020-05-11  9:36 ` [Bug tree-optimization/95049] " rguenth at gcc dot gnu.org
2020-05-11 11:44 ` [Bug tree-optimization/95049] [9/10/11 Regression] " rguenth at gcc dot gnu.org
2020-05-11 15:53 ` cvs-commit at gcc dot gnu.org
2020-06-23 11:06 ` [Bug tree-optimization/95049] [9/10 " cvs-commit at gcc dot gnu.org
2020-09-11 10:38 ` [Bug tree-optimization/95049] [9 " cvs-commit at gcc dot gnu.org
2020-09-11 10:39 ` 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).