public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/105884] New: A possible optimization bug when uint64_t is used with -O2/-O3.
@ 2022-06-08  8:49 zhonghao at pku dot org.cn
  2022-06-08  8:54 ` [Bug c++/105884] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhonghao at pku dot org.cn @ 2022-06-08  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105884
           Summary: A possible optimization bug when uint64_t is used with
                    -O2/-O3.
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zhonghao at pku dot org.cn
  Target Milestone: ---

zapret is a tool to bypass network blocking:
https://github.com/bol-van/zapret/blob/master/docs/readme.eng.md

I notice that its programmers complain an optimization bug. This bug is
triggered when gcc optimizes uint64_t. The commit is
https://github.com/bol-van/zapret/commit/9402cd2cf0a16352a3401f7bce1a894bf131138b

Please check the problem.

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

end of thread, other threads:[~2022-06-08  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  8:49 [Bug c++/105884] New: A possible optimization bug when uint64_t is used with -O2/-O3 zhonghao at pku dot org.cn
2022-06-08  8:54 ` [Bug c++/105884] " pinskia at gcc dot gnu.org
2022-06-08  9:35 ` redi at gcc dot gnu.org
2022-06-08  9:41 ` redi 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).