public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
@ 2021-05-24 21:24 seurer at gcc dot gnu.org
  2021-05-25  7:43 ` [Bug testsuite/100749] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-05-24 21:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100749
           Summary: [12 regression] gcc.dg/pch/valid-1.c fails after
                    r12-949
           Product: gcc
           Version: 12.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:459d84e9b6e925922246b6aff76a5202b1d4d4ba, r12-949
make  -k check-gcc RUNTESTFLAGS="pch.exp=gcc.dg/pch/valid-1.c"
FAIL: gcc.dg/pch/valid-1.c  -O0 -g -I. -Dwith_PCH  (test for warnings, line 4)
FAIL: gcc.dg/pch/valid-1.c  -O0 -g -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1.c   -O0  -I. -Dwith_PCH  (test for warnings, line 4)
FAIL: gcc.dg/pch/valid-1.c   -O0  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1.c   -O1  -I. -Dwith_PCH  (test for warnings, line 4)
FAIL: gcc.dg/pch/valid-1.c   -O1  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1.c   -O2  -I. -Dwith_PCH  (test for warnings, line 4)
FAIL: gcc.dg/pch/valid-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1.c   -O3 -g  -I. -Dwith_PCH  (test for warnings, line
4)
FAIL: gcc.dg/pch/valid-1.c   -O3 -g  -I. -Dwith_PCH (test for excess errors)
FAIL: gcc.dg/pch/valid-1.c   -Os  -I. -Dwith_PCH  (test for warnings, line 4)
FAIL: gcc.dg/pch/valid-1.c   -Os  -I. -Dwith_PCH (test for excess errors)
# of expected passes            24
# of unexpected failures        12

Looks like the adjusted error message doesn't match.

commit 459d84e9b6e925922246b6aff76a5202b1d4d4ba
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Fri Apr 30 07:52:40 2021 -0700

    opts: change write_symbols to support bitmasks

        * gcc.dg/pch/valid-1.c: Adjust diagnostic message in testcase.

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

* [Bug testsuite/100749] [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
  2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
@ 2021-05-25  7:43 ` rguenth at gcc dot gnu.org
  2021-05-28  8:22 ` ibhagatgnu at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-25  7:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

* [Bug testsuite/100749] [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
  2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
  2021-05-25  7:43 ` [Bug testsuite/100749] " rguenth at gcc dot gnu.org
@ 2021-05-28  8:22 ` ibhagatgnu at gmail dot com
  2021-05-28 18:34 ` ibhagatgnu at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ibhagatgnu at gmail dot com @ 2021-05-28  8:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Indu Bhagat <ibhagatgnu at gmail dot com> ---
Thanks for the bug report. This is reproducible. Will look into it.

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

* [Bug testsuite/100749] [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
  2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
  2021-05-25  7:43 ` [Bug testsuite/100749] " rguenth at gcc dot gnu.org
  2021-05-28  8:22 ` ibhagatgnu at gmail dot com
@ 2021-05-28 18:34 ` ibhagatgnu at gmail dot com
  2021-05-31 16:29 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ibhagatgnu at gmail dot com @ 2021-05-28 18:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Indu Bhagat <ibhagatgnu at gmail dot com> ---
I found the issue. I will send a fix soon, once testing on powerpc64, x86_64
finishes.

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

* [Bug testsuite/100749] [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
  2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-05-28 18:34 ` ibhagatgnu at gmail dot com
@ 2021-05-31 16:29 ` cvs-commit at gcc dot gnu.org
  2021-06-02 21:14 ` wschmidt at gcc dot gnu.org
  2021-06-03  2:32 ` seurer at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-05-31 16:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

commit r12-1132-ga87efd32384ee78ee33d20703deaa65fba81cb2d
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Mon May 31 09:19:38 2021 -0700

    PR testsuite/100749 - gcc.dg/pch/valid-1.c fails after r12-949

    Fix failing pch testcases. Use xstrdup to retain a reliable copy of the
debug
    format str containing the names (df_set_names is a static string var).

    2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>

    gcc/c-family/
            PR testsuite/100749
            * c-pch.c (c_common_valid_pch): Use xstrdup for debug format set
names.

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

* [Bug testsuite/100749] [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
  2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-05-31 16:29 ` cvs-commit at gcc dot gnu.org
@ 2021-06-02 21:14 ` wschmidt at gcc dot gnu.org
  2021-06-03  2:32 ` seurer at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2021-06-02 21:14 UTC (permalink / raw)
  To: gcc-bugs

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

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wschmidt at gcc dot gnu.org

--- Comment #4 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
@seurer, is this working now?  Can it be closed?

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

* [Bug testsuite/100749] [12 regression] gcc.dg/pch/valid-1.c fails after r12-949
  2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-06-02 21:14 ` wschmidt at gcc dot gnu.org
@ 2021-06-03  2:32 ` seurer at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-06-03  2:32 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

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

--- Comment #5 from seurer at gcc dot gnu.org ---
Everything is working now.

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

end of thread, other threads:[~2021-06-03  2:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 21:24 [Bug testsuite/100749] New: [12 regression] gcc.dg/pch/valid-1.c fails after r12-949 seurer at gcc dot gnu.org
2021-05-25  7:43 ` [Bug testsuite/100749] " rguenth at gcc dot gnu.org
2021-05-28  8:22 ` ibhagatgnu at gmail dot com
2021-05-28 18:34 ` ibhagatgnu at gmail dot com
2021-05-31 16:29 ` cvs-commit at gcc dot gnu.org
2021-06-02 21:14 ` wschmidt at gcc dot gnu.org
2021-06-03  2:32 ` seurer 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).