public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2021-11-10  4:29 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2021-11-10  4:29 UTC (permalink / raw)
  To: gcc-cvs

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

commit b6d242d4209ea1f26328fcfbbcef621a79b707cd
Author: MS Automation <gnutools@microsoft.com>
Date:   Tue Nov 9 11:22:39 2021 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 5 ++++-
 1 file changed, 4 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 4fb7919e273..fbf96246137 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -239,4 +239,7 @@ FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++2a (test for excess errors)
 FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98  scan-tree-dump-not optimized "goto"
 FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98 (test for excess errors)
 FAIL: gcc.dg/guality/pr54200.c -Og -DPREVENT_OPTIMIZATION  line 20 z == 3
-UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-7.c scan-tree-dump-not vrp-thread2 "Jumps threaded"
\ No newline at end of file
+UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-7.c scan-tree-dump-not vrp-thread2 "Jumps threaded"
+XPASS: gcc.dg/guality/ipa-sra-1.c -O0  line 15 k == 3
+XPASS: gcc.dg/guality/ipa-sra-1.c -O1  -DPREVENT_OPTIMIZATION  line 15 k == 3
+XPASS: gcc.dg/guality/ipa-sra-1.c -Og -DPREVENT_OPTIMIZATION  line 15 k == 3
\ No newline at end of file


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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2024-02-21  3:04 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2024-02-21  3:04 UTC (permalink / raw)
  To: gcc-cvs

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

commit fc9d4b6632b96e209281a5a16b174e440e69ab07
Author: MS Automation <gnutools@microsoft.com>
Date:   Wed Jan 31 12:46:26 2024 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 12 +++++++++++-
 1 file changed, 11 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 b31b671ff180..fabb9ea1df0f 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -229,4 +229,14 @@ FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (test for excess errors)
 FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649)
 FAIL: gcc.dg/gomp/pr27573.c (internal compiler error: verify_gimple failed)
 FAIL: gcc.dg/gomp/pr27573.c (test for excess errors)
-FAIL: gcc.dg/tree-ssa/ssa-lim-11.c scan-tree-dump-times lim2 "Executing store motion of __gcov0.access_buf\\[[12]\\] from loop 1" 2
\ No newline at end of file
+FAIL: gcc.dg/tree-ssa/ssa-lim-11.c scan-tree-dump-times lim2 "Executing store motion of __gcov0.access_buf\\[[12]\\] from loop 1" 2
+FAIL: gcc.dg/guality/ipa-sra-1.c -O2  -DPREVENT_OPTIMIZATION  line 27 k == 3
+FAIL: gcc.dg/guality/ipa-sra-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 27 k == 3
+FAIL: gcc.dg/guality/ipa-sra-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 27 k == 3
+FAIL: gcc.dg/guality/ipa-sra-1.c -O3 -g  -DPREVENT_OPTIMIZATION  line 27 k == 3
+FAIL: gcc.dg/guality/ipa-sra-1.c -Os  -DPREVENT_OPTIMIZATION  line 27 k == 3
+FAIL: gcc.dg/guality/vla-1.c -O2  -DPREVENT_OPTIMIZATION  line 17 sizeof (a) == 6
+FAIL: gcc.dg/guality/vla-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 17 sizeof (a) == 6
+FAIL: gcc.dg/guality/vla-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 17 sizeof (a) == 6
+FAIL: gcc.dg/guality/vla-1.c -O3 -g  -DPREVENT_OPTIMIZATION  line 17 sizeof (a) == 6
+FAIL: gcc.dg/guality/vla-1.c -Os  -DPREVENT_OPTIMIZATION  line 17 sizeof (a) == 6
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2023-11-20 21:52 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2023-11-20 21:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9f0021efd996616ca49024be3ce371fbea79318c

commit 9f0021efd996616ca49024be3ce371fbea79318c
Author: MS Automation <gnutools@microsoft.com>
Date:   Mon Nov 20 11:22:02 2023 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 9 ++++++++-
 1 file changed, 8 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 7decd1dd5f5..b31b671ff18 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -222,4 +222,11 @@ FAIL: gcc.target/i386/avx2-vpackusdw-2.c execution test
 FAIL: gcc.target/i386/avx2-vpackuswb-2.c execution test
 FAIL: gcc.target/i386/sse2-packuswb-1.c execution test
 FAIL: gcc.target/i386/pr43644-2.c scan-assembler-times movq 1
-FAIL: gcc.target/i386/pr82580.c scan-assembler-not \\mmovzb
\ No newline at end of file
+FAIL: gcc.target/i386/pr82580.c scan-assembler-not \\mmovzb
+FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649)
+FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649)
+FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (internal compiler error: tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18649)
+FAIL: gcc.dg/gomp/pr27573.c (internal compiler error: verify_gimple failed)
+FAIL: gcc.dg/gomp/pr27573.c (test for excess errors)
+FAIL: gcc.dg/tree-ssa/ssa-lim-11.c scan-tree-dump-times lim2 "Executing store motion of __gcov0.access_buf\\[[12]\\] from loop 1" 2
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2023-09-19  6:43 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2023-09-19  6:43 UTC (permalink / raw)
  To: gcc-cvs

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

commit cf9cb6bb988a5ebfd67be4e9681a0e00d08ce515
Author: MS Automation <gnutools@microsoft.com>
Date:   Mon Sep 18 16:58:23 2023 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 4 +++-
 1 file changed, 3 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 f73df760981..7decd1dd5f5 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -220,4 +220,6 @@ FAIL: gcc.target/i386/avx-vpackuswb-1.c execution test
 FAIL: gcc.target/i386/avx2-vpackssdw-2.c execution test
 FAIL: gcc.target/i386/avx2-vpackusdw-2.c execution test
 FAIL: gcc.target/i386/avx2-vpackuswb-2.c execution test
-FAIL: gcc.target/i386/sse2-packuswb-1.c execution test
\ No newline at end of file
+FAIL: gcc.target/i386/sse2-packuswb-1.c execution test
+FAIL: gcc.target/i386/pr43644-2.c scan-assembler-times movq 1
+FAIL: gcc.target/i386/pr82580.c scan-assembler-not \\mmovzb
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2023-06-27 21:21 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2023-06-27 21:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:48a89a21655a2848657ea5720ede19661f6a589c

commit 48a89a21655a2848657ea5720ede19661f6a589c
Author: MS Automation <gnutools@microsoft.com>
Date:   Wed Jun 14 10:29:12 2023 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 14 +++++++++++++-
 1 file changed, 13 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 0b7d1a2dfc9..f73df760981 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -208,4 +208,16 @@ FAIL: gcc.dg/guality/pr90716.c -O1  -DPREVENT_OPTIMIZATION  line 23 j + 1 == 9
 FAIL: gcc.dg/guality/pr90716.c -O2  -DPREVENT_OPTIMIZATION  line 23 j + 1 == 9
 FAIL: gcc.dg/guality/pr90716.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 23 j + 1 == 9
 FAIL: gcc.dg/guality/pr90716.c -Os  -DPREVENT_OPTIMIZATION  line 23 j + 1 == 9
-FAIL: gcc.target/i386/pr45685.c scan-assembler-times cmov 6
\ No newline at end of file
+FAIL: gcc.target/i386/pr45685.c scan-assembler-times cmov 6
+FAIL: g++.dg/analyzer/pr100244.C -std=c++14  (test for warnings, line 17)
+FAIL: g++.dg/analyzer/pr100244.C -std=c++17  (test for warnings, line 17)
+FAIL: g++.dg/analyzer/pr100244.C -std=c++20  (test for warnings, line 17)
+FAIL: g++.dg/opt/pr91838.C -std=c++14  scan-assembler pxor\\s+%xmm0,\\s+%xmm0
+FAIL: g++.dg/opt/pr91838.C -std=c++17  scan-assembler pxor\\s+%xmm0,\\s+%xmm0
+FAIL: g++.dg/opt/pr91838.C -std=c++20  scan-assembler pxor\\s+%xmm0,\\s+%xmm0
+FAIL: gcc.dg/analyzer/pr101962.c (test for warnings, line 19)
+FAIL: gcc.target/i386/avx-vpackuswb-1.c execution test
+FAIL: gcc.target/i386/avx2-vpackssdw-2.c execution test
+FAIL: gcc.target/i386/avx2-vpackusdw-2.c execution test
+FAIL: gcc.target/i386/avx2-vpackuswb-2.c execution test
+FAIL: gcc.target/i386/sse2-packuswb-1.c execution test
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2023-04-27 23:29 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2023-04-27 23:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4276c04ee2369426050bce03bcc0274cedb6eb47

commit 4276c04ee2369426050bce03bcc0274cedb6eb47
Author: MS Automation <gnutools@microsoft.com>
Date:   Thu Apr 27 10:22:17 2023 +0000

    Update xfail with new failures

Diff:
---
 .../testsuite-management/x86_64-pc-linux-gnu.xfail | 24 +++++++++++++++++++++-
 1 file changed, 23 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 0383089ec3e..0b7d1a2dfc9 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -186,4 +186,26 @@ UNRESOLVED: g++.dg/cpp2a/concepts-lambda3.C -std=c++17 compilation failed to pro
 UNRESOLVED: g++.dg/cpp2a/concepts-lambda3.C -std=c++98 compilation failed to produce executable
 FAIL: std/time/time_zone/get_info_local.cc execution test
 FAIL: gcc.dg/analyzer/file-CWE-1341-example.c (test for excess errors)
-FAIL: gcc.dg/analyzer/pipe-glibc.c (test for excess errors)
\ No newline at end of file
+FAIL: gcc.dg/analyzer/pipe-glibc.c (test for excess errors)
+FAIL: 23_containers/vector/bool/allocator/copy.cc (test for excess errors)
+FAIL: gcc.dg/guality/pr43051-1.c -O1  -DPREVENT_OPTIMIZATION  line 34 c == &a[0]
+FAIL: gcc.dg/guality/pr43051-1.c -O1  -DPREVENT_OPTIMIZATION  line 39 c == &a[0]
+FAIL: gcc.dg/guality/pr54693-2.c -O1  -DPREVENT_OPTIMIZATION  line 21 i == v + 1
+FAIL: gcc.dg/guality/pr54693-2.c -O2  -DPREVENT_OPTIMIZATION  line 21 i == v + 1
+FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 21 i == v + 1
+FAIL: gcc.dg/guality/pr54693-2.c -O3 -g  -DPREVENT_OPTIMIZATION  line 21 i == v + 1
+FAIL: gcc.dg/guality/pr54693.c -O1  -DPREVENT_OPTIMIZATION  line 22 i == c - 48
+FAIL: gcc.dg/guality/pr54693.c -O2  -DPREVENT_OPTIMIZATION  line 22 i == c - 48
+FAIL: gcc.dg/guality/pr54693.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 22 i == c - 48
+FAIL: gcc.dg/guality/pr54693.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 22 i == c - 48
+FAIL: gcc.dg/guality/pr54693.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  -DPREVENT_OPTIMIZATION  line 22 i == c - 48
+FAIL: gcc.dg/guality/pr54693.c -O3 -g  -DPREVENT_OPTIMIZATION  line 22 i == c - 48
+FAIL: gcc.dg/guality/pr54693.c -Os  -DPREVENT_OPTIMIZATION  line 22 i == c - 48
+FAIL: gcc.dg/guality/pr89463.c -O1  -DPREVENT_OPTIMIZATION  line 23 i + 1 == 7
+FAIL: gcc.dg/guality/pr90074.c -O1  -DPREVENT_OPTIMIZATION  line 28 c + 1 == 2
+FAIL: gcc.dg/guality/pr90074.c -O1  -DPREVENT_OPTIMIZATION  line 28 i + 1 == 8
+FAIL: gcc.dg/guality/pr90716.c -O1  -DPREVENT_OPTIMIZATION  line 23 j + 1 == 9
+FAIL: gcc.dg/guality/pr90716.c -O2  -DPREVENT_OPTIMIZATION  line 23 j + 1 == 9
+FAIL: gcc.dg/guality/pr90716.c -O2 -flto -fno-use-linker-plugin -flto-partition=none  -DPREVENT_OPTIMIZATION line 23 j + 1 == 9
+FAIL: gcc.dg/guality/pr90716.c -Os  -DPREVENT_OPTIMIZATION  line 23 j + 1 == 9
+FAIL: gcc.target/i386/pr45685.c scan-assembler-times cmov 6
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2023-03-14  6:18 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2023-03-14  6:18 UTC (permalink / raw)
  To: gcc-cvs

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

commit a5c235d9fc916fb3c118777788b930d449a89f09
Author: MS Automation <gnutools@microsoft.com>
Date:   Mon Mar 13 09:35:28 2023 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 6 +++++-
 1 file changed, 5 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 e231e2c75f2..54940fe42d9 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -179,4 +179,8 @@ FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-obje
 FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 z == 30 - 3 * i
 FAIL: gcc.dg/fold-overflow-1.c scan-assembler-times 2139095040 2
 FAIL: gcc.dg/pr95115.c execution test
-FAIL: gcc.target/i386/pr89618.c scan-tree-dump vect "LOOP VECTORIZED"
\ No newline at end of file
+FAIL: gcc.target/i386/pr89618.c scan-tree-dump vect "LOOP VECTORIZED"
+FAIL: gcc.dg/mla_1.c (test for excess errors)
+UNRESOLVED: g++.dg/cpp2a/concepts-lambda3.C -std=c++14 compilation failed to produce executable
+UNRESOLVED: g++.dg/cpp2a/concepts-lambda3.C -std=c++17 compilation failed to produce executable
+UNRESOLVED: g++.dg/cpp2a/concepts-lambda3.C -std=c++98 compilation failed to produce executable
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2023-01-27  1:32 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2023-01-27  1:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:591a9a88c4e2645fcf354fc86dbfa05086a8b1e2

commit 591a9a88c4e2645fcf354fc86dbfa05086a8b1e2
Author: MS Automation <gnutools@microsoft.com>
Date:   Thu Jan 26 10:42:13 2023 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 3 ++-
 1 file changed, 2 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 36df8315afc..e231e2c75f2 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -178,4 +178,5 @@ FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-obje
 FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 y == 20 - 2 * i
 FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 z == 30 - 3 * i
 FAIL: gcc.dg/fold-overflow-1.c scan-assembler-times 2139095040 2
-FAIL: gcc.dg/pr95115.c execution test
\ No newline at end of file
+FAIL: gcc.dg/pr95115.c execution test
+FAIL: gcc.target/i386/pr89618.c scan-tree-dump vect "LOOP VECTORIZED"
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-12-08  1:26 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-12-08  1:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7c263fa09d3a58c3e8108c67c042589f0ffce468

commit 7c263fa09d3a58c3e8108c67c042589f0ffce468
Author: MS Automation <gnutools@microsoft.com>
Date:   Wed Dec 7 10:11:32 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 4 +++-
 1 file changed, 3 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 e41be8a9662..36df8315afc 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -176,4 +176,6 @@ FAIL: gcc.dg/tree-ssa/forwprop-19.c scan-tree-dump-not forwprop1 "VEC_PERM_EXPR"
 FAIL: g++.dg/pr71488.C (test for excess errors)
 FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 x == 10 - i
 FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 y == 20 - 2 * i
-FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 z == 30 - 3 * i
\ No newline at end of file
+FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 z == 30 - 3 * i
+FAIL: gcc.dg/fold-overflow-1.c scan-assembler-times 2139095040 2
+FAIL: gcc.dg/pr95115.c execution test
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-11-12  2:23 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-11-12  2:23 UTC (permalink / raw)
  To: gcc-cvs

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

commit d029af1dbe6b827021c3f0b91982a657537519de
Author: MS Automation <gnutools@microsoft.com>
Date:   Fri Nov 11 11:52:16 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 6 +++++-
 1 file changed, 5 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 596bd8b80d3..e41be8a9662 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -172,4 +172,8 @@ FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++17  at line 68 (test
 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)
-FAIL: gcc.dg/tree-ssa/forwprop-19.c scan-tree-dump-not forwprop1 "VEC_PERM_EXPR"
\ No newline at end of file
+FAIL: gcc.dg/tree-ssa/forwprop-19.c scan-tree-dump-not forwprop1 "VEC_PERM_EXPR"
+FAIL: g++.dg/pr71488.C (test for excess errors)
+FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 x == 10 - i
+FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 y == 20 - 2 * i
+FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects  -DPREVENT_OPTIMIZATION line 21 z == 30 - 3 * i
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-10-16  0:28 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-10-16  0:28 UTC (permalink / raw)
  To: gcc-cvs

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

commit a5f865de568e75d4e1c9302ffe5272733b962ff1
Author: MS Automation <gnutools@microsoft.com>
Date:   Sat Oct 15 10:13:05 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 3 ++-
 1 file changed, 2 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 0fd3f25ece2..596bd8b80d3 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -171,4 +171,5 @@ FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++14  at line 68 (test
 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
+FAIL: c-c++-common/goacc/struct-component-kind-1.c at line 68 (test for errors, line 67)
+FAIL: gcc.dg/tree-ssa/forwprop-19.c scan-tree-dump-not forwprop1 "VEC_PERM_EXPR"
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-10-02  7:13 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-10-02  7:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1526070254e8f305ac647925860cce9e423e910f

commit 1526070254e8f305ac647925860cce9e423e910f
Author: MS Automation <gnutools@microsoft.com>
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

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-09-23  1:22 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-09-23  1:22 UTC (permalink / raw)
  To: gcc-cvs

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

commit b2b8658fc37ed92689a466a6e635b223091fbdf8
Author: MS Automation <gnutools@microsoft.com>
Date:   Thu Sep 22 11:16:13 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 6 +++++-
 1 file changed, 5 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 b4df32bff5b..3d42159c66a 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -162,4 +162,8 @@ FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (test for excess errors)
 FAIL: gcc.dg/tree-prof/cmpsf-1.c scan-tree-dump-not dom2 "Invalid sum"
 FAIL: libstdc++-prettyprinters/48362.cc print t2
 FAIL: libstdc++-prettyprinters/cxx11.cc print rtpl
-FAIL: libstdc++-prettyprinters/cxx11.cc print tpl
\ No newline at end of file
+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

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-08-29 22:29 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-08-29 22:29 UTC (permalink / raw)
  To: gcc-cvs

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

commit ef43dc9a58980f86a5150b8d7f2b07cbcbaea7fb
Author: MS Automation <gnutools@microsoft.com>
Date:   Sun Aug 28 11:59:38 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 15 ++++++++++++++-
 1 file changed, 14 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 f81bf5b3531..b4df32bff5b 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -149,4 +149,17 @@ FAIL: gcc.dg/pr23911.c scan-tree-dump-times dce3 "__complex__ \\(1.0e\\+0, 0.0\\
 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
+XPASS: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++20  (test for bogus messages, line 198)
+FAIL: g++.dg/modules/xtreme-header-2_b.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-2_b.C -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-2_b.C -std=c++2b (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-4_b.C -std=c++2b (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header_b.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header_b.C -std=c++2b (test for excess errors)
+FAIL: gcc.dg/tree-prof/cmpsf-1.c scan-tree-dump-not dom2 "Invalid sum"
+FAIL: libstdc++-prettyprinters/48362.cc print t2
+FAIL: libstdc++-prettyprinters/cxx11.cc print rtpl
+FAIL: libstdc++-prettyprinters/cxx11.cc print tpl
\ No newline at end of file

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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-07-21 21:40 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-07-21 21:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:07efb8e4274d24409117d20e2ec7ff3a0a011d0d

commit 07efb8e4274d24409117d20e2ec7ff3a0a011d0d
Author: MS Automation <gnutools@microsoft.com>
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


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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-03-29  1:20 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-03-29  1:20 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2b3f12d0537affbed846ef3ea9bd5059edf3f77f

commit 2b3f12d0537affbed846ef3ea9bd5059edf3f77f
Author: MS Automation <gnutools@microsoft.com>
Date:   Mon Mar 28 09:30:26 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 5 ++++-
 1 file changed, 4 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 0098a12cb16..105d4af693d 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -141,4 +141,7 @@ FAIL: g++.dg/warn/pr104025.C -std=gnu++14 (test for excess errors)
 FAIL: g++.dg/warn/pr104025.C -std=gnu++17 (test for excess errors)
 FAIL: g++.dg/warn/pr104025.C -std=gnu++20 (test for excess errors)
 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
\ No newline at end of file
+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


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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-01-19 22:54 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-01-19 22:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0e8fc2610ebdfafccfd3b9421a8dc1896c716c9a

commit 0e8fc2610ebdfafccfd3b9421a8dc1896c716c9a
Author: MS Automation <gnutools@microsoft.com>
Date:   Wed Jan 19 10:12:58 2022 +0000

    Update xfail with new failures

Diff:
---
 contrib/testsuite-management/x86_64-pc-linux-gnu.xfail | 13 ++++++++++++-
 1 file changed, 12 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 ffa5fbd6e7d..f766a124abb 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -263,4 +263,15 @@ FAIL: gcc.target/i386/pr94494.c (internal compiler error: in operator[], at vec.
 FAIL: gcc.target/i386/pr94494.c (test for excess errors)
 FAIL: gcc.target/i386/vect-reduc-1.c scan-assembler-times padd 5
 FAIL: gcc.target/i386/vect-reduc-1.c scan-tree-dump vect "LOOP EPILOGUE VECTORIZED"
-FAIL: maintainers-verify.sh 
\ No newline at end of file
+FAIL: maintainers-verify.sh 
+ERROR: g++.dg/gcov/gcov-17.C : error executing dg-final: can't read "script": no such variable
+ERROR: g++.dg/gcov/pr98273.C : error executing dg-final: can't read "script": no such variable
+FAIL: g++.dg/asan/asan_test.C -O2  (test for excess errors)
+FAIL: g++.dg/cpp0x/constexpr-compare2.C -std=c++14 (test for excess errors)
+FAIL: g++.dg/cpp0x/constexpr-compare2.C -std=c++17 (test for excess errors)
+FAIL: g++.dg/cpp0x/constexpr-compare2.C -std=c++20 (test for excess errors)
+FAIL: g++.dg/warn/pr104025.C -std=gnu++14 (test for excess errors)
+FAIL: g++.dg/warn/pr104025.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/warn/pr104025.C -std=gnu++20 (test for excess errors)
+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
\ No newline at end of file


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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2022-01-13  2:54 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2022-01-13  2:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4bc15d2236b405797fb61f4ea9fe553eb33331a2

commit 4bc15d2236b405797fb61f4ea9fe553eb33331a2
Author: MS Automation <gnutools@microsoft.com>
Date:   Tue Jan 11 09:46:10 2022 +0000

    Update xfail with new failures

Diff:
---
 .../testsuite-management/x86_64-pc-linux-gnu.xfail | 23 +++++++++++++++++++++-
 1 file changed, 22 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 fbf96246137..ffa5fbd6e7d 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -242,4 +242,25 @@ FAIL: gcc.dg/guality/pr54200.c -Og -DPREVENT_OPTIMIZATION  line 20 z == 3
 UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-7.c scan-tree-dump-not vrp-thread2 "Jumps threaded"
 XPASS: gcc.dg/guality/ipa-sra-1.c -O0  line 15 k == 3
 XPASS: gcc.dg/guality/ipa-sra-1.c -O1  -DPREVENT_OPTIMIZATION  line 15 k == 3
-XPASS: gcc.dg/guality/ipa-sra-1.c -Og -DPREVENT_OPTIMIZATION  line 15 k == 3
\ No newline at end of file
+XPASS: gcc.dg/guality/ipa-sra-1.c -Og -DPREVENT_OPTIMIZATION  line 15 k == 3
+FAIL: g++.dg/vect/pr92595.cc -std=c++14 (internal compiler error: in operator[], at vec.h:889)
+FAIL: g++.dg/vect/pr92595.cc -std=c++14 (test for excess errors)
+FAIL: g++.dg/vect/pr92595.cc -std=c++17 (internal compiler error: in operator[], at vec.h:889)
+FAIL: g++.dg/vect/pr92595.cc -std=c++17 (test for excess errors)
+FAIL: g++.dg/vect/pr92595.cc -std=c++2a (internal compiler error: in operator[], at vec.h:889)
+FAIL: g++.dg/vect/pr92595.cc -std=c++2a (test for excess errors)
+FAIL: gcc.dg/guality/pr43051-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  -DPREVENT_OPTIMIZATION  line 34 c == &a[0]
+FAIL: gcc.dg/guality/pr43051-1.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions  -DPREVENT_OPTIMIZATION  line 39 c == &a[0]
+FAIL: gcc.dg/vect/vect-tail-nomask-1.c -flto -ffat-lto-objects  scan-tree-dump-times vect "LOOP EPILOGUE VECTORIZED \\(MODE=V16QI\\)" 2
+FAIL: gcc.dg/vect/vect-tail-nomask-1.c scan-tree-dump-times vect "LOOP EPILOGUE VECTORIZED \\(MODE=V16QI\\)" 2
+FAIL: gcc.target/i386/pr88531-1b.c scan-assembler-times vgatherqpd 4
+FAIL: gcc.target/i386/pr88531-1b.c scan-assembler-times vmulpd 4
+FAIL: gcc.target/i386/pr88531-1c.c scan-assembler-times vgatherqpd 4
+FAIL: gcc.target/i386/pr88531-1c.c scan-assembler-times vmulpd 4
+FAIL: gcc.target/i386/pr88531-2b.c scan-assembler-times vmulps 2
+FAIL: gcc.target/i386/pr88531-2c.c scan-assembler-times vmulps 2
+FAIL: gcc.target/i386/pr94494.c (internal compiler error: in operator[], at vec.h:889)
+FAIL: gcc.target/i386/pr94494.c (test for excess errors)
+FAIL: gcc.target/i386/vect-reduc-1.c scan-assembler-times padd 5
+FAIL: gcc.target/i386/vect-reduc-1.c scan-tree-dump vect "LOOP EPILOGUE VECTORIZED"
+FAIL: maintainers-verify.sh 
\ No newline at end of file


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

* [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures
@ 2021-10-23  0:10 Eugene Rozenfeld
  0 siblings, 0 replies; 19+ messages in thread
From: Eugene Rozenfeld @ 2021-10-23  0:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:98abe025c6b18a5deb1ea9e1079fcdd0ab039704

commit 98abe025c6b18a5deb1ea9e1079fcdd0ab039704
Author: MS Automation <gnutools@microsoft.com>
Date:   Thu Oct 21 11:37:19 2021 +0000

    Update xfail with new failures

Diff:
---
 .../testsuite-management/x86_64-pc-linux-gnu.xfail  | 21 ++++++++++++++++++++-
 1 file changed, 20 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 e2e2a771a10..4fb7919e273 100644
--- a/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-pc-linux-gnu.xfail
@@ -220,4 +220,23 @@ FAIL: libgomp.c/scan-21.c scan-tree-dump-times vect "vectorized [2-6] loops" 2
 FAIL: libgomp.c/scan-22.c scan-tree-dump-times vect "vectorized [2-6] loops" 2
 FAIL: libgomp.graphite/force-parallel-8.c scan-tree-dump-times graphite "5 loops carried no dependency" 1
 UNRESOLVED: g++.dg/tsan/pthread_cond_clockwait.C -O0  compilation failed to produce executable
-UNRESOLVED: g++.dg/tsan/pthread_cond_clockwait.C -O2  compilation failed to produce executable
\ No newline at end of file
+UNRESOLVED: g++.dg/tsan/pthread_cond_clockwait.C -O2  compilation failed to produce executable
+FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++2a (internal compiler error)
+FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++2b (internal compiler error)
+FAIL: g++.dg/modules/xtreme-header-5_a.H -std=c++2b (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_a.H module-cmi  (gcm.cache/$srcdir/g++.dg/modules/xtreme-header-5_a.H.gcm)
+FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_b.C -std=c++2b (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2a (test for excess errors)
+FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2b (test for excess errors)
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++14  scan-tree-dump-not optimized "goto"
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++14 (test for excess errors)
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++17  scan-tree-dump-not optimized "goto"
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++17 (test for excess errors)
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++2a  scan-tree-dump-not optimized "goto"
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++2a (test for excess errors)
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98  scan-tree-dump-not optimized "goto"
+FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98 (test for excess errors)
+FAIL: gcc.dg/guality/pr54200.c -Og -DPREVENT_OPTIMIZATION  line 20 z == 3
+UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-7.c scan-tree-dump-not vrp-thread2 "Jumps threaded"
\ No newline at end of file


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

end of thread, other threads:[~2024-02-21  3:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  4:29 [gcc(refs/vendors/microsoft/heads/main)] Update xfail with new failures Eugene Rozenfeld
  -- strict thread matches above, loose matches on Subject: below --
2024-02-21  3:04 Eugene Rozenfeld
2023-11-20 21:52 Eugene Rozenfeld
2023-09-19  6:43 Eugene Rozenfeld
2023-06-27 21:21 Eugene Rozenfeld
2023-04-27 23:29 Eugene Rozenfeld
2023-03-14  6:18 Eugene Rozenfeld
2023-01-27  1:32 Eugene Rozenfeld
2022-12-08  1:26 Eugene Rozenfeld
2022-11-12  2:23 Eugene Rozenfeld
2022-10-16  0:28 Eugene Rozenfeld
2022-10-02  7:13 Eugene Rozenfeld
2022-09-23  1:22 Eugene Rozenfeld
2022-08-29 22:29 Eugene Rozenfeld
2022-07-21 21:40 Eugene Rozenfeld
2022-03-29  1:20 Eugene Rozenfeld
2022-01-19 22:54 Eugene Rozenfeld
2022-01-13  2:54 Eugene Rozenfeld
2021-10-23  0:10 Eugene Rozenfeld

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).