From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC7453858C20; Wed, 9 Nov 2022 19:38:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC7453858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668022706; bh=e1IgjC7Xe0uHp+fPUjpBZ04mk1Th1XOjwXamBGCpCj0=; h=From:To:Subject:Date:From; b=LqM8dMebI5buYJj3WPK5cCfl0KY9hKaDf0Gg9Ssv0d1vTa7j1mCCDhiZuuuRhU78h XTXeDNtlxDBaV6RNU3fmmsgJeeNnIVVWfqNw9jD1uGa99juiKHZDcv0VEwOYmMxrz6 fcOzsYH7AnJzHa9D5kuFPowudQoWQQsh3X+ZPs6I= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107599] New: [13 regression] c-c++-common/diagnostic-format-json-4.c fails after r13-3853-g9c3bc557995463 Date: Wed, 09 Nov 2022 19:38:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107599 Bug ID: 107599 Summary: [13 regression] c-c++-common/diagnostic-format-json-4.c fails after r13-3853-g9c3bc557995463 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:9c3bc557995463fe1dcc37ec503af780a6c1a341, r13-3853-g9c3bc557995463 make -k check-gcc RUNTESTFLAGS=3D"dg.exp=3Dc-c++-common/diagnostic-format-json-4.c" "]*#index-Wmisleading-indentation""t-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 exce= ss errors) "]*#index-Wmisleading-indentation""t-json-4.c -std=3Dgnu++98 dg-regexp 45= not found: ""option_url": "https:[^\n FAIL: c-c++-common/diagnostic-format-json-4.c -std=3Dgnu++98 (test for exc= ess errors) "]*#index-Wmisleading-indentation""t-json-4.c -std=3Dgnu++14 dg-regexp 45= not found: ""option_url": "https:[^\n FAIL: c-c++-common/diagnostic-format-json-4.c -std=3Dgnu++14 (test for exc= ess errors) "]*#index-Wmisleading-indentation""t-json-4.c -std=3Dgnu++17 dg-regexp 45= not found: ""option_url": "https:[^\n FAIL: c-c++-common/diagnostic-format-json-4.c -std=3Dgnu++17 (test for exc= ess errors) "]*#index-Wmisleading-indentation""t-json-4.c -std=3Dgnu++20 dg-regexp 45= not found: ""option_url": "https:[^\n FAIL: c-c++-common/diagnostic-format-json-4.c -std=3Dgnu++20 (test for exc= ess errors) commit 9c3bc557995463fe1dcc37ec503af780a6c1a341 (HEAD, refs/bisect/bad) Author: Martin Liska Date: Wed Nov 9 13:10:11 2022 +0100 sphinx: update diagnostics URLs=