public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/101501] New: wrong code at -O3 on x86_64-linux-gnu
@ 2021-07-18 22:50 qrzhang at gatech dot edu
  2021-07-18 22:51 ` [Bug tree-optimization/101501] " qrzhang at gatech dot edu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: qrzhang at gatech dot edu @ 2021-07-18 22:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101501
           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. Gcc-10 works fine.

$ gcc-trunk -v
gcc version 12.0.0 20210718 (experimental) [master revision
0103d18dfc9:a1cef02c5e3:853921378bfa149353b4e1c7dde5c02f80072ad7] (GCC)


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

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


$ cat abc.c
char a = 55;
int main() {
  int b;
  char c;
d:
  c = a-- * 52;
  b = 3L * c;
  if (b)
    goto d;
  printf("%d\n", a);
}

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

end of thread, other threads:[~2021-07-22  8:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 22:50 [Bug tree-optimization/101501] New: wrong code at -O3 on x86_64-linux-gnu qrzhang at gatech dot edu
2021-07-18 22:51 ` [Bug tree-optimization/101501] " qrzhang at gatech dot edu
2021-07-18 23:01 ` [Bug tree-optimization/101501] [11/12 Regression] " pinskia at gcc dot gnu.org
2021-07-19  3:40 ` glisse at gcc dot gnu.org
2021-07-19  6:39 ` rguenth at gcc dot gnu.org
2021-07-22  7:19 ` rguenth at gcc dot gnu.org
2021-07-22  8:07 ` rguenth at gcc dot gnu.org
2021-07-22  8:09 ` 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).