public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/103786] New: Suspicious code in verify_type
@ 2021-12-21  8:37 fxue at os dot amperecomputing.com
  2021-12-21  8:48 ` [Bug ipa/103786] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fxue at os dot amperecomputing.com @ 2021-12-21  8:37 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103786
           Summary: Suspicious code in verify_type
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fxue at os dot amperecomputing.com
  Target Milestone: ---

tree ct = TYPE_CANONICAL (t);
  if (!ct)
    ;
  else if (TYPE_CANONICAL (t) != ct)
                           ^ should be ct?

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

end of thread, other threads:[~2021-12-23  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21  8:37 [Bug tree-optimization/103786] New: Suspicious code in verify_type fxue at os dot amperecomputing.com
2021-12-21  8:48 ` [Bug ipa/103786] " marxin at gcc dot gnu.org
2021-12-21  8:49 ` marxin at gcc dot gnu.org
2021-12-23  8:22 ` cvs-commit at gcc dot gnu.org
2021-12-23  8:29 ` marxin 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).