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

* [Bug ipa/103786] Suspicious code in verify_type
  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 ` marxin at gcc dot gnu.org
  2021-12-21  8:49 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-21  8:48 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org
          Component|tree-optimization           |ipa
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-12-21

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed, it's obviously bogus. Lemme fix that.

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

* [Bug ipa/103786] Suspicious code in verify_type
  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
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-21  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org

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

* [Bug ipa/103786] Suspicious code in verify_type
  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
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-12-23  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:9ac0730c25b357b5fc75e18677cec27a546c1b64

commit r12-6104-g9ac0730c25b357b5fc75e18677cec27a546c1b64
Author: Feng Xue <fxue@os.amperecomputing.com>
Date:   Tue Dec 21 09:48:16 2021 +0100

    Fix typo in type verification.

            PR ipa/103786

    gcc/ChangeLog:

            * tree.c (verify_type): Fix typo.

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

* [Bug ipa/103786] Suspicious code in verify_type
  2021-12-21  8:37 [Bug tree-optimization/103786] New: Suspicious code in verify_type fxue at os dot amperecomputing.com
                   ` (2 preceding siblings ...)
  2021-12-23  8:22 ` cvs-commit at gcc dot gnu.org
@ 2021-12-23  8:29 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-23  8:29 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

^ 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).