public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/113861] New: c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS
@ 2024-02-10  7:50 pinskia at gcc dot gnu.org
  2024-02-10  7:50 ` [Bug testsuite/113861] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-10  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113861
           Summary: c-c++-common/gomp/pr63328.c and
                    gcc.dg/gomp/pr87895-2.c now XPASS
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: pinskia at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64

These started to XPASS after r14-6416-gf5fc001a84a7db which was the fix to get
them xpass.

Will submit a patch to un-xfail them tomorrow or the day after.

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

* [Bug testsuite/113861] c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS
  2024-02-10  7:50 [Bug testsuite/113861] New: c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS pinskia at gcc dot gnu.org
@ 2024-02-10  7:50 ` pinskia at gcc dot gnu.org
  2024-02-14 18:04 ` cvs-commit at gcc dot gnu.org
  2024-02-14 18:05 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-10  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2024-02-10

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

* [Bug testsuite/113861] c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS
  2024-02-10  7:50 [Bug testsuite/113861] New: c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS pinskia at gcc dot gnu.org
  2024-02-10  7:50 ` [Bug testsuite/113861] " pinskia at gcc dot gnu.org
@ 2024-02-14 18:04 ` cvs-commit at gcc dot gnu.org
  2024-02-14 18:05 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-02-14 18:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:2b5e0c11a40865b33bc4424b3c344176eaecf104

commit r14-8986-g2b5e0c11a40865b33bc4424b3c344176eaecf104
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Wed Feb 14 09:34:24 2024 -0800

    aarch64/testsuite: Remove dg-excess-errors from c-c++-common/gomp/pr63328.c
and gcc.dg/gomp/pr87895-2.c [PR113861]

    These now pass after r14-6416-gf5fc001a84a7db so let's remove the
dg-excess-errors from them.

    Committed as obvious after a test for aarch64-linux-gnu.

    gcc/testsuite/ChangeLog:

            PR testsuite/113861
            * c-c++-common/gomp/pr63328.c: Remove dg-excess-errors.
            * gcc.dg/gomp/pr87895-2.c: Likewise.

    Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>

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

* [Bug testsuite/113861] c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS
  2024-02-10  7:50 [Bug testsuite/113861] New: c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS pinskia at gcc dot gnu.org
  2024-02-10  7:50 ` [Bug testsuite/113861] " pinskia at gcc dot gnu.org
  2024-02-14 18:04 ` cvs-commit at gcc dot gnu.org
@ 2024-02-14 18:05 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-14 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2024-02-14 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-10  7:50 [Bug testsuite/113861] New: c-c++-common/gomp/pr63328.c and gcc.dg/gomp/pr87895-2.c now XPASS pinskia at gcc dot gnu.org
2024-02-10  7:50 ` [Bug testsuite/113861] " pinskia at gcc dot gnu.org
2024-02-14 18:04 ` cvs-commit at gcc dot gnu.org
2024-02-14 18:05 ` 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).