public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/109644] New: Missing GIMPLE IL verification
@ 2023-04-27  8:41 rguenth at gcc dot gnu.org
  2023-04-27  8:43 ` [Bug middle-end/109644] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-04-27  8:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109644
           Summary: Missing GIMPLE IL verification
           Product: gcc
           Version: 14.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: ---

We are missing GIMPLE IL verification of handled component operations on
registers.  There's only a subset of operations allowed and they should
not stack but behave like UNARY ops.  The subset allowed is
REALPART_EXPR, IMAGPART_EXPR, VIEW_CONVERT_EXPR and BIT_FIELD_REF.  In
particular ops that require aggregate types such as ARRAY_REF and COMPONENT_REF
are not allowed, but the missing IL verification makes those sneak through
with the register wrapped in a VIEW_CONVERT_EXPR producing the aggregate type.

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

end of thread, other threads:[~2023-04-28  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27  8:41 [Bug middle-end/109644] New: Missing GIMPLE IL verification rguenth at gcc dot gnu.org
2023-04-27  8:43 ` [Bug middle-end/109644] " rguenth at gcc dot gnu.org
2023-04-27 10:31 ` rguenth at gcc dot gnu.org
2023-04-28  9:49 ` cvs-commit at gcc dot gnu.org
2023-04-28  9:49 ` 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).