Results for 13.2.1 20240309 [releases/gcc-13 r13-8412-gabe32a9aa9] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:abe32a9aa9723840dcaf168a95bf18dc573db813 gcc-descr r13-8412-gabe32a9aa97238 power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 06:13:30 UTC 2024

[Bug target/114264] RISC-V: ICE in riscv-vector-costs.cc of gcc master branch

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114264 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug middle-end/114196] [13 Regression] Fixed length vector ICE: in vect_peel_nonlinear_iv_init, at tree-vect-loop.cc:9454

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114196 Jeffrey A. Law changed: What|Removed |Added Priority|P3 |P2 Summary|[13/14

[Bug target/113790] [14 Regression][riscv64] ICE in curr_insn_transform, at lra-constraints.cc:4294 since r14-4944-gf55cdce3f8dd85

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113790 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug tree-optimization/110327] [12/13/14 Regression] Missed Dead Code Elimination when using __builtin_unreachable since r12-4790-g4b3a325f07a

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110327 --- Comment #3 from Jeffrey A. Law --- Two block copies isn't fatal when the second one is the one with the actual jump thread. But costing does get more complex. Basically we copy 8 so that we can isolate its two incoming paths which

Re: [pushed][PATCH v1] LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi.

2024-03-08 Thread chenglulu
在 2024/3/9 上午9:48, chenglulu 写道: Pushed to r14-9407. Cherry picked to r13-8413 and r12-10200. 在 2024/3/7 上午9:12, Lulu Cheng 写道: If the hardware does not support LAMCAS, atomic_compare_and_swapsi needs to be implemented through "ll.w+sc.w". In the implementation of the instruction

[gcc r12-10200] LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi.

2024-03-08 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:d77ed1d6eb82fb5ef5cd94c06f5c67db753fb7c2 commit r12-10200-gd77ed1d6eb82fb5ef5cd94c06f5c67db753fb7c2 Author: Lulu Cheng Date: Tue Mar 5 14:43:04 2024 +0800 LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi. If the

[gcc r13-8413] LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi.

2024-03-08 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:bf784936bc8be013db8b3e35002e76838f830f40 commit r13-8413-gbf784936bc8be013db8b3e35002e76838f830f40 Author: Lulu Cheng Date: Tue Mar 5 14:43:04 2024 +0800 LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi. If the

[Bug tree-optimization/110503] [13/14 Regression] Dead Code Elimination Regression at -O3 since r13-322-g7f04b0d786e

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110503 --- Comment #7 from Jeffrey A. Law --- As you note, this feels like a failure to recognize that only one value can actually satisfy the condition.

[Bug tree-optimization/110538] [14 Regression] Dead Code Elimination Regression since r14-368-ge1366a7e4ce

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110538 --- Comment #3 from Jeffrey A. Law --- Thread references removed edge: Cancelling jump thread: (9, 10) incoming edge; (10, 8) joiner (8, 6) normal; Thread references removed edge: Cancelling jump thread: (2, 3) incoming edge; (3, 9)

[Bug tree-optimization/110891] [14 Regression] Dead Code Elimination Regression since r14-2674-gd0de3bf9175

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110891 --- Comment #8 from Jeffrey A. Law --- Note that Richi was supportive of the patch and just asked for a few minor changes. Pinski, if you wanted to take care of Richi's comments we could get this one off the P2 list.

Results for 14.0.1 20240308 (experimental) [master r14-9393-g64273a7e6bd] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-08 Thread H.J. Lu via Gcc-testresults
99 # of unexpected successes 59 # of expected failures 4657 # of unsupported tests 10710 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240308 (experimental) [master r14-9393-g64273a7e6bd] (GCC) === gfortran tests === Runnin

Regressions on master at commit r14-9393 vs commit r14-9363 on Linux/x86_64

2024-03-08 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9393 vs commit r14-9363 on Linux/x86_64 New failures: New passes: FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps

[Bug tree-optimization/110931] [14 Regression] Dead Code Elimination Regression since r14-2890-gcc2003cd875

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110931 --- Comment #5 from Jeffrey A. Law --- One could also look at this as a failure to propagate. l.0_1 = l; t_4 = (short int) l.0_1; if (t_4 == 0) goto ; [50.00%] else goto ; [50.00%] We ought to be able to propagate l.0_1 into

Results for 12.3.1 20240309 [remotes/origin/releases/gcc-12 r12-10199-g1cd8245d69] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:1cd8245d698eb1a5d26a68e898fb23e0b29d8527 gcc-descr r12-10199-g1cd8245d698eb1 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 05:45:33 UTC 2024

[Bug tree-optimization/110992] [13/14 Regression] missed VRP optimization due to transformation of `a & -zero_one_valued_p` into `a * zero_one_valued_p`

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110992 Jeffrey A. Law changed: What|Removed |Added CC||rzinsly at ventanamicro dot com ---

[Bug tree-optimization/111798] [14 Regression] Recent change causing testsuite regression and poor code on mcore-elf

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111798 Jeffrey A. Law changed: What|Removed |Added Status|WAITING |NEW --- Comment #2 from Jeffrey A.

Results for 11.4.1 20240309 [releases/gcc-11 revision 5bc8943ae7:796a1a77ad:a8504565f0379d2d3a85cf987445a1eb48b8c9d0] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:a8504565f0379d2d3a85cf987445a1eb48b8c9d0 gcc-descr r11-11274-ga8504565f0379d power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 04:40:05 UTC 2024

[Bug tree-optimization/110293] Some `A CMP (A NEEQ 0)` is not simplified in some cases

2024-03-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110293 --- Comment #10 from Andrew Pinski --- Here is some more optimizations where the inner CMP is not EQ/NE: signed: x == (x <= CST) -> CST == 0 ? false : CST < 0 ? x == 0 : x == 1 x == (x < CST) -> CST == 1 ? false : CST <= 0 ? x == 0 : x == 1

Results for 14.0.1 20240309 (experimental) [remotes/origin/HEAD r14-9408-g6fe63013e32] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:6fe63013e3292a45288461b7efa9d52e0ac234dc gcc-descr r14-9408-g6fe63013e3292a power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 04:16:34 UTC 2024

[Bug middle-end/111799] [14 Regression] Missed Dead Code Elimination since r14-2365-g2e406f0753e

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111799 --- Comment #6 from Jeffrey A. Law --- I'd hazard a guess we need to first eliminate the ad = assignment. That should in turn allow us to realize ad is unchanging.

Results for 14.0.1 20240308 (experimental) [master-ia32 r14-9402-g5825bd0e0d0] (GCC) testsuite on i686-pc-linux-gnu

2024-03-08 Thread H.J. Lu via Gcc-testresults
=== # of expected passes196949 # of unexpected failures118 # of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4056 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/xgcc version 14.0.1 20240308 (experimental) [master-ia32 r14-9402

[Bug tree-optimization/111801] [14 Regression] Missed Dead Code Elimination since r14-4141-gbf6b107e2a3

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111801 --- Comment #2 from Jeffrey A. Law --- Interestingly enough this is picked up at -O3. Looks like PRE does a better job and the result is easier to discover the range for first operand of the controlling conditional.

[Bug tree-optimization/111864] [12/13/14 Regression] Dead Code Elimination Regression

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111864 Jeffrey A. Law changed: What|Removed |Added CC||aldyh at gcc dot gnu.org --- Comment

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=future tuning support.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0746a203639d08e07d35a09a0160a92298f5ff71 commit 0746a203639d08e07d35a09a0160a92298f5ff71 Author: Michael Meissner Date: Sat Mar 9 00:07:07 2024 -0500 Add -mcpu=future tuning support. This patch makes -mtune=future use the same tuning decision as

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=future support.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:5180f01d1d48691a088a0074d5a402ab4530d7f7 commit 5180f01d1d48691a088a0074d5a402ab4530d7f7 Author: Michael Meissner Date: Sat Mar 9 00:05:03 2024 -0500 Add -mcpu=future support. This patch adds the future option to the -mcpu= and -mtune= switches.

[Bug tree-optimization/112545] [14 Regression] Size regression when using -Os starting with r14-569-g21e2ef2dc25

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112545 --- Comment #2 from Jeffrey A. Law --- This looks like a missed case for singletons. _1 = d.9_28 <= 0; _2 = (signed short) _1; _3 = (signed short) d.9_28; c.a = 0; if (_2 == _3) goto ; [0.00%] else goto ; [100.00%] Back

Results for 14.0.1 20240308 (experimental) [master r14-9399-gac829a89fb5] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-03-08 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Fri Mar 8 18:05:02 UTC 2024 (revision r14-9399-gac829a89fb5) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu arch14

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 tests.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:c87c9fa6ccf75da5ddf2b774e7f40bec244a9bdc commit c87c9fa6ccf75da5ddf2b774e7f40bec244a9bdc Author: Michael Meissner Date: Fri Mar 8 23:52:28 2024 -0500 Add -mcpu=power11 tests. This patch adds some simple tests for -mcpu=power11 support. In order to run

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 tuning support.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:34edbd6e747facce21703d48f6c513e9caa19315 commit 34edbd6e747facce21703d48f6c513e9caa19315 Author: Michael Meissner Date: Fri Mar 8 23:51:01 2024 -0500 Add -mcpu=power11 tuning support. This patch makes -mtune=power11 use the same tuning decision as

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 support.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a2e7314507fe70f16adad23dbc68a421728ff6a0 commit a2e7314507fe70f16adad23dbc68a421728ff6a0 Author: Michael Meissner Date: Fri Mar 8 23:48:20 2024 -0500 Add -mcpu=power11 support. This patch adds the power11 option to the -mcpu= and -mtune= switches.

C/C++ results under Intel SDE for 14.0.1 20240309 (experimental) [native/master r14-9408-g6fe63013e32] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-08 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Mar 9 02:40:05 UTC 2024 (revision r14-9408-g6fe63013e32) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target sde FAIL: gcc.target/i386/avx-loadu2-m128-1.c scan-assembler \\tvinsertf128\\t FAIL: gcc.target/i386/avx-loadu2-m128d-1.c

Regressions on native/master at commit r14-9408 vs commit r14-9402 on Linux/x86_64

2024-03-08 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9408 vs commit r14-9402 on Linux/x86_64 New failures: New passes: FAIL: 30_threads/async/async.cc -std=gnu++17 execution test

Results for 14.0.1 20240309 (experimental) [native/master r14-9408-g6fe63013e32] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-08 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Mar 9 02:40:05 UTC 2024 (revision r14-9408-g6fe63013e32) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72) XPASS: gcc.dg/Wstringop-overflow-47.c pr97027

[Bug tree-optimization/113433] [12/13/14 Regression] Missed optimization for redundancy computation elimination

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113433 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #2

Results for 14.0.1 20240309 (experimental) [remotes/origin/HEAD r14-9408-g6fe63013e3] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:6fe63013e3292a45288461b7efa9d52e0ac234dc gcc-descr r14-9408-g6fe63013e3292a power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 02:34:05 UTC 2024

Results for 14.0.1 20240309 (experimental) [remotes/origin/HEAD r14-9408-g6fe63013e3] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:6fe63013e3292a45288461b7efa9d52e0ac234dc gcc-descr r14-9408-g6fe63013e3292a power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

[gcc(refs/users/meissner/heads/work162)] Revert all changes

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:ae3aa1809af8e3ce60b33a0e7c39139ea86a1ee8 commit ae3aa1809af8e3ce60b33a0e7c39139ea86a1ee8 Author: Michael Meissner Date: Fri Mar 8 23:30:40 2024 -0500 Revert all changes Diff: --- gcc/config.gcc | 6 +- gcc/config/rs6000/aix71.h

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=future support part 3.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:6712015cc1f80178502cf904fef6102ce76022e0 commit 6712015cc1f80178502cf904fef6102ce76022e0 Author: Michael Meissner Date: Fri Mar 8 23:28:52 2024 -0500 Add -mcpu=future support part 3. This patch makes -mtune=future use the same tuning decision as

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=future support part 2

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:ea0193ba078ba6d9747329266de9aa9b2a9bb5d5 commit ea0193ba078ba6d9747329266de9aa9b2a9bb5d5 Author: Michael Meissner Date: Fri Mar 8 23:26:03 2024 -0500 Add -mcpu=future support part 2 This patch allows GCC to be configured with the --with-cpu=future and

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=future support.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:522bd06b7abf4de674693dc57569547e6de09306 commit 522bd06b7abf4de674693dc57569547e6de09306 Author: Michael Meissner Date: Fri Mar 8 23:14:31 2024 -0500 Add -mcpu=future support. This patch adds the future option to the -mcpu= and -mtune= switches.

Results for 13.2.1 20240309 [releases/gcc-13 r13-8412-gabe32a9aa9] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:abe32a9aa9723840dcaf168a95bf18dc573db813 gcc-descr r13-8412-gabe32a9aa97238 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 02:57:25 UTC 2024

[Bug tree-optimization/114277] [11/12/13/14 Regression] Missed optimization: x*(x||b) => x

2024-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114277 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org,

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 tests.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:35fe3606f7e3a96836e68e99cca93c21ff9fb817 commit 35fe3606f7e3a96836e68e99cca93c21ff9fb817 Author: Michael Meissner Date: Fri Mar 8 22:48:41 2024 -0500 Add -mcpu=power11 tests. This patch adds some simple tests for -mcpu=power11 support. In order to run

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 support part 3.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8939ee2bb506e2a2efadf48105f35aba964a4afd commit 8939ee2bb506e2a2efadf48105f35aba964a4afd Author: Michael Meissner Date: Fri Mar 8 22:47:58 2024 -0500 Add -mcpu=power11 support part 3. This patch makes -mtune=power11 use the same tuning decision as

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 support part 2

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a09c97da2830f55b5cc1509f67188867df14cdf3 commit a09c97da2830f55b5cc1509f67188867df14cdf3 Author: Michael Meissner Date: Fri Mar 8 22:47:22 2024 -0500 Add -mcpu=power11 support part 2 This patch allows GCC to be configured with the --with-cpu=power11 and

[gcc(refs/users/meissner/heads/work162)] Add -mcpu=power11 support.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:79df8d6772b1aecab388c0853cac305837a18b18 commit 79df8d6772b1aecab388c0853cac305837a18b18 Author: Michael Meissner Date: Fri Mar 8 22:46:47 2024 -0500 Add -mcpu=power11 support. This patch adds the power11 option to the -mcpu= and -mtune= switches.

Results for 14.0.1 20240308 (experimental) [master r14-9401-gcebbaa2a845] (GCC) testsuite on i686-pc-linux-gnu

2024-03-08 Thread H.J. Lu via Gcc-testresults
; 2 === gcc Summary === # of expected passes196899 # of unexpected failures126 # of unexpected successes 27 # of expected failures 1556 # of unsupported tests 4071 /export/gnu/import/git/gcc-test-master-ia32/bld/gcc/x

[PATCH v2 2/2] bugzilla: remove `gcc-bugs@` mailing list address

2024-03-08 Thread Ben Boeckel
Bugzilla is preferred today. Use a URL that gives context about gathering information prior to actually filing a bug at Bugzilla. ChangeLog: * config-ml.in: Replace gcc-bugs@ with bug reporting link. * symlink-tree: Replace gcc-bugs@ with bug reporting link.

[PATCH v2 1/2] email: fix patch email addresses

2024-03-08 Thread Ben Boeckel
ChangeLog: * config-ml.in: Update patch email address. * symlink-tree: Update patch email address. Signed-off-by: Ben Boeckel --- v1 -> v2: - add Signed-off-by --- config-ml.in | 2 +- symlink-tree | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[gcc(refs/users/meissner/heads/work162)] Revert some changes

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:448253a197ef21591eed7b67a6d1c49baaa673e5 commit 448253a197ef21591eed7b67a6d1c49baaa673e5 Author: Michael Meissner Date: Fri Mar 8 22:30:22 2024 -0500 Revert some changes Diff: --- gcc/config.gcc | 6 +- gcc/config/rs6000/aix71.h

Re: libbacktrace patch committed: Don't assume compressed section aligned

2024-03-08 Thread H.J. Lu
On Fri, Mar 8, 2024 at 2:48 PM Fangrui Song wrote: > > On ELF64, it looks like BFD uses 8-byte alignment for compressed > `.debug_*` sections while gold/lld/mold use 1-byte alignment. I do not > know how the Solaris linker sets the alignment. > > The specification's wording makes me confused

[PATCH wwwdocs 1/1] [RESEND] gcc-14: document P1689R5 scanning output support

2024-03-08 Thread Ben Boeckel
--- htdocs/gcc-14/changes.html | 11 +++ 1 file changed, 11 insertions(+) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 7278f753..b506eeb1 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -112,6 +112,17 @@ a work-in-progress.

Results for 14.0.1 20240309 (experimental) [remotes/origin/HEAD r14-9406-g3e8ee03edd0] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:3e8ee03edd018eed43444755f601cdb9d5931654 gcc-descr r14-9406-g3e8ee03edd018e power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 01:28:38 UTC 2024

Results for 12.3.1 20240309 [releases/gcc-12 r12-10199-g1cd8245d69] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:1cd8245d698eb1a5d26a68e898fb23e0b29d8527 gcc-descr r12-10199-g1cd8245d698eb1 power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

[Bug c++/111224] modules: xtreme-header-1_a.H etc. ICE (in core_vals, at cp/module.cc:6108) on AArch64 with SVE types

2024-03-08 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111224 Nathaniel Shead changed: What|Removed |Added Status|NEW |ASSIGNED

Results for 14.0.1 20240309 (experimental) [remotes/origin/HEAD r14-9404-gc775a030af] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:c775a030af9cad20088bae4e7cb3e4bfb9c380cc gcc-descr r14-9404-gc775a030af9cad power8 Linux 5.4.0-172-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 00:23:57 UTC 2024

Re: Stepping up as maintainer for ia64

2024-03-08 Thread Peter Bergner via Gcc
On 3/8/24 5:28 PM, Jonathan Wakely wrote: > On Fri, 8 Mar 2024 at 22:35, Frank Scheiner via Gcc wrote: >> >> On 08.03.24 23:00, Peter Bergner wrote: >>> On 3/8/24 7:16 AM, Richard Biener via Gcc wrote: I CCed Jeff who is on the commitee to forward the maintainer proposal though I guess

Results for 13.2.1 20240309 [releases/gcc-13 r13-8412-gabe32a9aa9] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:abe32a9aa9723840dcaf168a95bf18dc573db813 gcc-descr r13-8412-gabe32a9aa97238 power9 IEEE128 Linux 6.8.0-0.rc6.20240229git805d849d7c3c.51.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Regressions on native/master at commit r14-9402 vs commit r14-9401 on Linux/x86_64

2024-03-08 Thread H. J. Lu via Gcc-regression
Regressions on native/master at commit r14-9402 vs commit r14-9401 on Linux/x86_64 New failures: FAIL: 30_threads/async/async.cc -std=gnu++17 execution test New passes:

C/C++ results under Intel SDE for 14.0.1 20240308 (experimental) [native/master r14-9402-g5825bd0e0d0] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-08 Thread H. J. Lu via Gcc-testresults
1461 /export/gnu/import/git/gcc-test-master-intel64-native/bld/gcc/xgcc version 14.0.1 20240308 (experimental) [native/master r14-9402-g5825bd0e0d0] (GCC) === g++ tests === Running target sde FAIL: g++.target/i386/mv28.C -std=c++14 (test for errors, line 10) FAIL: g++.

Re: [pushed][PATCH v1] LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi.

2024-03-08 Thread chenglulu
Pushed to r14-9407. 在 2024/3/7 上午9:12, Lulu Cheng 写道: If the hardware does not support LAMCAS, atomic_compare_and_swapsi needs to be implemented through "ll.w+sc.w". In the implementation of the instruction sequence, it is necessary to determine whether the two registers are equal. Since

Re: [pushed][PATCH] LoongArch: testsuite: Add compilation options to the regname-fp-s9.c.

2024-03-08 Thread chenglulu
Pushed to r14-9408. 在 2024/3/7 上午9:50, Lulu Cheng 写道: When the value of the macro DEFAULT_CFLAGS is set to '-ansi -pedantic-errors', regname-s9-fp.c will test to fail. To solve this problem, add the compilation option '-Wno-pedantic -std=gnu90' to this test case. gcc/testsuite/ChangeLog:

[gcc r14-9408] LoongArch: testsuite: Add compilation options to the regname-fp-s9.c.

2024-03-08 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:6fe63013e3292a45288461b7efa9d52e0ac234dc commit r14-9408-g6fe63013e3292a45288461b7efa9d52e0ac234dc Author: Lulu Cheng Date: Thu Mar 7 09:44:03 2024 +0800 LoongArch: testsuite: Add compilation options to the regname-fp-s9.c. When the value of the macro

[gcc r14-9407] LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi.

2024-03-08 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:3a3fbec0a4d3f36de58df9ef0b3992a3ffb359c2 commit r14-9407-g3a3fbec0a4d3f36de58df9ef0b3992a3ffb359c2 Author: Lulu Cheng Date: Tue Mar 5 14:43:04 2024 +0800 LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi. If the

Results for 14.0.1 20240308 (experimental) [native/master r14-9402-g5825bd0e0d0] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-08 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Fri Mar 8 23:40:04 UTC 2024 (revision r14-9402-g5825bd0e0d0) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72) XPASS: gcc.dg/Wstringop-overflow-47.c pr97027

Results for 14.0.1 20240309 (experimental) [master revision f4a52c184d6:0001f51fa1f:3e8ee03edd018eed43444755f601cdb9d5931654] (GCC) testsuite on pru-unknown-elf

2024-03-08 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: 9.03.2024 (сб) 1:00:14 UTC (revision ) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c (test for excess errors) FAIL:

Results for 11.4.1 20240309 [releases/gcc-11 revision 5bc8943ae77:796a1a77adf:a8504565f0379d2d3a85cf987445a1eb48b8c9d0] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:a8504565f0379d2d3a85cf987445a1eb48b8c9d0 gcc-descr r11-11274-ga8504565f0379d power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Mar 9 00:21:33 UTC 2024

[Bug target/114288] [14 regression] ICE when building binutils-2.41 on hppa (extract_constrain_insn, at recog.cc:2713)

2024-03-08 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114288 --- Comment #5 from John David Anglin --- This is what we have from reload with Sam's reduced test case: (insn 9 103 123 2 (set (reg/f:SI 1 %r1) (plus:SI (reg:SI 19 %r19) (high:SI (symbol_ref:SI ("indirect_child")

Re: [PATCH v1] LoongArch: Fixed an issue with the implementation of the template atomic_compare_and_swapsi.

2024-03-08 Thread chenglulu
在 2024/3/8 下午2:22, Xi Ruoyao 写道: On Thu, 2024-03-07 at 21:07 +0800, chenglulu wrote: 在 2024/3/7 下午8:52, Xi Ruoyao 写道: It should be better to extend the expected value before the ll/sc loop (like what LLVM does), instead of repeating the extending in each iteration.  Something like: I wanted

Results for 14.0.1 20240308 (experimental) [master r14-9393-g64273a7e6bd] (GCC) testsuite on x86_64-pc-linux-gnu

2024-03-08 Thread H.J. Lu via Gcc-testresults
cted successes 59 # of expected failures 4657 # of unresolved testcases 2 # of unsupported tests 10710 /export/gnu/import/git/gcc-test-master-intel64/bld/gcc/xgcc version 14.0.1 20240308 (experimental) [master r14-9393-g64273a7e6bd] (GCC) === gfortran t

Regressions on master at commit r14-9393 vs commit r14-9364 on Linux/x86_64

2024-03-08 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9393 vs commit r14-9364 on Linux/x86_64 New failures: FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects

Results for 14.0.1 20240308 (experimental) [remotes/origin/HEAD r14-9402-g5825bd0e0d] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
Summary === # of expected passes179007 # of unexpected failures116 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4171 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240308 (experimental) [remote

[Bug libstdc++/114240] sys_days not being parsed with only a date in the stream

2024-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114240 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/114279] utc_clock does not support leap seconds

2024-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114279 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|13.3

[committed] libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]

2024-03-08 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- When parsing a std::chrono::sys_days (or a sys_time with an even longer period) we should not require a time-of-day to be present in the input, because we can't represent that in the result type anyway. Rather than trying to decide which

[committed] libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]

2024-03-08 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- Implementing all chrono::from_stream overloads in terms of chrono::sys_time meant that a leap second time like 23:59:60.001 cannot be parsed, because that cannot be represented in a sys_time. The fix to support parsing leap seconds as utc_time is

[gcc r14-9406] libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]

2024-03-08 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:3e8ee03edd018eed43444755f601cdb9d5931654 commit r14-9406-g3e8ee03edd018eed43444755f601cdb9d5931654 Author: Jonathan Wakely Date: Fri Mar 8 16:15:57 2024 + libstdc++: Do not require a time-of-day when parsing sys_days [PR114240] When parsing a

[Bug libstdc++/114240] sys_days not being parsed with only a date in the stream

2024-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114240 --- Comment #7 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3e8ee03edd018eed43444755f601cdb9d5931654 commit r14-9406-g3e8ee03edd018eed43444755f601cdb9d5931654 Author: Jonathan Wakely

[gcc r14-9405] libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]

2024-03-08 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:f4a52c184d608325c14338b57f464f7d0bbc7526 commit r14-9405-gf4a52c184d608325c14338b57f464f7d0bbc7526 Author: Jonathan Wakely Date: Fri Mar 8 14:41:47 2024 + libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279] Implementing all

[Bug libstdc++/114279] utc_clock does not support leap seconds

2024-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114279 --- Comment #3 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:f4a52c184d608325c14338b57f464f7d0bbc7526 commit r14-9405-gf4a52c184d608325c14338b57f464f7d0bbc7526 Author: Jonathan Wakely

Results for 14.0.1 20240308 (experimental) [remotes/origin/HEAD r14-9402-g5825bd0e0d0] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER9) via Gcc-testresults
=== gcc Summary === # of expected passes179007 # of unexpected failures132 # of unexpected successes 19 # of expected failures 1614 # of unsupported tests 4169 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 14.0.1 20240308 (ex

Results for 14.0.1 20240308 (experimental) [remotes/origin/HEAD r14-9402-g5825bd0e0d] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-03-08 Thread Bill Seurer (POWER8) via Gcc-testresults
(test for excess errors) === gcc Summary === # of expected passes177999 # of unexpected failures148 # of unexpected successes 12 # of expected failures 1597 # of unsupported tests 4948 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc

[gcc(refs/users/meissner/heads/work162-vpair)] Merge commit 'refs/users/meissner/heads/work162-vpair' of git+ssh://gcc.gnu.org/git/gcc into me/work

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:ed10bc0b1bee74ec29f44a18ba41392fd71a02c6 commit ed10bc0b1bee74ec29f44a18ba41392fd71a02c6 Merge: 1e297710cc0 9a1cabc3c3c Author: Michael Meissner Date: Fri Mar 8 19:01:41 2024 -0500 Merge commit 'refs/users/meissner/heads/work162-vpair' of

[gcc(refs/users/meissner/heads/work162-vpair)] Add ChangeLog.vpair and update REVISION.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:1e297710cc0f278b26d02cfead1ac48116e89aff commit 1e297710cc0f278b26d02cfead1ac48116e89aff Author: Michael Meissner Date: Thu Mar 7 11:07:00 2024 -0500 Add ChangeLog.vpair and update REVISION. 2024-03-07 Michael Meissner gcc/ *

[gcc/meissner/heads/work162-vpair] (24 commits) Merge commit 'refs/users/meissner/heads/work162-vpair' of g

2024-03-08 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work162-vpair' was updated to point to: ed10bc0b1be... Merge commit 'refs/users/meissner/heads/work162-vpair' of g It previously pointed to: 9a1cabc3c3c... Add ChangeLog.vpair and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work162-test)] Merge commit 'refs/users/meissner/heads/work162-test' of git+ssh://gcc.gnu.org/git/gcc into me/work1

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f8f47c3477162f6c0160eae55da973a2ab227417 commit f8f47c3477162f6c0160eae55da973a2ab227417 Merge: 689b3adeae0 13f39d24c7c Author: Michael Meissner Date: Fri Mar 8 19:00:24 2024 -0500 Merge commit 'refs/users/meissner/heads/work162-test' of

[gcc(refs/users/meissner/heads/work162-test)] Add ChangeLog.test and update REVISION.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:689b3adeae096be74d72a87156883dcdf99d87d4 commit 689b3adeae096be74d72a87156883dcdf99d87d4 Author: Michael Meissner Date: Thu Mar 7 11:09:39 2024 -0500 Add ChangeLog.test and update REVISION. 2024-03-07 Michael Meissner gcc/ *

[gcc/meissner/heads/work162-test] (24 commits) Merge commit 'refs/users/meissner/heads/work162-test' of gi

2024-03-08 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work162-test' was updated to point to: f8f47c34771... Merge commit 'refs/users/meissner/heads/work162-test' of gi It previously pointed to: 13f39d24c7c... Add ChangeLog.test and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work162-dmf)] Merge commit 'refs/users/meissner/heads/work162-dmf' of git+ssh://gcc.gnu.org/git/gcc into me/work16

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f8660bb40a90101ed35c0244d367f553c35f95c3 commit f8660bb40a90101ed35c0244d367f553c35f95c3 Merge: 0e8838d70db 4b27e55d4c6 Author: Michael Meissner Date: Fri Mar 8 18:59:10 2024 -0500 Merge commit 'refs/users/meissner/heads/work162-dmf' of git+ssh://gcc.gnu.org/git/gcc

[gcc(refs/users/meissner/heads/work162-dmf)] Add ChangeLog.dmf and update REVISION.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0e8838d70db787dfadc43efb612cd915e0878e21 commit 0e8838d70db787dfadc43efb612cd915e0878e21 Author: Michael Meissner Date: Thu Mar 7 11:05:59 2024 -0500 Add ChangeLog.dmf and update REVISION. 2024-03-07 Michael Meissner gcc/ *

[gcc/meissner/heads/work162-dmf] (24 commits) Merge commit 'refs/users/meissner/heads/work162-dmf' of git

2024-03-08 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work162-dmf' was updated to point to: f8660bb40a9... Merge commit 'refs/users/meissner/heads/work162-dmf' of git It previously pointed to: 4b27e55d4c6... Add ChangeLog.dmf and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work162-ajit)] Merge commit 'refs/users/meissner/heads/work162-ajit' of git+ssh://gcc.gnu.org/git/gcc into me/work1

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:5d73f63c13539fdffece4813e111fcf3b8022a02 commit 5d73f63c13539fdffece4813e111fcf3b8022a02 Merge: b51edbc68c6 6ff76c0056b Author: Michael Meissner Date: Fri Mar 8 18:57:47 2024 -0500 Merge commit 'refs/users/meissner/heads/work162-ajit' of

[gcc(refs/users/meissner/heads/work162-ajit)] Add ChangeLog.ajit and update REVISION.

2024-03-08 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:b51edbc68c611a63cac80f48a099b61fd2ce6124 commit b51edbc68c611a63cac80f48a099b61fd2ce6124 Author: Michael Meissner Date: Thu Mar 7 11:08:43 2024 -0500 Add ChangeLog.ajit and update REVISION. 2024-03-07 Michael Meissner gcc/ *

[gcc/meissner/heads/work162-ajit] (24 commits) Merge commit 'refs/users/meissner/heads/work162-ajit' of gi

2024-03-08 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work162-ajit' was updated to point to: 5d73f63c135... Merge commit 'refs/users/meissner/heads/work162-ajit' of gi It previously pointed to: 6ff76c0056b... Add ChangeLog.ajit and update REVISION. Diff: Summary of changes (added commits):

[Bug tree-optimization/113757] [14 regression] ICE when building legion-23.03.0 since r14-8398

2024-03-08 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113757 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[gcc r14-9403] ipa: Avoid excessive removing of SSAs (PR 113757)

2024-03-08 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:54e505d0446f86b7ad383acbb8e5501f20872b64 commit r14-9403-g54e505d0446f86b7ad383acbb8e5501f20872b64 Author: Martin Jambor Date: Sat Mar 9 00:47:22 2024 +0100 ipa: Avoid excessive removing of SSAs (PR 113757) PR 113757 shows that the code which was meant to

[Bug tree-optimization/113757] [14 regression] ICE when building legion-23.03.0 since r14-8398

2024-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113757 --- Comment #9 from GCC Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:54e505d0446f86b7ad383acbb8e5501f20872b64 commit r14-9403-g54e505d0446f86b7ad383acbb8e5501f20872b64 Author: Martin Jambor Date:

Results for 14.0.1 20240308 (experimental) [master r14-9399-gac829a89fb5] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-03-08 Thread stefansf--- via Gcc-testresults
ghil\\t%r2,1 FAIL: gcc.target/s390/vector/vec-scalar-cmp-1.c scan-assembler ne:\\n[^:]*\\twfcdb\\t%v[0-9]*,%v[0-9]*\\n\\t[^:]+\\tlocghine\\t%r2,1 XPASS: gcc.target/s390/vxe/popcount-1.c scan-assembler vpopctb\\t%v24,%v24 XPASS: gcc.target/s390/vxe/popcount-1.c scan-assembler vpopcth\\t%v24,%v24

Re: Stepping up as maintainer for ia64

2024-03-08 Thread Jonathan Wakely via Gcc
On Fri, 8 Mar 2024 at 22:35, Frank Scheiner via Gcc wrote: > > On 08.03.24 23:00, Peter Bergner wrote: > > On 3/8/24 7:16 AM, Richard Biener via Gcc wrote: > >> I CCed Jeff who is on the commitee to forward the maintainer proposal > >> though I guess this will not go forward as a first step.

  1   2   3   4   5   >