public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
@ 2024-03-15  0:26 seurer at gcc dot gnu.org
  2024-03-15  0:28 ` [Bug analyzer/114343] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2024-03-15  0:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114343
           Summary: [13 regression] many erratic errors starting with
                    r13-8433-g1277f69b9b0206
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: analyzer
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:1277f69b9b020688618bd034d3ceb03395e84326, r13-8433-g1277f69b9b0206

I am seeing many erratic errors starting with this revision.  Examples from two
different runs on the same revision:

FAIL: gcc.dg/20040622-2.c (test for excess errors)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 24)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 34)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 56)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 66)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 73)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 77)
FAIL: gcc.dg/cpp/defined.c  (test for errors, line 82)
FAIL: gcc.dg/cpp/include2.c  (test for errors, line 10)
FAIL: gcc.dg/cpp/include2.c (test for excess errors)
FAIL: gcc.dg/cpp/line2.c line # too high at line 13 (test for errors, line 2)
FAIL: gcc.dg/cpp/line2.c line # too low at line 12 (test for errors, line 1)
FAIL: gcc.dg/cpp/mac-dir-2.c  (test for errors, line 12)
FAIL: gcc.dg/cpp/multiline-2.c (test for excess errors)
FAIL: gcc.dg/cpp/skipping2.c (test for excess errors)
FAIL: gcc.dg/cpp/skipping2.c tokens after #endif (test for errors, line 13)
ERROR: tcl error sourcing
/home/seurer/gcc/git/gcc-13/gcc/testsuite/gcc.dg/analyzer/analyzer.exp.
ERROR: unmatched open brace in list


FAIL: gcc.dg/cpp/include2.c  (test for errors, line 10)
FAIL: gcc.dg/cpp/include2.c (test for excess errors)
FAIL: gcc.dg/cpp/include2a.c  (test for errors, line 10)
FAIL: gcc.dg/cpp/include2a.c (test for excess errors)
FAIL: gcc.dg/cpp/include2a.c missing at line 15 (test for errors, line )
FAIL: gcc.dg/cpp/multiline-2.c (test for excess errors)
FAIL: gcc.dg/tree-ssa/20030920-1.c (test for excess errors)
ERROR: tcl error sourcing
/home/seurer/gcc/git/gcc-13-test/gcc/testsuite/gcc.dg/analyzer/analyzer.exp.
ERROR: unmatched open brace in list


The errors are like this:

Excess errors:
/home/seurer/gcc/git/gcc-13-test/gcc/testsuite/gcc.dg/cpp/include2.c:10:18:
warning: extra tokens at end of #include directive

Line 10 has a comment after the #include:

#include <silly\>>  /* { dg-error "extra tokens" } */

or maybe it is now mishandling the \>.

Excess errors:
/home/seurer/gcc/git/gcc-13-test/gcc/testsuite/gcc.dg/cpp/include2a.c:10:18:
warning: extra tokens at end of #include directive
/home/seurer/gcc/git/gcc-13-test/gcc/testsuite/gcc.dg/cpp/include2a.c:10:48:
warning: missing terminating " character


The specific ones that fail vary from run to run but that last ERROR one is
always there.

commit 1277f69b9b020688618bd034d3ceb03395e84326 (HEAD)
Author: Torbj<C3><B6>rn SVENSSON <torbjorn.svensson@foss.st.com>
Date:   Sat Mar 9 09:40:07 2024 +0100

    testsuite: xfail test for short_enums

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

* [Bug analyzer/114343] [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
  2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
@ 2024-03-15  0:28 ` pinskia at gcc dot gnu.org
  2024-03-15  0:28 ` [Bug testsuite/114343] " pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-15  0:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No there is a missing `}` in the line that was done for
testsuite/gcc.dg/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early-O2.c :


/* { dg-bogus "may result in an unaligned pointer value" "Fixed in
r14-6517-gb7e4a4c626e" { xfail short_enums } */

There is a missing `}` in that comment.

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

* [Bug testsuite/114343] [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
  2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
  2024-03-15  0:28 ` [Bug analyzer/114343] " pinskia at gcc dot gnu.org
@ 2024-03-15  0:28 ` pinskia at gcc dot gnu.org
  2024-03-15  1:50 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-15  0:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.3
           Assignee|dmalcolm at gcc dot gnu.org        |unassigned at gcc dot gnu.org
          Component|analyzer                    |testsuite
           Severity|normal                      |blocker

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

* [Bug testsuite/114343] [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
  2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
  2024-03-15  0:28 ` [Bug analyzer/114343] " pinskia at gcc dot gnu.org
  2024-03-15  0:28 ` [Bug testsuite/114343] " pinskia at gcc dot gnu.org
@ 2024-03-15  1:50 ` pinskia at gcc dot gnu.org
  2024-03-15  8:25 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-15  1:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2024-03-15
           Keywords|                            |testsuite-fail
     Ever confirmed|0                           |1

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

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

* [Bug testsuite/114343] [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
  2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-03-15  1:50 ` pinskia at gcc dot gnu.org
@ 2024-03-15  8:25 ` rguenth at gcc dot gnu.org
  2024-03-15  8:30 ` cvs-commit at gcc dot gnu.org
  2024-03-15  8:37 ` azoff at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-15  8:25 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |13.2.0
           Priority|P3                          |P1

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

* [Bug testsuite/114343] [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
  2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-03-15  8:25 ` rguenth at gcc dot gnu.org
@ 2024-03-15  8:30 ` cvs-commit at gcc dot gnu.org
  2024-03-15  8:37 ` azoff at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-03-15  8:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Torbjorn Svensson
<azoff@gcc.gnu.org>:

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

commit r13-8440-gc471d29affba0d98d5cc6ab044b53f009f35324b
Author: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Date:   Fri Mar 15 09:25:06 2024 +0100

    testsuite: Added missing } in the dg-bogus comment [PR114343]

    gcc/testsuite/ChangeLog:

            PR testsuite/114343
            *
gcc.dg/analyzer/null-deref-pr108251-smp_fetch_ssl_fc_has_early-O2.c:
            Added missing } in the dg-bogus comment.

    Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>

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

* [Bug testsuite/114343] [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206
  2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2024-03-15  8:30 ` cvs-commit at gcc dot gnu.org
@ 2024-03-15  8:37 ` azoff at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: azoff at gcc dot gnu.org @ 2024-03-15  8:37 UTC (permalink / raw)
  To: gcc-bugs

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

Torbjorn SVENSSON <azoff at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |azoff at gcc dot gnu.org

--- Comment #4 from Torbjorn SVENSSON <azoff at gcc dot gnu.org> ---
I believe this is now fixed. Sorry for the noise.

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

end of thread, other threads:[~2024-03-15  8:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15  0:26 [Bug analyzer/114343] New: [13 regression] many erratic errors starting with r13-8433-g1277f69b9b0206 seurer at gcc dot gnu.org
2024-03-15  0:28 ` [Bug analyzer/114343] " pinskia at gcc dot gnu.org
2024-03-15  0:28 ` [Bug testsuite/114343] " pinskia at gcc dot gnu.org
2024-03-15  1:50 ` pinskia at gcc dot gnu.org
2024-03-15  8:25 ` rguenth at gcc dot gnu.org
2024-03-15  8:30 ` cvs-commit at gcc dot gnu.org
2024-03-15  8:37 ` azoff 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).