Regressions on native/master at commit r15-656 vs commit r15-655 on Linux/x86_64

2024-05-19 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-656 vs commit r15-655 on Linux/x86_64 New failures: New passes: FAIL: gcc.target/i386/avx512er-vrcp28ps-4.c scan-assembler-times vrcp28ps[^\n\r]*zmm[0-9]+(?:\n|[ \\t]+#) 1 FAIL: gcc.target/i386/avx512er-vrcp28ps-4.c scan-assembler-times

[Bug target/115069] [14/15 regression] 8 bit integer vector performance regression, x86, between gcc-14 and gcc-13 using avx2 target clones on skylake platform

2024-05-19 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115069 --- Comment #12 from Haochen Jiang --- (In reply to Hongtao Liu from comment #11) > (In reply to Haochen Jiang from comment #10) > > A patch like Comment 8 could definitely solve the problem. But I need to > > test more benchmarks to see if

Re: [PATCH] Optab: add isfinite_optab for __builtin_isfinite

2024-05-19 Thread HAO CHEN GUI
Hi Andrew, 在 2024/5/19 3:42, Andrew Pinski 写道: > This is missing adding documentation for the new optab. > It should be documented in md.texi under `Standard Pattern Names For > Generation` section. Thanks for your reminder. I will add ones for all patches. Thanks Gui Haochen

[PATCH V3] report message for operator %a on unaddressible operand

2024-05-19 Thread Jiufu Guo
Hi, For PR96866, when printing asm code for modifier "%a", an addressable operand is required. While the constraint "X" allow any kind of operand even which is hard to get the address directly. e.g. extern symbol whose address is in TOC. An error message would be reported to indicate the invalid

Re: [PATCH v5 1/5] Improve must tail in RTL backend

2024-05-19 Thread Andi Kleen
On Tue, May 14, 2024 at 04:15:08PM +0200, Richard Biener wrote: > On Sun, May 5, 2024 at 8:16 PM Andi Kleen wrote: > > > > - Give error messages for all causes of non sibling call generation > > - Don't override choices of other non sibling call checks with > > must tail. This causes ICEs. The

Results for 15.0.0 20240520 (experimental) [master r15-656-ge1a7e2c54d5] (GCC) testsuite on i686-pc-linux-gnu

2024-05-19 Thread haochenj via Gcc-testresults
LAST_UPDATED: Mon May 20 03:10:09 UTC 2024 (revision r15-656-ge1a7e2c54d5) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/compile/2009-1.c -O0 UNRESOLVED: gcc.c-torture/compile/2009-1.c -O1 UNRESOLVED:

Results for 13.2.1 20240520 [releases/gcc-13 r13-8779-g441602347f] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:441602347fa29ae6fa8055853c5f262e35c92c8b gcc-descr r13-8779-g441602347fa29a power8 Linux 5.4.0-177-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: Mon May 20 03:11:13 UTC 2024

Results for 15.0.0 20240520 (experimental) [master r15-656-ge1a7e2c54d5] (GCC) testsuite on x86_64-pc-linux-gnu

2024-05-19 Thread haochenj--- via Gcc-testresults
LAST_UPDATED: Mon May 20 03:10:10 UTC 2024 (revision r15-656-ge1a7e2c54d5) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION

Results for 13.2.1 20240520 [releases/gcc-13 r13-8779-g441602347f] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:441602347fa29ae6fa8055853c5f262e35c92c8b gcc-descr r13-8779-g441602347fa29a power9 BE Linux 6.7.12-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Mon May 20 03:22:11 UTC 2024

Results for 15.0.0 20240520 (experimental) [master revision gcc-15-655-g88b3f832380] (GCC) testsuite on armv8l-unknown-linux-gnueabihf

2024-05-19 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2135/: LAST_UPDATED: 2024-05-20T03:05:02+00:00 (master revision gcc-15-655-g88b3f832380) armv8l-unknown-linux-gnueabihf Native configuration is armv8l-unknown-linux-gnueabihf === libatomic tests === Running

[PATCH-3v2, rs6000] Implement optab_isnormal for SFDF and IEEE128

2024-05-19 Thread HAO CHEN GUI
Hi, This patch implemented optab_isnormal for SFDF and IEEE128 by test data class instructions. Compared with previous version, the main change is not to test if pseudo can be created in expand and modify dg-options and dg-finals of test cases according to reviewer's advice.

[PATCH-2v2, rs6000] Implement optab_isfinite for SFDF and IEEE128

2024-05-19 Thread HAO CHEN GUI
Hi, This patch implemented optab_isfinite for SFDF and IEEE128 by test data class instructions. Compared with previous version, the main change is not to test if pseudo can be created in expand and modify dg-options and dg-finals of test cases according to reviewer's advice.

[PATCH-1v2, rs6000] Implement optab_isinf for SFDF and IEEE128

2024-05-19 Thread HAO CHEN GUI
Hi, This patch implemented optab_isinf for SFDF and IEEE128 by test data class instructions. Compared with previous version, the main change is to modify the dg-options and dg-finals of test cases according to reviewer's advice. https://gcc.gnu.org/pipermail/gcc-patches/2024-March/648304.html

Results for 15.0.0 20240520 (experimental) [master r15-655-g88b3f83238] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:88b3f83238087cbe2aa2c51c6054796856f2fb94 gcc-descr r15-655-g88b3f83238087c power9 BE Linux 6.7.12-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Mon May 20 01:47:53 UTC 2024

Re: [PATCH 0/2] Align tight loops to solve cross cacheline issue

2024-05-19 Thread Hongtao Liu
On Wed, May 15, 2024 at 11:30 AM Jiang, Haochen wrote: > > Also cc Honza and Richard since we touched generic tune. > > Thx, > Haochen > > > -Original Message- > > From: Haochen Jiang > > Sent: Wednesday, May 15, 2024 11:04 AM > > To: gcc-patches@gcc.gnu.org > > Cc: Liu, Hongtao ;

Results for 15.0.0 20240516 (experimental) [master r15-652-ge1ce9c37ed6] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-05-19 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Sun May 19 17:04:43 UTC 2024 (revision r15-652-ge1ce9c37ed6) === acats tests === FAIL: cb1010a FAIL: cxa4001 === acats Summary === # of expected passes2326 # of unexpected failures2 Native configuration is s390x-ibm-linux-gnu

Results for 15.0.0 20240520 (experimental) [remotes/origin/HEAD r15-654-gf22afbe0e0] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:f22afbe0e084f478ef7a5594a00b8eb232958a7f gcc-descr r15-654-gf22afbe0e084f4 power8 Linux 5.4.0-177-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: Mon May 20 01:03:14 UTC 2024

Results for 15.0.0 20240520 (experimental) [master r15-655-g88b3f832380] (GCC) testsuite on i686-pc-linux-gnu

2024-05-19 Thread haochenj via Gcc-testresults
LAST_UPDATED: Mon May 20 01:10:08 UTC 2024 (revision r15-655-g88b3f832380) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/compile/2009-1.c -O0 UNRESOLVED: gcc.c-torture/compile/2009-1.c -O1 UNRESOLVED:

[Bug target/115146] [15 Regression] Incorrect 8-byte vectorization: psrlw/psraw confusion

2024-05-19 Thread admin at levyhsu dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115146 --- Comment #11 from Levy Hsu --- (In reply to Uroš Bizjak from comment #8) > (In reply to Levy Hsu from comment #5) > > case E_V16QImode: > > mode = V8HImode; > > gen_shr = gen_vlshrv8hi3; > > gen_shl = gen_vashlv8hi3; >

Results for 15.0.0 20240520 (experimental) [master r15-655-g88b3f832380] (GCC) testsuite on x86_64-pc-linux-gnu

2024-05-19 Thread haochenj--- via Gcc-testresults
LAST_UPDATED: Mon May 20 01:10:10 UTC 2024 (revision r15-655-g88b3f832380) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION

Regressions on master at commit r15-655 vs commit r15-653 on Linux/x86_64

2024-05-19 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-655 vs commit r15-653 on Linux/x86_64 New failures: New passes: FAIL: 30_threads/future/members/poll.cc -std=gnu++17 execution test

[r15-579 Regression] FAIL: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -O2 (test for excess errors) on Linux/x86_64

2024-05-19 Thread Jiang, Haochen via Gcc-regression
On Linux/x86_64, a9251ab3c91c8c559d0306838575a666ae62dff4 is the first bad commit commit a9251ab3c91c8c559d0306838575a666ae62dff4 Author: Richard Biener Date: Thu May 16 12:35:28 2024 +0200 wrong code with points-to and volatile caused with GCC configured with ../../gcc/configure

[r15-579 Regression] FAIL: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -O2 (test for excess errors) on Linux/x86_64

2024-05-19 Thread Jiang, Haochen
On Linux/x86_64, a9251ab3c91c8c559d0306838575a666ae62dff4 is the first bad commit commit a9251ab3c91c8c559d0306838575a666ae62dff4 Author: Richard Biener Date: Thu May 16 12:35:28 2024 +0200 wrong code with points-to and volatile caused with GCC configured with ../../gcc/configure

[Bug target/115146] [15 Regression] Incorrect 8-byte vectorization: psrlw/psraw confusion

2024-05-19 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115146 Hongtao Liu changed: What|Removed |Added CC||liuhongt at gcc dot gnu.org --- Comment

Re: [PATCH] i386: Rename sat_plusminus expanders to standard names [PR11260]

2024-05-19 Thread Hongtao Liu
On Fri, May 17, 2024 at 3:55 PM Uros Bizjak wrote: > > Rename _3 expander to a standard ssadd, > usadd, sssub and ussub name to enable corresponding optab expansion. > > Also add named expander for MMX modes. LGTM. > > PR middle-end/112600 > > gcc/ChangeLog: > > * config/i386/mmx.md (3):

Results for 15.0.0 20240520 (experimental) [master r15-654-gf22afbe0e0] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:f22afbe0e084f478ef7a5594a00b8eb232958a7f gcc-descr r15-654-gf22afbe0e084f4 power9 BE Linux 6.7.12-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Mon May 20 00:18:52 UTC 2024

[Bug target/115069] [14/15 regression] 8 bit integer vector performance regression, x86, between gcc-14 and gcc-13 using avx2 target clones on skylake platform

2024-05-19 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115069 --- Comment #11 from Hongtao Liu --- (In reply to Haochen Jiang from comment #10) > A patch like Comment 8 could definitely solve the problem. But I need to > test more benchmarks to see if there is surprise. > > But, yes, as Uros said in

Re: [PATCH 4/13] rs6000, extend the current vec_{un,}signed{e,o} built-ins

2024-05-19 Thread Kewen.Lin
Hi Carl, on 2024/5/18 04:20, Carl Love wrote: > Kewen: > > I am working thru the patches. I made the changes as requested for this > patch but have a question about > one of your comments. > > On 5/14/24 00:53, Kewen.Lin wrote: >> Hi, >> >> on 2024/4/20 05:17, Carl Love wrote: >>> rs6000,

RE: [PATCH v4] DSE: Fix ICE after allow vector type in get_stored_val

2024-05-19 Thread Li, Pan2
Committed, thanks Jeff. Let's wait for a while before backporting. Pan -Original Message- From: Jeff Law Sent: Monday, May 20, 2024 12:23 AM To: Li, Pan2 ; gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@gmail.com; Liu, Hongtao ; richard.guent...@gmail.com Subject: Re:

[gcc r15-655] DSE: Fix ICE after allow vector type in get_stored_val

2024-05-19 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:88b3f83238087cbe2aa2c51c6054796856f2fb94 commit r15-655-g88b3f83238087cbe2aa2c51c6054796856f2fb94 Author: Pan Li Date: Tue Apr 30 09:42:39 2024 +0800 DSE: Fix ICE after allow vector type in get_stored_val We allowed vector type for get_stored_val when read

Results for 11.4.1 20240519 [releases/gcc-11 revision b5348964bd:64e19ae249:455386a046b0d0d37a2542766846d43f9ce31589] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
150432 # of unexpected failures176 # of unexpected successes 33 # of expected failures 985 # of unresolved testcases 2 # of unsupported tests 3777 /home/gccbuild/build/nightly/build-gcc-11/gcc/xgcc version 11.4.1 20240519 [releases/gcc-1

Results for 15.0.0 20240519 (experimental) [remotes/origin/master r15-653-g8713d5eec23] (GCC) testsuite on pru-unknown-elf

2024-05-19 Thread The GnuPru BuildBot via Gcc-testresults
gs FAIL: outputs-24 exe savetmp named2-3: outputs.ld1_args FAIL: outputs-25 exe savetmp named2-4: outputs.ld1_args FAIL: outputs-294 lto sing unnamed-3: a.ld1_args FAIL: outputs-294 lto sing unnamed-3: a.ld_args === gcc Summary === # of expected passes133209 # of unex

Re: [Patch] Fortran: invoke.texi - link to OpenCoarrays.org + mention libcaf_single

2024-05-19 Thread Sandra Loosemore
On 5/19/24 02:01, Tobias Burnus wrote: I noticed that gfortran's coarray support did not link to the http://www.opencoarrays.org/ > [snip] diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 40e8e4a7cdd..78a2910b8d8 100644 --- a/gcc/fortran/invoke.texi +++

[Bug middle-end/54848] -ftrapv doesn't work when assigning to an integer with smaller size

2024-05-19 Thread bruno at clisp dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54848 Bruno Haible changed: What|Removed |Added CC||bruno at clisp dot org --- Comment #2

Results for 15.0.0 20240519 (experimental) [master revision gcc-15-653-g8713d5eec23] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-05-19 Thread ci_notify--- via Gcc-testresults
f unexpected successes 2 # of expected failures 1763 # of unsupported tests 4194 /home/tcwg-buildslave/workspace/tcwg_gnu_1/abe/builds/destdir/x86_64-pc-linux-gnu/bin/aarch64-linux-gnu-gcc version 15.0.0 20240519 (experimental) [master revision gcc-15-653-g8713d5eec23] (GC

Results for 12.3.1 20240519 [remotes/origin/releases/gcc-12 r12-10459-g1ba6e8b3e8] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
2258 # of unexpected failures170 # of unexpected successes 14 # of expected failures 1468 # of unsupported tests 3902 /home/gccbuild/build/nightly/build-gcc-12/gcc/xgcc version 12.3.1 20240519 [remotes/origin/releases/gcc-12 r12-10459-g1ba6e8b3e8] (GCC)

[Bug tree-optimization/115154] [13/14/15 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 --- Comment #12 from Andrew Pinski --- Created attachment 58247 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58247=edit Easier to (reduced) understand testcase

[Bug tree-optimization/115154] [13/14/15 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/115154] [13/14/15 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 Andrew Pinski changed: What|Removed |Added Known to work|14.1.0 | Summary|[13 Regression]

[Bug tree-optimization/115154] [13 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 --- Comment #9 from Andrew Pinski --- Matching expression match.pd:2310, gimple-match-3.cc:90 Matching expression match.pd:2310, gimple-match-3.cc:90 Applying pattern match.pd:4890, gimple-match-2.cc:4798 Matching expression match.pd:160,

Re: [to-be-committed][RISC-V] Eliminate redundant bitmanip operation

2024-05-19 Thread Jeff Law
On 5/19/24 1:59 PM, Andrew Pinski wrote: On Sun, May 19, 2024 at 10:58 AM Jeff Law wrote: perl has some internal bitmap code. One of its implementation properties is that if you ask it to set a bit, the bit is first cleared. Unfortunately this is fairly hard to see in gimple/match due

[Bug tree-optimization/115154] [13 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 --- Comment #8 from Andrew Pinski --- ``` Optimizing statement _5 = () _2; LKUP STMT _5 = nop_expr _2 2>>> STMT _5 = nop_expr _2 Optimizing statement _3 = -_5; LKUP STMT _3 = negate_expr _5 2>>> STMT _3 = negate_expr _5 Optimizing statement f.b

Results for 12.3.1 20240519 [remotes/origin/releases/gcc-12 r12-10459-g1ba6e8b3e8] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
failures 3852 # of unsupported tests 20900 /home/gccbuild/build/nightly/build-gcc-12/gcc/xg++ version 12.3.1 20240519 [remotes/origin/releases/gcc-12 r12-10459-g1ba6e8b3e8] (GCC) === gcc tests === Running target unix/-m32 XPASS: gcc.dg/uninit-pred-7_a.c bogus

gcc-15-20240519 is now available

2024-05-19 Thread GCC Administrator via Gcc
Snapshot gcc-15-20240519 is now available on https://gcc.gnu.org/pub/gcc/snapshots/15-20240519/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 15 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

[Bug tree-optimization/115154] [13 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 Andrew Pinski changed: What|Removed |Added Keywords|needs-bisection |wrong-code

Results for 15.0.0 20240516 (experimental) [master r15-652-ge1ce9c37ed6] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-05-19 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Sun May 19 17:04:43 UTC 2024 (revision r15-652-ge1ce9c37ed6) === acats tests === FAIL: cb1010a FAIL: cxa4001 === acats Summary === # of expected passes2326 # of unexpected failures2 Native configuration is s390x-ibm-linux-gnu

[Bug tree-optimization/115154] [13 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 --- Comment #6 from Sam James --- yep, r14-3432-gddd64a6ec3b38e fixed it on trunk

Results for 13.2.1 20240519 [releases/gcc-13 r13-8778-g94509b65d5] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
uild/build/nightly/build-gcc-13/gcc/xgcc version 13.2.1 20240519 [releases/gcc-13 r13-8778-g94509b65d5] (GCC) === gfortran tests === Running target unix XPASS: gfortran.dg/large_real_kind_form_io_2.f90 -O0 execution test XPASS: gfortran.dg/large_real_kind_form_io_2

[Bug tree-optimization/115157] incorrect TBAA for derived types involving enum types

2024-05-19 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115157 uecker at gcc dot gnu.org changed: What|Removed |Added CC||uecker at gcc dot gnu.org

[Bug target/112868] GCC passes -many to the assembler for --enable-checking=release builds

2024-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112868 --- Comment #17 from Sam James --- PR113652 remains a problem and I guess it's more of a problem for landing this change in a release, as it means PR113652 will affect more people.

Results for 13.2.1 20240519 [releases/gcc-13 r13-8778-g94509b65d5] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
/nightly/build-gcc-13/gcc/xg++ version 13.2.1 20240519 [releases/gcc-13 r13-8778-g94509b65d5] (GCC) === gcc tests === Running target unix/-m32 XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION execution test XPASS

[Bug target/115158] pru: undefined reference to _getentropy after r15-518-g99b1daae18c095

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115158 --- Comment #1 from Andrew Pinski --- Hmm, _GLIBCXX_HAVE_GETENTROPY maybe should not defined for PRU while configuring libstdc++ ...

Regressions on master at commit r15-653 vs commit r15-634 on Linux/x86_64

2024-05-19 Thread Haochen Jiang via Gcc-regression
Regressions on master at commit r15-653 vs commit r15-634 on Linux/x86_64 New failures: FAIL: 30_threads/future/members/poll.cc -std=gnu++17 execution test New passes:

Results for 15.0.0 20240519 (experimental) [master r15-653-g8713d5eec23] (GCC) testsuite on x86_64-pc-linux-gnu

2024-05-19 Thread haochenj--- via Gcc-testresults
197807 # of unexpected failures160 # of unexpected successes 30 # of expected failures 1552 # of unsupported tests 4096 === gcc Summary === # of expected passes401981 # of unexpected failures322 # of unexpected successes 50 # of ex

[Bug c++/115159] internal compiler error: in nothrow_spec_p, at cp/except.cc:1206 when using modules and QCoreApplication

2024-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115159 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

Results for 15.0.0 20240519 (experimental) [remotes/origin/HEAD r15-653-g8713d5eec2] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
13 # of expected failures 1602 # of unsupported tests 5052 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xgcc version 15.0.0 20240519 (experimental) [remotes/origin/HEAD r15-653-g8713d5eec2] (GCC) === gfortran tests === Running target unix XPASS: gfortra

Re: [pshed] testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable.

2024-05-19 Thread Andrew Pinski
On Sun, May 19, 2024 at 6:38 AM Iain Sandoe wrote: > > As per the analysis in the PR, tested on x86_64, i686 and aarch64 Darwin > (and on x86_64 linux), pushed to trunk, thanks, > Iain Thanks for doing this. Thanks, Andrew > > --- 8< --- > > For Darwin, non-weak functions defined in a TU

Re: [to-be-committed][RISC-V] Eliminate redundant bitmanip operation

2024-05-19 Thread Andrew Pinski
On Sun, May 19, 2024 at 10:58 AM Jeff Law wrote: > > perl has some internal bitmap code. One of its implementation > properties is that if you ask it to set a bit, the bit is first cleared. > > > Unfortunately this is fairly hard to see in gimple/match due to type > changes in the IL. But it is

Results for 15.0.0 20240519 (experimental) [master r15-653-g8713d5eec2] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
=== g++ Summary === # of expected passes512606 # of unexpected failures1 # of expected failures 5235 # of unsupported tests 23307 /home/gccbuild/build/nightly/build-gcc-trunk/gcc/xg++ version 15.0.0 20240519 (experimental) [master r15-653

Results for 15.0.0 20240516 (experimental) [master revision gcc-15-652-ge1ce9c37ed6] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-05-19 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/2027/: LAST_UPDATED: 2024-05-19T18:48:50+00:00 (master revision gcc-15-652-ge1ce9c37ed6) aarch64-unknown-linux-gnu Native configuration is aarch64-unknown-linux-gnu === libatomic tests === Running target

Results for 15.0.0 20240516 (experimental) [master r15-647-ga6114c2a691112] (GCC) testsuite on m68k-unknown-linux-gnu

2024-05-19 Thread Andreas Schwab
es ompexp "__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++14 scan-tree-dump-times ompexp "__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++17 scan-tree-dump-times ompexp "__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=g

[Bug c++/115159] New: internal compiler error: in nothrow_spec_p, at cp/except.cc:1206 when using modules and QCoreApplication

2024-05-19 Thread Kicer86 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115159 Bug ID: 115159 Summary: internal compiler error: in nothrow_spec_p, at cp/except.cc:1206 when using modules and QCoreApplication Product: gcc Version: 14.1.1

Re: [PATCH] PHIOPT: Don't transform minmax if middle bb contains a phi [PR115143]

2024-05-19 Thread Richard Biener
> Am 19.05.2024 um 01:12 schrieb Andrew Pinski : > > The problem here is even if last_and_only_stmt returns a statement, > the bb might still contain a phi node which defines a ssa name > which is used in that statement so we need to add a check to make sure > that the phi nodes are empty for

Results for 15.0.0 20240516 (experimental) [remotes/origin/HEAD r15-652-ge1ce9c37ed] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:e1ce9c37ed68136a99d44c8301990c184ba41849 gcc-descr r15-652-ge1ce9c37ed6813 power8 Linux 5.4.0-177-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: Sun May 19 15:59:46 UTC 2024

[to-be-committed][RISC-V] Eliminate redundant bitmanip operation

2024-05-19 Thread Jeff Law
perl has some internal bitmap code. One of its implementation properties is that if you ask it to set a bit, the bit is first cleared. Unfortunately this is fairly hard to see in gimple/match due to type changes in the IL. But it is easy to see in the code we get from combine. So we just

Results for 13.2.0 (Debian 13.2.0-25) testsuite on riscv64-unknown-linux-gnu

2024-05-19 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-13.2.0 revision c891d8dc23e1a46ad9f3e757d09e57b500d40044 === acats tests === === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is

[Bug target/115158] pru: undefined reference to _getentropy after r15-518-g99b1daae18c095

2024-05-19 Thread dimitar at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115158 Dimitar Dimitrov changed: What|Removed |Added Ever confirmed|0 |1 Target|

[Bug target/115158] New: pru: undefined reference to _getentropy after r15-518-g99b1daae18c095

2024-05-19 Thread dimitar at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115158 Bug ID: 115158 Summary: pru: undefined reference to _getentropy after r15-518-g99b1daae18c095 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

Results for 15.0.0 20240516 (experimental) [master r15-652-ge1ce9c37ed] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:e1ce9c37ed68136a99d44c8301990c184ba41849 gcc-descr r15-652-ge1ce9c37ed6813 power9 BE Linux 6.7.12-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun May 19 15:59:45 UTC 2024

[Bug tree-optimization/115157] New: incorrect TBAA for derived types involving enum types

2024-05-19 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115157 Bug ID: 115157 Summary: incorrect TBAA for derived types involving enum types Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

Results for 15.0.0 20240516 (experimental) [master revision gcc-15-651-g1073469074f] (GCC) testsuite on arm-unknown-eabi

2024-05-19 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_hard_eabi-build/27/: LAST_UPDATED: 2024-05-19T14:55:12+00:00 (master revision gcc-15-651-g1073469074f) arm-eabi {-mthumb/-march=armv8-m.main+dsp+fp/-mtune=cortex-m33/-mfloat-abi=hard/-mfpu=auto} Target is

Re: [PATCH v4] DSE: Fix ICE after allow vector type in get_stored_val

2024-05-19 Thread Jeff Law
On 5/2/24 7:51 PM, pan2...@intel.com wrote: From: Pan Li We allowed vector type for get_stored_val when read is less than or equal to store in previous. Unfortunately, the valididate_subreg treats the vector type's size is less than vector register as invalid. Then we will have ICE here.

[pushed] wwwdocs: gcc-14: Fix seven typos

2024-05-19 Thread Gerald Pfeifer
Pushed. Gerald --- htdocs/gcc-14/changes.html | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index dd3fea8d..6447898e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -31,7

gcc-wwwdocs branch master updated. c1594fa5dda412c98f3193ca8f993f6fc21e73c1

2024-05-19 Thread Gerald Pfeifer via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via c1594fa5dda412c98f3193ca8f993f6fc21e73c1 (commit) from

[gcc r15-652] [to-be-committed][RISC-V][PR target/115142] Do not create invalidate shift-add insn

2024-05-19 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:e1ce9c37ed68136a99d44c8301990c184ba41849 commit r15-652-ge1ce9c37ed68136a99d44c8301990c184ba41849 Author: Jeff Law Date: Sun May 19 09:56:16 2024 -0600 [to-be-committed][RISC-V][PR target/115142] Do not create invalidate shift-add insn The circumstances

[Bug target/115142] [14/15 Regression] Unrecognizable insn in extract_insn, at recog.cc:2812 with -ftree-ter

2024-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115142 --- Comment #3 from GCC Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:e1ce9c37ed68136a99d44c8301990c184ba41849 commit r15-652-ge1ce9c37ed68136a99d44c8301990c184ba41849 Author: Jeff Law Date: Sun May 19

Results for 15.0.0 20240516 (experimental) [remotes/origin/HEAD r15-651-g1073469074] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:1073469074ff132478ec8d923ed8635c672f7d9b gcc-descr r15-651-g1073469074ff13 power8 Linux 5.4.0-177-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: Sun May 19 13:38:52 UTC 2024

Re: [PATCH] Add widening expansion of MULT_HIGHPART_EXPR for integral modes

2024-05-19 Thread Jeff Law
On 5/19/24 3:40 AM, Eric Botcazou wrote: Hi, Just notice that this patch may result in some ICE when build libc++ for the riscv port, details as below. Please note not all configuration can reproduce this issue, feel free to ping me if you cannot reproduce this issue. CC more riscv port

[Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment'

2024-05-19 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115148 --- Comment #9 from Oleg Endo --- (In reply to Oleg Endo from comment #8) > > It looks like something dpulicates the ".align 1" directive after the byte > table and then also duplicates it. Perhaps the directive is treated wrongly > as an

[Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment'

2024-05-19 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115148 --- Comment #8 from Oleg Endo --- (In reply to Oleg Endo from comment #7) > (In reply to Oleg Endo from comment #5) > > > > The following hunk seems to fix the ".align 1" following the short byte > > table > > > > diff --git

[Bug sanitizer/115156] [14/15 Regression] passing zero to __builtin_clzl() check missing

2024-05-19 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115156 Jakub Jelinek changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

Results for 15.0.0 20240516 (experimental) [master r15-651-g1073469074] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:1073469074ff132478ec8d923ed8635c672f7d9b gcc-descr r15-651-g1073469074ff13 power9 BE Linux 6.7.12-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun May 19 13:38:48 UTC 2024

Results for 15.0.0 20240516 (experimental) [master revision gcc-15-649-g3db8dd4139a] (GCC) testsuite on arm-unknown-eabi

2024-05-19 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m7_hard_eabi-build/28/: LAST_UPDATED: 2024-05-19T13:32:17+00:00 (master revision gcc-15-649-g3db8dd4139a) arm-eabi {-mthumb/-march=armv7e-m+fp.dp/-mtune=cortex-m7/-mfloat-abi=hard/-mfpu=auto} Target is arm-unknown-eabi

[Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment'

2024-05-19 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115148 --- Comment #7 from Oleg Endo --- (In reply to Oleg Endo from comment #5) > > The following hunk seems to fix the ".align 1" following the short byte table > > diff --git a/gcc/config/sh/sh.cc b/gcc/config/sh/sh.cc > index

[Bug tree-optimization/115154] [13 Regression] wrong code at optimization levels -O2, -O3, -Os since r13-7434-g682bbd364708fe

2024-05-19 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115154 Sam James changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment'

2024-05-19 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115148 --- Comment #6 from John Paul Adrian Glaubitz --- Created attachment 58245 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58245=edit Preprocessed source from building read-vorbis.c with gcc-11 and -fverbose-asm (In reply to Oleg Endo

[Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment'

2024-05-19 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115148 --- Comment #5 from Oleg Endo --- (In reply to John Paul Adrian Glaubitz from comment #4) > Created attachment 58244 [details] > Preprocessed source from building read-vorbis.c with gcc-14 and -fverbose-asm > > (In reply to Oleg Endo from

[pshed] testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable.

2024-05-19 Thread Iain Sandoe
As per the analysis in the PR, tested on x86_64, i686 and aarch64 Darwin (and on x86_64 linux), pushed to trunk, thanks, Iain --- 8< --- For Darwin, non-weak functions defined in a TU always bind locally and so cxa_atexit-6.C is not applicable here. PR testsuite/114982

[gcc r15-651] testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable.

2024-05-19 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:1073469074ff132478ec8d923ed8635c672f7d9b commit r15-651-g1073469074ff132478ec8d923ed8635c672f7d9b Author: Iain Sandoe Date: Sat May 11 09:24:33 2024 +0100 testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable. For Darwin, non-weak functions

[Bug testsuite/114982] New test g++.dg/tree-ssa/cxa_atexit-6.C fails on Darwin.

2024-05-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114982 --- Comment #4 from GCC Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:1073469074ff132478ec8d923ed8635c672f7d9b commit r15-651-g1073469074ff132478ec8d923ed8635c672f7d9b Author: Iain Sandoe Date: Sat

[pushed] testsuite, darwin: Compile a test without unwind frames.

2024-05-19 Thread Iain Sandoe
Tested on i686, x86_64 Darwin, pushed to trunk, thanks Iain --- 8< --- In the current Darwin implementation, we do not use .cfi_ insns and emitted EH frames contain 'coalesced' section designations which interfere with the scan asm. gcc/testsuite/ChangeLog: *

[gcc r15-650] testsuite, darwin: Compile a test without unwind frames.

2024-05-19 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:0aa709ff9d4ca2f9794c4072d81bb68d784dd86c commit r15-650-g0aa709ff9d4ca2f9794c4072d81bb68d784dd86c Author: Iain Sandoe Date: Sun May 5 14:13:37 2024 +0100 testsuite, darwin: Compile a test without unwind frames. In the current Darwin implementation, we do not

Results for 15.0.0 20240516 (experimental) [master revision gcc-15-649-g3db8dd4139a] (GCC) testsuite on arm-unknown-eabi

2024-05-19 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m0_soft_eabi-build/18/: LAST_UPDATED: 2024-05-19T12:44:06+00:00 (master revision gcc-15-649-g3db8dd4139a) arm-eabi {-mthumb/-march=armv6s-m/-mtune=cortex-m0/-mfloat-abi=soft/-mfpu=auto} Target is arm-unknown-eabi Host is

Results for 15.0.0 20240516 (experimental) [remotes/origin/HEAD r15-649-g3db8dd4139] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:3db8dd4139a7a5ce941684f1fc05ee0652e35544 gcc-descr r15-649-g3db8dd4139a7a5 power8 Linux 5.4.0-177-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: Sun May 19 11:15:37 UTC 2024

RE: [PATCH] Add widening expansion of MULT_HIGHPART_EXPR for integral modes

2024-05-19 Thread Li, Pan2
Thanks for quick response, ! Pan -Original Message- From: Eric Botcazou Sent: Sunday, May 19, 2024 5:40 PM To: Li, Pan2 Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; kito.ch...@gmail.com; Robin Dapp ; Jeff Law Subject: Re: [PATCH] Add widening expansion of MULT_HIGHPART_EXPR

Results for 15.0.0 20240516 (experimental) [master revision gcc-15-648-g1676ef6e91b] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-05-19 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/1133/: LAST_UPDATED: 2024-05-19T10:00:27+00:00 (master revision gcc-15-648-g1676ef6e91b) aarch64-unknown-linux-gnu Native configuration is aarch64-unknown-linux-gnu === libatomic tests ===

Results for 15.0.0 20240516 (experimental) [master r15-649-g3db8dd4139] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:3db8dd4139a7a5ce941684f1fc05ee0652e35544 gcc-descr r15-649-g3db8dd4139a7a5 power9 BE Linux 6.7.12-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sun May 19 10:27:11 UTC 2024

[Bug target/115148] [SH] [12/13/14 Regression]: libcanberra fails with 'unaligned opcodes detected in executable segment'

2024-05-19 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115148 --- Comment #4 from John Paul Adrian Glaubitz --- Created attachment 58244 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58244=edit Preprocessed source from building read-vorbis.c with gcc-14 and -fverbose-asm (In reply to Oleg Endo

Results for 15.0.0 20240516 (experimental) [master r15-649-g3db8dd4139a] (GCC) testsuite on i686-pc-linux-gnu

2024-05-19 Thread haochenj via Gcc-testresults
LAST_UPDATED: Sun May 19 09:40:07 UTC 2024 (revision r15-649-g3db8dd4139a) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/compile/2009-1.c -O0 UNRESOLVED: gcc.c-torture/compile/2009-1.c -O1 UNRESOLVED:

Results for 15.0.0 20240516 (experimental) [remotes/origin/HEAD r15-648-g1676ef6e91] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-05-19 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:1676ef6e91b902f592270e4bcf10b4fc342e200d gcc-descr r15-648-g1676ef6e91b902 power8 Linux 5.4.0-177-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: Sun May 19 08:59:43 UTC 2024

  1   2   >