public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/110137] New: implement clang -fassume-sane-operator-new
@ 2023-06-06  8:15 rguenth at gcc dot gnu.org
  2023-06-06  8:17 ` [Bug c++/110137] " rguenth at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-06-06  8:15 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110137
           Summary: implement clang -fassume-sane-operator-new
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

clang seems to have -fassume-sane-operator-new which allows to assert that
a call to the operator has no side-effects besides the allocation, in
particular that it doesn't modify or inspect global memory.

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

end of thread, other threads:[~2024-06-23 18:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06  8:15 [Bug c++/110137] New: implement clang -fassume-sane-operator-new rguenth at gcc dot gnu.org
2023-06-06  8:17 ` [Bug c++/110137] " rguenth at gcc dot gnu.org
2023-06-09 12:22 ` redi at gcc dot gnu.org
2023-08-02  4:20 ` hiraditya at msn dot com
2023-08-02  6:56 ` redi at gcc dot gnu.org
2023-08-02  8:24 ` rguenther at suse dot de
2024-05-27  3:07 ` user202729 at protonmail dot com
2024-05-27  7:47 ` redi at gcc dot gnu.org
2024-06-04 10:16 ` user202729 at protonmail dot com
2024-06-04 10:39 ` hubicka at ucw dot cz
2024-06-04 11:31 ` redi at gcc dot gnu.org
2024-06-04 11:37 ` redi at gcc dot gnu.org
2024-06-04 11:45 ` jakub at gcc dot gnu.org
2024-06-04 11:57   ` Jan Hubicka
2024-06-04 11:57 ` hubicka at ucw dot cz
2024-06-05  8:23 ` user202729 at protonmail dot com
2024-06-05 13:00 ` hubicka at ucw dot cz
2024-06-23 18:14 ` user202729 at protonmail 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).