From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 142BA383568D; Thu, 21 Jul 2022 21:40:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 142BA383568D 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: ce02b456787d9f214c798f5ef4d7400bf14895ba X-Git-Newrev: 07efb8e4274d24409117d20e2ec7ff3a0a011d0d Message-Id: <20220721214041.142BA383568D@sourceware.org> Date: Thu, 21 Jul 2022 21:40:41 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2022 21:40:41 -0000 https://gcc.gnu.org/g:07efb8e4274d24409117d20e2ec7ff3a0a011d0d commit 07efb8e4274d24409117d20e2ec7ff3a0a011d0d Author: MS Automation Date: Thu Jul 21 11:36:53 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 105d4af693d..f81bf5b3531 100644 --- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail +++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail @@ -144,4 +144,9 @@ FAIL: g++.dg/warn/pr104025.C -std=gnu++98 (test for excess errors) UNRESOLVED: g++.dg/asan/asan_test.C -O2 compilation failed to produce executable FAIL: g++.dg/cpp0x/variadic-alias3.C -std=c++17 (internal compiler error: in hashtab_chk_error, at hash-table.cc:137) FAIL: g++.dg/cpp0x/variadic-alias3.C -std=c++17 (test for excess errors) -FAIL: gcc.target/i386/auto-init-4.c scan-assembler-times long\t-16843010 5 \ No newline at end of file +FAIL: gcc.target/i386/auto-init-4.c scan-assembler-times long\t-16843010 5 +FAIL: gcc.dg/pr23911.c scan-tree-dump-times dce3 "__complex__ \\(1.0e\\+0, 0.0\\)" 2 +FAIL: gcc.dg/pr56837.c scan-tree-dump-times optimized "memset ..c, 68, 16384.;" 1 +XPASS: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++14 (test for bogus messages, line 198) +XPASS: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++17 (test for bogus messages, line 198) +XPASS: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++20 (test for bogus messages, line 198) \ No newline at end of file