public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/98632] New: Warn about unspecified expression ordering for atomics with non-relaxed memory ordering.
@ 2021-01-12 10:13 tilps at hotmail dot com
  2021-01-12 15:46 ` [Bug c++/98632] " redi at gcc dot gnu.org
  2021-01-13 13:18 ` tilps at hotmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: tilps at hotmail dot com @ 2021-01-12 10:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98632
           Summary: Warn about unspecified expression ordering for atomics
                    with non-relaxed memory ordering.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tilps at hotmail dot com
  Target Milestone: ---

C++ defines that execution ordering for expressions is largely unspecified.  In
cases where there are multiple atomic operations in an expression for which
there is no standard required ordering, and if those atomic operations are
marked with a non-relaxed memory ordering, it would be useful to have a
warning. Since the compiler is technically free to reorder them in-spite of the
memory ordering indicating that the user cares about the specific ordering.

While it might be able to be argued that the warning should fire for any
expression involving just a single atomic and some other expression component
that would be unable to be reordered if the sub-expressions had been assigned
to locals first, it seems that would be likely to have vastly more false
positives than expressions that involve multiple atomic operations. So I would
suggest only triggering for expressions involving multiple atomic operations.

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

end of thread, other threads:[~2021-01-13 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12 10:13 [Bug c++/98632] New: Warn about unspecified expression ordering for atomics with non-relaxed memory ordering tilps at hotmail dot com
2021-01-12 15:46 ` [Bug c++/98632] " redi at gcc dot gnu.org
2021-01-13 13:18 ` tilps at hotmail 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).