public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/101025] New: wrong code at -O3 on x86_64-linux-gnu
@ 2021-06-11  4:51 qrzhang at gatech dot edu
  2021-06-11  8:15 ` [Bug tree-optimization/101025] [11/12 Regression] " rguenth at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: qrzhang at gatech dot edu @ 2021-06-11  4:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101025
           Summary: wrong code at -O3 on x86_64-linux-gnu
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: qrzhang at gatech dot edu
  Target Milestone: ---

It appears to be a recent regression.

Bisection points to g:128f43cf679e51564202b41f23fae4146347f93d



$ gcc-trunk -v
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210610 (experimental) [master revision
5ad76ad7f5b:c64ab1c4fe0:cce1697e6fe0134616ebc8f7040d99e66c12241a] (GCC)


$ gcc-trunk abc.c ; ./a.out
0

$ gcc-trunk -O3 abc.c ; ./a.out
4

$ cat abc.c
int a[10];
int b, d, g;
volatile char c;
short e;
volatile int f;
int main() {
  for (; d <= 9; d++) {
    b = e = 0;
    for (; e < 10; e++)
      a[e] = 4;
    for (; b <= 9; b++)
      if (g)
        f = 0;
      else
        a[b] = c;
  }
  printf("%d\n", a[1]);
}

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

end of thread, other threads:[~2021-07-07 14:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  4:51 [Bug tree-optimization/101025] New: wrong code at -O3 on x86_64-linux-gnu qrzhang at gatech dot edu
2021-06-11  8:15 ` [Bug tree-optimization/101025] [11/12 Regression] " rguenth at gcc dot gnu.org
2021-06-11  8:27 ` rguenth at gcc dot gnu.org
2021-06-11  8:59 ` marxin at gcc dot gnu.org
2021-06-11  9:08 ` marxin at gcc dot gnu.org
2021-06-11  9:08 ` rguenth at gcc dot gnu.org
2021-06-11 16:13 ` cvs-commit at gcc dot gnu.org
2021-06-11 16:13 ` [Bug tree-optimization/101025] [11 " rguenth at gcc dot gnu.org
2021-06-11 16:26 ` qrzhang at gatech dot edu
2021-06-16 10:16 ` rguenth at gcc dot gnu.org
2021-07-07 14:06 ` cvs-commit at gcc dot gnu.org
2021-07-07 14:08 ` 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).