public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/108991] New: [13 regression] gcc.dg/memchr-3.c fails after r13-6414-g62a8d31ecc0704
@ 2023-03-02 17:06 seurer at gcc dot gnu.org
  2023-03-02 23:51 ` [Bug testsuite/108991] " cvs-commit at gcc dot gnu.org
  2023-03-02 23:53 ` jakub at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: seurer at gcc dot gnu.org @ 2023-03-02 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108991
           Summary: [13 regression] gcc.dg/memchr-3.c fails after
                    r13-6414-g62a8d31ecc0704
           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:62a8d31ecc07041af4a81353c2d57d9845c4b771, r13-6414-g62a8d31ecc0704
make  -k check-gcc RUNTESTFLAGS="dg.exp=gcc.dg/memchr-3.c"
FAIL: gcc.dg/memchr-3.c  target llp64  (test for warnings, line 9)
# of expected passes            1
# of unexpected failures        1


Looks like a missing warning?

spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/memchr-3.c
-fdiagnostics-plain-output -O2 -Wall -S -o memchr-3.s^M
FAIL: gcc.dg/memchr-3.c  target llp64  (test for warnings, line 9)
Executing on host: /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/ exceptions_enabled3864749.cc   
-fdiagnostics-plain-output  -Wno-complain-wrong-lang -S -o
exceptions_enabled3864749.s    (timeout = 300)
spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/ exceptions_enabled3864749.cc
-fdiagnostics-plain-output -Wno-complain-wrong-lang -S -o
exceptions_enabled3864749.s^M
PASS: gcc.dg/memchr-3.c (test for excess errors)
testcase /home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/dg.exp completed in
0 seconds

                === gcc Summary ===

# of expected passes            1
# of unexpected failures        1


commit 62a8d31ecc07041af4a81353c2d57d9845c4b771 (HEAD)
Author: Jonathan Yong <10walls@gmail.com>
Date:   Mon Feb 27 10:02:32 2023 +0000

    gcc.dg/memchr-3.c: Account for LLP64 warnings

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

* [Bug testsuite/108991] [13 regression] gcc.dg/memchr-3.c fails after r13-6414-g62a8d31ecc0704
  2023-03-02 17:06 [Bug testsuite/108991] New: [13 regression] gcc.dg/memchr-3.c fails after r13-6414-g62a8d31ecc0704 seurer at gcc dot gnu.org
@ 2023-03-02 23:51 ` cvs-commit at gcc dot gnu.org
  2023-03-02 23:53 ` jakub at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-02 23:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:73bbfd5970ba3b7a5bcb3f7043d93fec89ccb991

commit r13-6428-g73bbfd5970ba3b7a5bcb3f7043d93fec89ccb991
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Mar 3 00:50:10 2023 +0100

    testsuite: Fix up memchr-3.c test [PR108991]

    The newly added dg-warning directive was missing the comment argument,
    so the target selector was treated as comment and the warning was expected
    on all targets when it should be expected only on llp64 targets.

    2023-03-03  Jakub Jelinek  <jakub@redhat.com>

            PR testsuite/108991
            * gcc.dg/memchr-3.c: Add missing comment argument to dg-warning
            before target selector.

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

* [Bug testsuite/108991] [13 regression] gcc.dg/memchr-3.c fails after r13-6414-g62a8d31ecc0704
  2023-03-02 17:06 [Bug testsuite/108991] New: [13 regression] gcc.dg/memchr-3.c fails after r13-6414-g62a8d31ecc0704 seurer at gcc dot gnu.org
  2023-03-02 23:51 ` [Bug testsuite/108991] " cvs-commit at gcc dot gnu.org
@ 2023-03-02 23:53 ` jakub at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-03-02 23:53 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
   Target Milestone|---                         |13.0
         Resolution|---                         |FIXED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Should be fixed now.

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

end of thread, other threads:[~2023-03-02 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 17:06 [Bug testsuite/108991] New: [13 regression] gcc.dg/memchr-3.c fails after r13-6414-g62a8d31ecc0704 seurer at gcc dot gnu.org
2023-03-02 23:51 ` [Bug testsuite/108991] " cvs-commit at gcc dot gnu.org
2023-03-02 23:53 ` jakub 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).