public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged
@ 2021-07-19 19:06 pinskia at gcc dot gnu.org
  2021-07-19 19:08 ` [Bug testsuite/101517] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-19 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101517
           Summary: Some testcases were lost when tree-ssa was merged
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

I was looking at PR 16016 and noticed it references gcc.dg/20030612-1.c
testcase but when I look at the history there, the testcase is way different
from what it was pre tree-ssa merge.

Here are testcases which seems to have been changed incorrectly:
g++.dg/warn/Wunused-5.C
gcc.c-torture/compile/20030405-1.c
gcc.c-torture/compile/20040304-1.c
gcc.dg/20030612-1.c

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

* [Bug testsuite/101517] Some testcases were lost when tree-ssa was merged
  2021-07-19 19:06 [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged pinskia at gcc dot gnu.org
@ 2021-07-19 19:08 ` pinskia at gcc dot gnu.org
  2021-07-29 18:35 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-19 19:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I should note the tree-ssa merge is r0-58166 .

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

* [Bug testsuite/101517] Some testcases were lost when tree-ssa was merged
  2021-07-19 19:06 [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged pinskia at gcc dot gnu.org
  2021-07-19 19:08 ` [Bug testsuite/101517] " pinskia at gcc dot gnu.org
@ 2021-07-29 18:35 ` pinskia at gcc dot gnu.org
  2021-07-29 20:34 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-29 18:35 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-07-29

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I will take care of this.

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

* [Bug testsuite/101517] Some testcases were lost when tree-ssa was merged
  2021-07-19 19:06 [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged pinskia at gcc dot gnu.org
  2021-07-19 19:08 ` [Bug testsuite/101517] " pinskia at gcc dot gnu.org
  2021-07-29 18:35 ` pinskia at gcc dot gnu.org
@ 2021-07-29 20:34 ` pinskia at gcc dot gnu.org
  2021-07-30 17:32 ` cvs-commit at gcc dot gnu.org
  2021-07-30 17:39 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-29 20:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 51221
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51221&action=edit
Patch which adds them back

This is the patch which I am testing.

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

* [Bug testsuite/101517] Some testcases were lost when tree-ssa was merged
  2021-07-19 19:06 [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-07-29 20:34 ` pinskia at gcc dot gnu.org
@ 2021-07-30 17:32 ` cvs-commit at gcc dot gnu.org
  2021-07-30 17:39 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-30 17:32 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:d68d275a00573be49f5e83eba52ce3f26d11db9e

commit r12-2632-gd68d275a00573be49f5e83eba52ce3f26d11db9e
Author: Andrew Pinski <apinski@marvell.com>
Date:   Thu Jul 29 12:56:18 2021 -0700

    Add testcases that got lost when tree-ssa was merged

    So I was looking at some older PRs (PR 16016 in this case),
    I noticed that some of the testcases were removed when
    the tree-ssa branch was merged. This adds them back in.

    OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.

    Thanks,
    Andrew Pinski

    gcc/testsuite/ChangeLog:

            PR testsuite/101517
            * g++.dg/warn/Wunused-18.C: New test.
            * gcc.c-torture/compile/20030405-2.c: New test.
            * gcc.c-torture/compile/20040304-2.c: New test.
            * gcc.dg/20030612-2.c: New test.

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

* [Bug testsuite/101517] Some testcases were lost when tree-ssa was merged
  2021-07-19 19:06 [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-07-30 17:32 ` cvs-commit at gcc dot gnu.org
@ 2021-07-30 17:39 ` pinskia at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-30 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2021-07-30 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 19:06 [Bug testsuite/101517] New: Some testcases were lost when tree-ssa was merged pinskia at gcc dot gnu.org
2021-07-19 19:08 ` [Bug testsuite/101517] " pinskia at gcc dot gnu.org
2021-07-29 18:35 ` pinskia at gcc dot gnu.org
2021-07-29 20:34 ` pinskia at gcc dot gnu.org
2021-07-30 17:32 ` cvs-commit at gcc dot gnu.org
2021-07-30 17:39 ` pinskia 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).