public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/106811] New: GENERIC and GIMPLE IL undefined behavior needs documenting
@ 2022-09-02  6:49 rguenth at gcc dot gnu.org
  2022-11-02  9:59 ` [Bug middle-end/106811] " nunoplopes at sapo dot pt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-09-02  6:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106811
           Summary: GENERIC and GIMPLE IL undefined behavior needs
                    documenting
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

Undefined behavior triggered by the GENERIC operations from tree.def (also used
in GIMPLE) need to be documented.  In general we follow C here, including GCCs
implementation defined behavior here, but not all C undefined behavior cases
are exploited by the middle-end so the state of those cases is not clear.  We
need

 - a list of operations with undefined behavior cases that are currently
 exploited or seen as OK to exploit
 - a list of operations where C documents undefined behavior cases but the
 middle-end conciously defines some implementation defined behavior (which
 should not be target specific)
 - middle-end predicates that can be used to check
 - variants of the operations with (implementation) defined behavior

probably best in generic.texi with cross reference from gimple.texi

Note for RTL operations doing the same is necessary.

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

end of thread, other threads:[~2023-09-15 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02  6:49 [Bug middle-end/106811] New: GENERIC and GIMPLE IL undefined behavior needs documenting rguenth at gcc dot gnu.org
2022-11-02  9:59 ` [Bug middle-end/106811] " nunoplopes at sapo dot pt
2022-11-05 14:22 ` rguenther at suse dot de
2022-11-07 18:07 ` nunoplopes at sapo dot pt
2022-11-07 18:17 ` rguenther at suse dot de
2023-09-15 10:22 ` 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).