public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/107689] New: [13 regression] r13-3979-g9d29dd2fcf2922 causes failures in diagnostic-format-json-2.c and others
@ 2022-11-14 19:08 seurer at gcc dot gnu.org
  2022-11-14 19:11 ` [Bug testsuite/107689] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-11-14 19:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107689
           Summary: [13 regression] r13-3979-g9d29dd2fcf2922 causes
                    failures in diagnostic-format-json-2.c and others
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:9d29dd2fcf2922e3bc9632b91dbca1f53c9a5ef4, r13-3979-g9d29dd2fcf2922

I know this was a revert but I don't recall these errors from before.

"]*#cmdoption-Wcpp""/diagnostic-format-json-2.c  -Wc++-compat   dg-regexp 15
not found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-2.c  -Wc++-compat  (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-2.c  -std=gnu++14  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-2.c  -std=gnu++14 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-2.c  -std=gnu++17  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-2.c  -std=gnu++17 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-2.c  -std=gnu++20  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-2.c  -std=gnu++20 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-2.c  -std=gnu++98  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-2.c  -std=gnu++98 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-3.c  -Wc++-compat   dg-regexp 15
not found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-3.c  -Wc++-compat  (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-3.c  -std=gnu++14  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-3.c  -std=gnu++14 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-3.c  -std=gnu++17  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-3.c  -std=gnu++17 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-3.c  -std=gnu++20  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-3.c  -std=gnu++20 (test for excess
errors)
"]*#cmdoption-Wcpp""/diagnostic-format-json-3.c  -std=gnu++98  dg-regexp 15 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-3.c  -std=gnu++98 (test for excess
errors)
"]*#cmdoption-Wmisleading-indentation""json-4.c  -Wc++-compat   dg-regexp 45
not found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-4.c  -Wc++-compat  (test for excess
errors)
"]*#cmdoption-Wmisleading-indentation""json-4.c  -std=gnu++14  dg-regexp 45 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-4.c  -std=gnu++14 (test for excess
errors)
"]*#cmdoption-Wmisleading-indentation""json-4.c  -std=gnu++17  dg-regexp 45 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-4.c  -std=gnu++17 (test for excess
errors)
"]*#cmdoption-Wmisleading-indentation""json-4.c  -std=gnu++20  dg-regexp 45 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-4.c  -std=gnu++20 (test for excess
errors)
"]*#cmdoption-Wmisleading-indentation""json-4.c  -std=gnu++98  dg-regexp 45 not
found: ""option_url": "https:[^\n
FAIL: c-c++-common/diagnostic-format-json-4.c  -std=gnu++98 (test for excess
errors)
"]*#cmdoption-Wcpp""diagnostic-format-json-2.F90   -O   dg-regexp 15 not found:
""option_url": "[^\n
FAIL: gfortran.dg/diagnostic-format-json-2.F90   -O  (test for excess errors)
"]*#cmdoption-Wcpp""diagnostic-format-json-3.F90   -O   dg-regexp 15 not found:
""option_url": "[^\n
FAIL: gfortran.dg/diagnostic-format-json-3.F90   -O  (test for excess errors)


commit 9d29dd2fcf2922e3bc9632b91dbca1f53c9a5ef4 (HEAD)
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 13 21:57:36 2022 +0100

    Revert "sphinx: update diagnostics URLs"

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

end of thread, other threads:[~2022-11-18 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 19:08 [Bug fortran/107689] New: [13 regression] r13-3979-g9d29dd2fcf2922 causes failures in diagnostic-format-json-2.c and others seurer at gcc dot gnu.org
2022-11-14 19:11 ` [Bug testsuite/107689] " pinskia at gcc dot gnu.org
2022-11-16 13:16 ` rguenth at gcc dot gnu.org
2022-11-18 17:40 ` 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).