public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/108687] New: Non-termination since gcc-13-5630-g881bf8de9b0
@ 2023-02-06 19:17 stefansf at linux dot ibm.com
  2023-02-06 19:20 ` [Bug middle-end/108687] Non-termination since r13-5630-g881bf8de9b0 pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: stefansf at linux dot ibm.com @ 2023-02-06 19:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108687
           Summary: Non-termination since gcc-13-5630-g881bf8de9b0
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: stefansf at linux dot ibm.com
  Target Milestone: ---

typedef struct { int a[32]; } b;
b c;
int d, e, f;
void g () {
  for (; c.a[f - 1]; f++) {
    e = e * d;
    c.a[f] = f / d;
  }
}

Running gcc -O3 -c t.c on s390x does not terminate. Started with
gcc-13-5630-g881bf8de9b0

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

end of thread, other threads:[~2023-02-10 14:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 19:17 [Bug middle-end/108687] New: Non-termination since gcc-13-5630-g881bf8de9b0 stefansf at linux dot ibm.com
2023-02-06 19:20 ` [Bug middle-end/108687] Non-termination since r13-5630-g881bf8de9b0 pinskia at gcc dot gnu.org
2023-02-06 19:21 ` stefansf at linux dot ibm.com
2023-02-06 19:28 ` stefansf at linux dot ibm.com
2023-02-06 19:29 ` stefansf at linux dot ibm.com
2023-02-06 19:45 ` [Bug middle-end/108687] [13 Regression] " pinskia at gcc dot gnu.org
2023-02-06 21:11 ` [Bug tree-optimization/108687] " jakub at gcc dot gnu.org
2023-02-09 15:50 ` amacleod at redhat dot com
2023-02-09 18:27 ` stefansf at linux dot ibm.com
2023-02-09 18:39 ` amacleod at redhat dot com
2023-02-09 20:07 ` stefansf at linux dot ibm.com
2023-02-09 23:41 ` amacleod at redhat dot com
2023-02-10  9:44 ` stefansf at linux dot ibm.com
2023-02-10 14:49 ` cvs-commit at gcc dot gnu.org
2023-02-10 14:54 ` amacleod at redhat 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).