public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/98241] New: [11 regression] gcc.dg/pr78973.c XPASSes
@ 2020-12-11 12:23 ro at gcc dot gnu.org
  2020-12-11 12:23 ` [Bug testsuite/98241] " ro at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2020-12-11 12:23 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98241
           Summary: [11 regression] gcc.dg/pr78973.c XPASSes
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: msebor at gcc dot gnu.org
  Target Milestone: ---

Between 20201020 (5d53ec27015b916640171e891870adf2c6fdfd4c) and 20201021
(c8f795cac6a1325bc6bcba3f47b7d04cb790400c),
gcc.dg/pr78973.c began to XPASS:

XPASS: gcc.dg/pr78973.c pr79073 (test for warnings, line 12)

I'm seeing this on 32-bit Solaris/sparc and x86 as well as 32-bit Linux/x86.

I suspect the xfail can just go?

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

* [Bug testsuite/98241] [11 regression] gcc.dg/pr78973.c XPASSes
  2020-12-11 12:23 [Bug testsuite/98241] New: [11 regression] gcc.dg/pr78973.c XPASSes ro at gcc dot gnu.org
@ 2020-12-11 12:23 ` ro at gcc dot gnu.org
  2021-01-14 11:05 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2020-12-11 12:23 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug testsuite/98241] [11 regression] gcc.dg/pr78973.c XPASSes
  2020-12-11 12:23 [Bug testsuite/98241] New: [11 regression] gcc.dg/pr78973.c XPASSes ro at gcc dot gnu.org
  2020-12-11 12:23 ` [Bug testsuite/98241] " ro at gcc dot gnu.org
@ 2021-01-14 11:05 ` rguenth at gcc dot gnu.org
  2021-01-21  9:36 ` cvs-commit at gcc dot gnu.org
  2021-01-21  9:36 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-14 11:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

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

* [Bug testsuite/98241] [11 regression] gcc.dg/pr78973.c XPASSes
  2020-12-11 12:23 [Bug testsuite/98241] New: [11 regression] gcc.dg/pr78973.c XPASSes ro at gcc dot gnu.org
  2020-12-11 12:23 ` [Bug testsuite/98241] " ro at gcc dot gnu.org
  2021-01-14 11:05 ` rguenth at gcc dot gnu.org
@ 2021-01-21  9:36 ` cvs-commit at gcc dot gnu.org
  2021-01-21  9:36 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-21  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:8afef308b49c9d8dfe38fab7bbb5f6bb070b093d

commit r11-6830-g8afef308b49c9d8dfe38fab7bbb5f6bb070b093d
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Jan 21 10:35:11 2021 +0100

    testsuite/98241 - remove ilp32 XFAIL of gcc.dg/pr78973.c

    XPASSes as reported.

    2021-01-21  Richard Biener  <rguenther@suse.de>

            PR testsuite/98241
            * gcc.dg/pr78973.c: Remove ilp32 XFAIL.

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

* [Bug testsuite/98241] [11 regression] gcc.dg/pr78973.c XPASSes
  2020-12-11 12:23 [Bug testsuite/98241] New: [11 regression] gcc.dg/pr78973.c XPASSes ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-01-21  9:36 ` cvs-commit at gcc dot gnu.org
@ 2021-01-21  9:36 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-21  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2021-01-21  9:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 12:23 [Bug testsuite/98241] New: [11 regression] gcc.dg/pr78973.c XPASSes ro at gcc dot gnu.org
2020-12-11 12:23 ` [Bug testsuite/98241] " ro at gcc dot gnu.org
2021-01-14 11:05 ` rguenth at gcc dot gnu.org
2021-01-21  9:36 ` cvs-commit at gcc dot gnu.org
2021-01-21  9:36 ` 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).