From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 640603858439; Sun, 2 Oct 2022 07:13:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 640603858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664694832; bh=Pl2ks2h05lpc5iaSZawuqFRTKPumkqM4M3QqBDuVZVQ=; h=From:To:Subject:Date:From; b=KO9RhRiNRSE35MDldY/zl1sXK6UJAIeDiMhrCg95jNYf3v8ndqUQemrQSPS7x/kSJ Qbye0UMgc1qx30yEWji3G8XtyIUr5XL7V9QszPz/UWqbmVmE3ITQoKjnLoXBxsabUe lkB5ck/7XUfWGqLA4PCw3nuRK1cctJ/DPXvSlEYM= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures X-Act-Checkin: gcc X-Git-Author: MS Automation X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: 76382a4b3ed2a9272f97fc63bdd0bac21d2e2e02 X-Git-Newrev: 1526070254e8f305ac647925860cce9e423e910f Message-Id: <20221002071352.640603858439@sourceware.org> Date: Sun, 2 Oct 2022 07:13:52 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1526070254e8f305ac647925860cce9e423e910f commit 1526070254e8f305ac647925860cce9e423e910f Author: MS Automation Date: Sat Oct 1 11:18:11 2022 +0000 Update xfail with new failures Diff: --- contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail index 3d42159c66a..0fd3f25ece2 100644 --- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail +++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail @@ -166,4 +166,9 @@ FAIL: libstdc++-prettyprinters/cxx11.cc print tpl FAIL: g++.dg/abi/pure-virtual1.C -std=c++14 (test for excess errors) FAIL: g++.dg/abi/pure-virtual1.C -std=c++17 (test for excess errors) FAIL: g++.dg/abi/pure-virtual1.C -std=c++20 (test for excess errors) -FAIL: g++.dg/abi/pure-virtual1.C -std=c++98 (test for excess errors) \ No newline at end of file +FAIL: g++.dg/abi/pure-virtual1.C -std=c++98 (test for excess errors) +FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++14 at line 68 (test for errors, line 67) +FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++17 at line 68 (test for errors, line 67) +FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++20 at line 68 (test for errors, line 67) +FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++98 at line 68 (test for errors, line 67) +FAIL: c-c++-common/goacc/struct-component-kind-1.c at line 68 (test for errors, line 67) \ No newline at end of file