public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63
@ 2022-10-11 18:33 seurer at gcc dot gnu.org
  2022-10-12  1:33 ` [Bug testsuite/107220] " crazylht at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-10-11 18:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107220
           Summary: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails
                    after r13-3212-gb88adba751da63
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:b88adba751da635c6f0c353c5bc51bbe2ecf4c89, r13-3212-gb88adba751da63
make  -k check-gcc RUNTESTFLAGS="tree-ssa.exp=gcc.dg/tree-ssa/forwprop-19.c"
FAIL: gcc.dg/tree-ssa/forwprop-19.c scan-tree-dump-not forwprop1
"VEC_PERM_EXPR"
# of expected passes            1
# of unexpected failures        1

commit b88adba751da635c6f0c353c5bc51bbe2ecf4c89 (HEAD, refs/bisect/bad)
Author: Liwei Xu <liwei.xu@intel.com>
Date:   Fri Sep 23 13:46:02 2022 +0800

    Optimize nested permutation to single VEC_PERM_EXPR [PR54346]

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

* [Bug testsuite/107220] [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63
  2022-10-11 18:33 [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63 seurer at gcc dot gnu.org
@ 2022-10-12  1:33 ` crazylht at gmail dot com
  2022-10-14  7:16 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: crazylht at gmail dot com @ 2022-10-12  1:33 UTC (permalink / raw)
  To: gcc-bugs

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

Hongtao.liu <crazylht at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |admin at levyhsu dot com,
                   |                            |crazylht at gmail dot com

--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> ---
Yes, we're working on this.

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

* [Bug testsuite/107220] [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63
  2022-10-11 18:33 [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63 seurer at gcc dot gnu.org
  2022-10-12  1:33 ` [Bug testsuite/107220] " crazylht at gmail dot com
@ 2022-10-14  7:16 ` rguenth at gcc dot gnu.org
  2022-10-18  4:48 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-14  7:16 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail
   Target Milestone|---                         |13.0

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
it's actually a dead stmt we scan

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

* [Bug testsuite/107220] [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63
  2022-10-11 18:33 [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63 seurer at gcc dot gnu.org
  2022-10-12  1:33 ` [Bug testsuite/107220] " crazylht at gmail dot com
  2022-10-14  7:16 ` rguenth at gcc dot gnu.org
@ 2022-10-18  4:48 ` cvs-commit at gcc dot gnu.org
  2022-10-18  4:49 ` crazylht at gmail dot com
  2022-12-22 13:23 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-10-18  4:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:35106383c0995682f3bef20f745285f791796473

commit r13-3351-g35106383c0995682f3bef20f745285f791796473
Author: Liwei Xu <liwei.xu@intel.com>
Date:   Mon Oct 17 11:08:55 2022 +0800

    Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb88adba751da63

    gcc/testsuite/ChangeLog:

            PR testsuite/107220
            * gcc.dg/tree-ssa/forwprop-19.c: Move scanning pass from
            forwprop1 to dse1, This fixs the test case fail.

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

* [Bug testsuite/107220] [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63
  2022-10-11 18:33 [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-10-18  4:48 ` cvs-commit at gcc dot gnu.org
@ 2022-10-18  4:49 ` crazylht at gmail dot com
  2022-12-22 13:23 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: crazylht at gmail dot com @ 2022-10-18  4:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Hongtao.liu <crazylht at gmail dot com> ---
Fixed.

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

* [Bug testsuite/107220] [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63
  2022-10-11 18:33 [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-10-18  4:49 ` crazylht at gmail dot com
@ 2022-12-22 13:23 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-12-22 13:23 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
.

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

end of thread, other threads:[~2022-12-22 13:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 18:33 [Bug testsuite/107220] New: [13 regression] gcc.dg/tree-ssa/forwprop-19.c fails after r13-3212-gb88adba751da63 seurer at gcc dot gnu.org
2022-10-12  1:33 ` [Bug testsuite/107220] " crazylht at gmail dot com
2022-10-14  7:16 ` rguenth at gcc dot gnu.org
2022-10-18  4:48 ` cvs-commit at gcc dot gnu.org
2022-10-18  4:49 ` crazylht at gmail dot com
2022-12-22 13:23 ` 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).