[Bug c++/110338] Implement C++26 language features

2024-04-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110338 Bug 110338 depends on bug 114456, which changed state. Bug 114456 Summary: [C++26] P0609R3 - Attributes for structured bindings https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114456 What|Removed |Added

[Bug c++/114456] [C++26] P0609R3 - Attributes for structured bindings

2024-04-30 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114456 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[gcc r14-10151] libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:af925ba8e2b1e76d33a83a85df398f23a2ea2b34 commit r14-10151-gaf925ba8e2b1e76d33a83a85df398f23a2ea2b34 Author: Jakub Jelinek Date: Tue Apr 30 09:00:07 2024 +0200 libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd On Mon, Apr 29, 2024 at 01:44:24PM +, Joseph

[Bug libfortran/114895] Build failure with !HAVE_WORKING_STAT

2024-04-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114895 --- Comment #3 from Richard Biener --- The logfile shows [31010s] checking for special C compiler options needed for large files... no [31010s] checking for _FILE_OFFSET_BITS value needed for large files... 64 ... [31035s] checking whether the

[gcc r14-10150] Set DEV-PHASE to prerelease.

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:501fed8078d4217873e44537b0a9437c66cf39be commit r14-10150-g501fed8078d4217873e44537b0a9437c66cf39be Author: Jakub Jelinek Date: Fri Apr 26 11:49:28 2024 +0200 Set DEV-PHASE to prerelease. 2024-04-26 Jakub Jelinek * DEV-PHASE: Set to

[Bug libfortran/114895] Build failure with !HAVE_WORKING_STAT

2024-04-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114895 --- Comment #2 from Richard Biener --- Hmm, no, that's there.

[gcc r15-63] libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3146a92a77f1fccec71a880c7f890a1251aeab41 commit r15-63-g3146a92a77f1fccec71a880c7f890a1251aeab41 Author: Jakub Jelinek Date: Tue Apr 30 09:00:07 2024 +0200 libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd On Mon, Apr 29, 2024 at 01:44:24PM +, Joseph

[gcc r15-62] libcpp: Adjust __STDC_VERSION__ for C23

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a2452a68917bcf2d45fd911de779f8e9911c4ca6 commit r15-62-ga2452a68917bcf2d45fd911de779f8e9911c4ca6 Author: Jakub Jelinek Date: Tue Apr 30 08:58:39 2024 +0200 libcpp: Adjust __STDC_VERSION__ for C23 While the C23 standard isn't officially release yet, in

[gcc r15-61] c++: Implement C++26 P0609R3 - Attributes for Structured Bindings [PR114456]

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:bd35a92f8d44e91c96e8b6f01805fe4a68acf9eb commit r15-61-gbd35a92f8d44e91c96e8b6f01805fe4a68acf9eb Author: Jakub Jelinek Date: Tue Apr 30 08:57:15 2024 +0200 c++: Implement C++26 P0609R3 - Attributes for Structured Bindings [PR114456] The following patch

[Bug libfortran/114895] Build failure with !HAVE_WORKING_STAT

2024-04-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114895 Richard Biener changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug c++/114456] [C++26] P0609R3 - Attributes for structured bindings

2024-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114456 --- Comment #4 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:bd35a92f8d44e91c96e8b6f01805fe4a68acf9eb commit r15-61-gbd35a92f8d44e91c96e8b6f01805fe4a68acf9eb Author: Jakub Jelinek Date:

[Bug libfortran/114895] New: Build failure with !HAVE_WORKING_STAT

2024-04-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114895 Bug ID: 114895 Summary: Build failure with !HAVE_WORKING_STAT Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/114388] Behavioral change of typeid on xvalues since GCC 9

2024-04-30 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114388 --- Comment #10 from Jiang An --- Broken down into two smaller examples: https://godbolt.org/z/YhK7PqE6s ``` #include #include int main() { struct B { B() {} virtual ~B() { std::puts("C++11"); } }; struct C { B b; };

[Bug target/114734] [11/12/13/14 regression] RISC-V rv64gcv_zvl256b miscompile with -flto -O3 -mrvv-vector-bits=zvl since r8-6047-g65dd1346027bb5

2024-04-30 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114734 Richard Biener changed: What|Removed |Added Known to work||15.0 Priority|P3

[gcc r15-60] middle-end/114734 - wrong code with expand_call_mem_ref

2024-04-30 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:4d3a5618de5a949c61605f545f90e81bc502 commit r15-60-g4d3a5618de5a949c61605f545f90e81bc502 Author: Richard Biener Date: Fri Apr 26 15:47:13 2024 +0200 middle-end/114734 - wrong code with expand_call_mem_ref When expand_call_mem_ref looks at the

[Bug target/114734] [11/12/13/14/15 regression] RISC-V rv64gcv_zvl256b miscompile with -flto -O3 -mrvv-vector-bits=zvl since r8-6047-g65dd1346027bb5

2024-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114734 --- Comment #12 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:4d3a5618de5a949c61605f545f90e81bc502 commit r15-60-g4d3a5618de5a949c61605f545f90e81bc502 Author: Richard Biener Date:

Results for 12.3.1 20240430 [remotes/origin/releases/gcc-12 r12-10403-gbb78099d26] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-30 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:bb78099d2624b52c781ed6e5d85e43d54c3cda1a gcc-descr r12-10403-gbb78099d2624b5 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: Tue Apr 30 05:41:13 UTC 2024

[Bug fortran/114874] [14/15 Regression] ICE with select type, type is (character(*)), and substring

2024-04-30 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114874 --- Comment #5 from Paul Thomas --- (In reply to Paul Thomas from comment #4) > (In reply to anlauf from comment #3) > > Adding Paul, hoping that he can tell what changed for SELECT TYPE recently. > When c is an array, it compiles and runs

[gcc r15-59] c++: Fix instantiation of imported temploid friends [PR114275]

2024-04-30 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:b5f6a56940e70838a07e885de03a92e2bd64674a commit r15-59-gb5f6a56940e70838a07e885de03a92e2bd64674a Author: Nathaniel Shead Date: Mon Apr 29 17:00:13 2024 +1000 c++: Fix instantiation of imported temploid friends [PR114275] This patch fixes a number of issues

[Bug c++/105320] Use of shared_ptr within a type exported from a module results in spurious compiler error

2024-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105320 --- Comment #4 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:b5f6a56940e70838a07e885de03a92e2bd64674a commit r15-59-gb5f6a56940e70838a07e885de03a92e2bd64674a Author: Nathaniel Shead Date:

[Bug c++/114275] using std::thread within a templated function in a module fails to compile

2024-04-30 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114275 --- Comment #6 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:b5f6a56940e70838a07e885de03a92e2bd64674a commit r15-59-gb5f6a56940e70838a07e885de03a92e2bd64674a Author: Nathaniel Shead Date:

[gcc r15-58] c++: Standardise errors for module_may_redeclare

2024-04-30 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:2faf040335f9b49c33ba6d40cf317920f27ce431 commit r15-58-g2faf040335f9b49c33ba6d40cf317920f27ce431 Author: Nathaniel Shead Date: Sun Apr 14 23:03:11 2024 +1000 c++: Standardise errors for module_may_redeclare Currently different places calling

[Bug tree-optimization/114894] `a == 0 ? 0 : a * b` -> `a * b` likewise for `a & b`

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

Results for 11.4.1 20240430 [releases/gcc-11 revision 30d20d6f14f:718d6848e41:3592aa7e4f51eb2f57c14004588fb01409cf72dc] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-30 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:3592aa7e4f51eb2f57c14004588fb01409cf72dc gcc-descr r11-11408-g3592aa7e4f51eb 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: Tue Apr 30 05:24:56 UTC 2024

[Bug tree-optimization/114894] `a == 0 ? 0 : a * b` -> `a * b` likewise for `a & b`

2024-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114894 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-04-30 Ever confirmed|0

[Bug tree-optimization/114894] New: `a == 0 ? 0 : a * b` -> `a * b` likewise for `a & b`

2024-04-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114894 Bug ID: 114894 Summary: `a == 0 ? 0 : a * b` -> `a * b` likewise for `a & b` Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: missed-optimization Severity:

Results for 13.2.1 20240430 [releases/gcc-13 r13-8661-g88f2221752] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-30 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:88f22217521564e1a956e14ac55456caa160e055 gcc-descr r13-8661-g88f22217521564 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Tue Apr 30

Results for 15.0.0 20240430 (experimental) [remotes/origin/HEAD r15-57-g22b20ac6c6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-30 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:22b20ac6c6aead2d3f36c413a77dd0b80adfec39 gcc-descr r15-57-g22b20ac6c6aead 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: Tue Apr 30 03:53:46 UTC 2024

How to format code in GCC style?

2024-04-29 Thread Hanke Zhang via Gcc
Hi I'm trying to format my code in GCC style. But I don't know how to finish it. I try `indent` and `check_GNU_style.sh` in the `contrib` directory. But none of them seem to work well. So I wondered is there any official tools to do that? Thanks Hanke Zhang

Re: [PATCH] Fortran: fix issues with class(*) assignment [PR114827]

2024-04-29 Thread Paul Richard Thomas
Hi Harald, This patch is verging on 'obvious', . once one sees it :-) Yes, it's good for mainline and all active branches, when available. Thanks Paul PS The fall-out pr114874 is so peculiar that I am dropping everything to find the source. On Mon, 29 Apr 2024 at 19:39, Harald Anlauf

Results for 15.0.0 20240430 (experimental) [master r15-57-g22b20ac6c6a] (GCC) testsuite on i686-pc-linux-gnu

2024-04-29 Thread haochenj via Gcc-testresults
LAST_UPDATED: Tue Apr 30 04:10:17 UTC 2024 (revision r15-57-g22b20ac6c6a) 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 20240430 (experimental) [master r15-57-g22b20ac6c6] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:22b20ac6c6aead2d3f36c413a77dd0b80adfec39 gcc-descr r15-57-g22b20ac6c6aead 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: Tue Apr 30 04:09:55 UTC 2024

[Bug c/114893] New: -Wanalyzer-null-dereference false positive in Emacs select_window

2024-04-29 Thread eggert at cs dot ucla.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114893 Bug ID: 114893 Summary: -Wanalyzer-null-dereference false positive in Emacs select_window Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

Results for 12.3.1 20240430 [remotes/origin/releases/gcc-12 r12-10403-gbb78099d26] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:bb78099d2624b52c781ed6e5d85e43d54c3cda1a gcc-descr r12-10403-gbb78099d2624b5 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: Tue Apr 30 04:05:49 UTC 2024

[Bug tree-optimization/114892] folding and others dump options are not documented

2024-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114892 --- Comment #1 from Andrew Pinski --- I should note I found this while helping a junior engineer and we went looking for the documentation and it was not there for it.

[Bug tree-optimization/114892] New: folding and others dump options are not documented

2024-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114892 Bug ID: 114892 Summary: folding and others dump options are not documented Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: documentation Severity: normal

Results for 15.0.0 20240430 (experimental) [remotes/origin/HEAD r15-57-g22b20ac6c6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:22b20ac6c6aead2d3f36c413a77dd0b80adfec39 gcc-descr r15-57-g22b20ac6c6aead power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Tue Apr 30

Results for 14.0.1 20240430 (experimental) [releases/gcc-14 r14-10149-g3c925ac349b] (GCC) testsuite on i686-pc-linux-gnu

2024-04-29 Thread haochenj via Gcc-testresults
LAST_UPDATED: Tue Apr 30 01:35:09 UTC 2024 (revision r14-10149-g3c925ac349b) 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 libstdc++/114891] Unconditional use of std::is_pointer_interconvertible_base_of_v in makes the header unusable with Clang 18

2024-04-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114891 --- Comment #1 from Andrew Pinski --- So a C++23 library header (generator) is using a C++20 feature (is_pointer_interconvertible_base_of_v) ... Especially since GCC 14.1.0 will most likely be released with this header and 14.2.0 won't come

Results for 15.0.0 20240430 (experimental) [remotes/origin/HEAD r15-57-g22b20ac6c6a] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:22b20ac6c6aead2d3f36c413a77dd0b80adfec39 gcc-descr r15-57-g22b20ac6c6aead 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: Tue Apr 30 02:33:35 UTC 2024

Results for 15.0.0 20240430 (experimental) [master r15-56-g3900e944b0a] (GCC) testsuite on i686-pc-linux-gnu

2024-04-29 Thread haochenj via Gcc-testresults
LAST_UPDATED: Tue Apr 30 01:25:07 UTC 2024 (revision r15-56-g3900e944b0a) 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 20240430 [releases/gcc-13 r13-8661-g88f2221752] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:88f22217521564e1a956e14ac55456caa160e055 gcc-descr r13-8661-g88f22217521564 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: Tue Apr 30 02:38:56 UTC 2024

Results for 15.0.0 20240429 (experimental) [master r15-51-g050a4f7fc5c] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-04-29 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Mon Apr 29 17:05:18 UTC 2024 (revision r15-51-g050a4f7fc5c) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu arch14

Results for 13.2.1 20240430 [releases/gcc-13 r13-8661-g88f2221752] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:88f22217521564e1a956e14ac55456caa160e055 gcc-descr r13-8661-g88f22217521564 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: Tue Apr 30 02:13:22 UTC 2024

Results for 15.0.0 20240430 (experimental) [master revision gcc-15-57-g22b20ac6c6a] (GCC) testsuite on armv8l-unknown-linux-gnueabihf

2024-04-29 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2040/: LAST_UPDATED: 2024-04-30T03:09:41+00:00 (master revision gcc-15-57-g22b20ac6c6a) armv8l-unknown-linux-gnueabihf Native configuration is armv8l-unknown-linux-gnueabihf === libatomic tests === Running

Results for 12.3.1 20240430 [releases/gcc-12 r12-10403-gbb78099d26] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:bb78099d2624b52c781ed6e5d85e43d54c3cda1a gcc-descr r12-10403-gbb78099d2624b5 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Tue Apr 30

Results for 15.0.0 20240430 (experimental) [master r15-55-g42d2e2f57e] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:42d2e2f57e943c0f79940729d1ef1945388499de gcc-descr r15-55-g42d2e2f57e943c 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: Tue Apr 30 01:07:01 UTC 2024

[Bug libstdc++/114891] New: Unconditional use of std::is_pointer_interconvertible_base_of_v in makes the header unusable with Clang 18

2024-04-29 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114891 Bug ID: 114891 Summary: Unconditional use of std::is_pointer_interconvertible_base_of_v in makes the header unusable with Clang 18 Product: gcc Version: 15.0

[PATCH] fixincludes: add AC_CONFIG_MACRO_DIRS to configure.ac

2024-04-29 Thread Simon Marchi
Add an "AC_CONFIG_MACRO_DIRS" call in configure.ac, with the same directories as specified in "ACLOCAL_AMFLAGS", in Makefile.in. This makes it possible to re-generate aclocal.m4 using "autoreconf". --- fixincludes/configure| 1 + fixincludes/configure.ac | 1 + 2 files changed, 2

Results for 13.2.1 20240430 [releases/gcc-13 r13-8661-g88f2221752] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:88f22217521564e1a956e14ac55456caa160e055 gcc-descr r13-8661-g88f22217521564 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: Tue Apr 30 01:12:56 UTC 2024

Results for 13.2.1 20240430 [releases/gcc-13 r13-8660-ga44b37044d] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:a44b37044dd66de6d4b32fc067b3053a352e421d gcc-descr r13-8660-ga44b37044dd66d power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Tue Apr 30

Results for 15.0.0 20240429 (experimental) [remotes/origin/HEAD r15-54-g93a9c40ea9] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:93a9c40ea9764773f0288e5b7ba2d8399e670f2c gcc-descr r15-54-g93a9c40ea97647 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 Apr 29 23:58:54 UTC 2024

[PATCH] libgm2: re-generate with autoreconf

2024-04-29 Thread Simon Marchi
I get a diff when running "autoreconf" in this directory. I think that the current state is erroneous: it appears to have been generated using aclocal -I ../config -I .. even though configure.ac and Makefile.am list the include flag in the reverse order: aclocal -I .. -I ../config

[Bug c/114873] Incorrect warning generated for [*] array when in atomic or typeof type specifier for a parameter declaration

2024-04-29 Thread luigighiron at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114873 --- Comment #5 from Halalaluyafail3 --- (In reply to Joseph S. Myers from comment #4) > These are not meant to be valid C (although the relevant requirement isn't a > Constraint, so a diagnostic isn't required); see the discussion in DR#341. I

[Bug c++/114889] [modules] ICE in friend_accessible_p with imported class template specialization befriending class template

2024-04-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114889 Patrick Palka changed: What|Removed |Added Target Milestone|--- |14.2

[gcc r15-57] c++/modules: imported spec befriending class tmpl [PR114889]

2024-04-29 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:22b20ac6c6aead2d3f36c413a77dd0b80adfec39 commit r15-57-g22b20ac6c6aead2d3f36c413a77dd0b80adfec39 Author: Patrick Palka Date: Mon Apr 29 21:27:59 2024 -0400 c++/modules: imported spec befriending class tmpl [PR114889] When adding to

[Bug c++/114889] [modules] ICE in friend_accessible_p with imported class template specialization befriending class template

2024-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114889 --- Comment #1 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:22b20ac6c6aead2d3f36c413a77dd0b80adfec39 commit r15-57-g22b20ac6c6aead2d3f36c413a77dd0b80adfec39 Author: Patrick Palka Date:

[Bug c++/114888] [14/15 Regression] ICE when cross compiling binutils

2024-04-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114888 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/114888] [14/15 Regression] ICE when cross compiling binutils

2024-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114888 --- Comment #8 from GCC Commits --- The releases/gcc-14 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:3c925ac349b03ae9439c632fb1c042cdc8d78f40 commit r14-10149-g3c925ac349b03ae9439c632fb1c042cdc8d78f40 Author: Patrick Palka

[gcc r14-10149] c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888]

2024-04-29 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:3c925ac349b03ae9439c632fb1c042cdc8d78f40 commit r14-10149-g3c925ac349b03ae9439c632fb1c042cdc8d78f40 Author: Patrick Palka Date: Mon Apr 29 21:14:18 2024 -0400 c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888] In the sizeof / sizeof operator

[Bug target/114848] loongarch: epilogue in _Unwind_RaiseException corrupts return value due to __builtin_eh_return

2024-04-29 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114848 Xi Ruoyao changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

Re: [pushed][PATCH][gcc-13] LoongArch: Fix eh_return epilogue for normal returns.

2024-04-29 Thread Lulu Cheng
Pushed to r13-8661. 在 2024/4/29 下午4:09, Lulu Cheng 写道: From: Yang Yujie On LoongArch, the regitsters $r4 - $r7 (EH_RETURN_DATA_REGNO) will be saved and restored in the function prologue and epilogue if the given function calls __builtin_eh_return. This causes the return value to be

[gcc r15-56] c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888]

2024-04-29 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:3900e944b0ac9db77380c5bb8635977dfd3b0691 commit r15-56-g3900e944b0ac9db77380c5bb8635977dfd3b0691 Author: Patrick Palka Date: Mon Apr 29 21:14:18 2024 -0400 c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888] In the sizeof / sizeof operator expression

[Bug c++/114888] [14/15 Regression] ICE when cross compiling binutils

2024-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114888 --- Comment #7 from GCC Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:3900e944b0ac9db77380c5bb8635977dfd3b0691 commit r15-56-g3900e944b0ac9db77380c5bb8635977dfd3b0691 Author: Patrick Palka Date:

Results for 15.0.0 20240429 (experimental) [remotes/origin/HEAD r15-54-g93a9c40ea97] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:93a9c40ea9764773f0288e5b7ba2d8399e670f2c gcc-descr r15-54-g93a9c40ea97647 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: Mon Apr 29 23:41:20 UTC 2024

[gcc r13-8661] LoongArch: Fix eh_return epilogue for normal returns.

2024-04-29 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:88f22217521564e1a956e14ac55456caa160e055 commit r13-8661-g88f22217521564e1a956e14ac55456caa160e055 Author: Yang Yujie Date: Fri Dec 8 18:01:18 2023 +0800 LoongArch: Fix eh_return epilogue for normal returns. On LoongArch, the regitsters $r4 - $r7

[Bug target/114848] loongarch: epilogue in _Unwind_RaiseException corrupts return value due to __builtin_eh_return

2024-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114848 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by LuluCheng : https://gcc.gnu.org/g:88f22217521564e1a956e14ac55456caa160e055 commit r13-8661-g88f22217521564e1a956e14ac55456caa160e055 Author: Yang Yujie Date:

Re: [pushed][PATCH][gcc-12] LoongArch: Fix eh_return epilogue for normal returns.

2024-04-29 Thread Lulu Cheng
Pushed to r12-10403. 在 2024/4/29 下午4:09, Lulu Cheng 写道: From: Yang Yujie On LoongArch, the regitsters $r4 - $r7 (EH_RETURN_DATA_REGNO) will be saved and restored in the function prologue and epilogue if the given function calls __builtin_eh_return. This causes the return value to be

[gcc r12-10403] LoongArch: Fix eh_return epilogue for normal returns.

2024-04-29 Thread LuluCheng via Gcc-cvs
https://gcc.gnu.org/g:bb78099d2624b52c781ed6e5d85e43d54c3cda1a commit r12-10403-gbb78099d2624b52c781ed6e5d85e43d54c3cda1a Author: Yang Yujie Date: Fri Dec 8 18:01:18 2023 +0800 LoongArch: Fix eh_return epilogue for normal returns. On LoongArch, the regitsters $r4 - $r7

[Bug target/114848] loongarch: epilogue in _Unwind_RaiseException corrupts return value due to __builtin_eh_return

2024-04-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114848 --- Comment #6 from GCC Commits --- The releases/gcc-12 branch has been updated by LuluCheng : https://gcc.gnu.org/g:bb78099d2624b52c781ed6e5d85e43d54c3cda1a commit r12-10403-gbb78099d2624b52c781ed6e5d85e43d54c3cda1a Author: Yang Yujie Date:

Results for 15.0.0 20240429 (experimental) [remotes/origin/HEAD r15-54-g93a9c40ea9] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:93a9c40ea9764773f0288e5b7ba2d8399e670f2c gcc-descr r15-54-g93a9c40ea97647 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Mon Apr 29

RE: [PATCH v2] DSE: Bugfix ICE after allow vector type in get_stored_val

2024-04-29 Thread Li, Pan2
> So how about this. I'll ack this for the trunk, but not for gcc-14 (at > this time). We can revisit for gcc-14 after it's been on the trunk a > bit. Realistically that likely means gcc-14.2 at the end of the summer > rather than gcc-14.1 which is due in roughly a week. Thanks Jeff, I will

Results for 15.0.0 20240429 (experimental) [master r15-54-g93a9c40ea9] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:93a9c40ea9764773f0288e5b7ba2d8399e670f2c gcc-descr r15-54-g93a9c40ea97647 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 Apr 29 23:39:44 UTC 2024

[Bug tree-optimization/114883] [14/15 Regression] 521.wrf_r ICE with -O2 -march=sapphirerapids -fvect-cost-model=cheap

2024-04-29 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114883 --- Comment #10 from Hongtao Liu --- (In reply to Jakub Jelinek from comment #9) > Created attachment 58073 [details] > gcc14-pr114883.patch > > Full untested patch. This will fix 521.wrf_r ICE, and pass runtime validation.

Results for 15.0.0 20240429 (experimental) [remotes/origin/master r15-54-g93a9c40ea97] (GCC) testsuite on pru-unknown-elf

2024-04-29 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: Tue Apr 30 00:00:10 UTC 2024 (revision r15-54-g93a9c40ea97) 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:

Re: [PATCH] c++: Implement C++26 P0609R3 - Attributes for Structured Bindings [PR114456]

2024-04-29 Thread Jason Merrill
On 4/29/24 00:11, Jakub Jelinek wrote: Hi! The following patch implements the P0609R3 paper; we build the VAR_DECLs for the structured binding identifiers early, so all we need IMHO is just to parse the attributed identifier list and pass the attributes to the VAR_DECL creation. The paper

Results for 11.4.1 20240429 [releases/gcc-11 revision 241e10972c:46e3e70059:30d20d6f14ffdc4c078bc110aaaa48bb157b5929] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:30d20d6f14ffdc4c078bc11048bb157b5929 gcc-descr r11-11407-g30d20d6f14ffdc 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 Apr 29 22:42:01 UTC 2024

Results for 15.0.0 20240427 (experimental) [src r15-11-g140124ad54e] (GCC) testsuite on powerpc-ibm-aix7.2.5.0

2024-04-29 Thread David Edelsohn via Gcc-testresults
LAST_UPDATED: Sat Apr 27 21:35:46 UTC 2024 (revision r15-11-g140124ad54e) Native configuration is powerpc-ibm-aix7.2.5.0 === g++ tests === Running target unix FAIL: g++.dg/compat/eh/new1 cp_compat_x_tst.o-cp_compat_y_tst.o execute XPASS: g++.dg/debug/pr46583.C -gdwarf-2 -g1

Re: Question about information from -fdump-rtl-sched2 on M1 Max

2024-04-29 Thread Andrew Pinski via Gcc
On Mon, Apr 29, 2024 at 4:26 PM Lucier, Bradley J via Gcc wrote: > > The question: How to interpret scheduling info with the compiler listed below. > > Specifically, a tight loop that was reported to be scheduled in 23 cycles (as > I understand it) actually executes in a little over 2 cycles per

[gcc r15-54] Revert "decay vect tests from run to link for pr95401"

2024-04-29 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:93a9c40ea9764773f0288e5b7ba2d8399e670f2c commit r15-54-g93a9c40ea9764773f0288e5b7ba2d8399e670f2c Author: Alexandre Oliva Date: Mon Apr 29 20:33:37 2024 -0300 Revert "decay vect tests from run to link for pr95401" This reverts commit

Re: Question about information from -fdump-rtl-sched2 on M1 Max

2024-04-29 Thread Lucier, Bradley J via Gcc
That should be 4 cycles per loop, sorry. > On Apr 29, 2024, at 7:24 PM, Lucier, Bradley J wrote: > > Specifically, a tight loop that was reported to be scheduled in 23 cycles (as > I understand it) actually executes in a little over 2 cycles per loop

Re: [PATCH] decay vect tests from run to link for pr95401

2024-04-29 Thread Alexandre Oliva
On Apr 22, 2024, Richard Biener wrote: >> Regstrapped on x86_64-linux-gnu and ppc64el-linux-gnu. Also tested with >> gcc-13 on ppc64-vx7r2 and ppc-vx7r2. Ok to install? > That makes sense. OK >> for gcc/testsuite/ChangeLog >> >> * lib/target-supports.exp

Question about information from -fdump-rtl-sched2 on M1 Max

2024-04-29 Thread Lucier, Bradley J via Gcc
The question: How to interpret scheduling info with the compiler listed below. Specifically, a tight loop that was reported to be scheduled in 23 cycles (as I understand it) actually executes in a little over 2 cycles per loop, as I interpret two separate experiments. Am I misinterpreting

Re: [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128

2024-04-29 Thread Alexandre Oliva
On Apr 29, 2024, "Kewen.Lin" wrote: > Thanks for catching this and sorry > that I didn't check it before suggesting it, I think we can aggressively > drop this effective target instead to avoid any possible confusion. The 128-bit ones, unfortunately, follow the same pattern but are probably

[C PATCH] PR c/109618: ICE-after-error from error_mark_node.

2024-04-29 Thread Roger Sayle
This patch solves another ICE-after-error problem in the C family front-ends. Upon a conflicting type redeclaration, the ambiguous type is poisoned with an error_mark_node to indicate to the middle-end that the type is suspect, but care has to be taken by the front-end to avoid passing these

Re: [PATCH v4 2/2] c++: Fix instantiation of imported temploid friends [PR114275]

2024-04-29 Thread Jason Merrill
On 4/29/24 02:34, Nathaniel Shead wrote: On Fri, Apr 26, 2024 at 09:16:40PM -0400, Jason Merrill wrote: On 4/19/24 09:29, Nathaniel Shead wrote: On Fri, Apr 19, 2024 at 12:14:06PM +1000, Nathaniel Shead wrote: On Wed, Apr 17, 2024 at 02:02:21PM -0400, Patrick Palka wrote: On Mon, 15 Apr

Results for 15.0.0 20240429 (experimental) [master r15-51-g050a4f7fc5c] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-04-29 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Mon Apr 29 17:05:18 UTC 2024 (revision r15-51-g050a4f7fc5c) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu default

Results for 15.0.0 20240429 (experimental) [remotes/origin/HEAD r15-53-ga05efc8bf5] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:a05efc8bf5ed329ea7d9b1740c326bdc6b04e37a gcc-descr r15-53-ga05efc8bf5ed32 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 Apr 29 20:14:03 UTC 2024

Re: [PATCH] c++/modules: imported spec befriending class tmpl [PR114889]

2024-04-29 Thread Jason Merrill
On 4/29/24 06:50, Patrick Palka wrote: Tested on x86_64-pc-linux-gnu, does this look OK for trunk and perhaps 14 (I guess after 14.1 is released)? OK for both. -- >8 -- We need to look through TEMPLATE_DECL like make_friend_class does when adding to CLASSTYPE_BEFRIENDING_CLASSES. Otherwise

Re: [PATCH] c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888]

2024-04-29 Thread Jason Merrill
On 4/29/24 07:52, Marek Polacek wrote: On Mon, Apr 29, 2024 at 10:28:19AM -0400, Patrick Palka wrote: Lightly tested on x86_64-pc-linux-gnu so far, does this look OK for trunk/14.1 after bootstrap+regtest finishes? LGTM. Yes, OK. -- >8 -- We're missing a dependence check for the second

Re: [PATCH] libcpp: Adjust __STDC_VERSION__ for C23

2024-04-29 Thread Joseph Myers
On Thu, 25 Apr 2024, Jakub Jelinek wrote: > Hi! > > While the C23 standard isn't officially release yet, > in 2011 we've changed __STDC_VERSION__ value for C11 already > in the month in which the new __STDC_VERSION__ value has been > finalized, so we want to change this now or wait > until we

[Bug fortran/114874] [14/15 Regression] ICE with select type, type is (character(*)), and substring

2024-04-29 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114874 Paul Thomas changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c/114873] Incorrect warning generated for [*] array when in atomic or typeof type specifier for a parameter declaration

2024-04-29 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114873 --- Comment #4 from Joseph S. Myers --- These are not meant to be valid C (although the relevant requirement isn't a Constraint, so a diagnostic isn't required); see the discussion in DR#341.

[Bug c/114869] GCC says nullptr_t is a C built in but it should be in

2024-04-29 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114869 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org

[Bug c/114869] GCC says nullptr_t is a C built in but it should be in

2024-04-29 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114869 Joseph S. Myers changed: What|Removed |Added Last reconfirmed||2024-04-29 CC|

Results for 15.0.0 20240429 (experimental) [remotes/origin/HEAD r15-53-ga05efc8bf5] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:a05efc8bf5ed329ea7d9b1740c326bdc6b04e37a gcc-descr r15-53-ga05efc8bf5ed32 power9 IEEE128 Linux 6.9.0-0.rc3.30.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 LAST_UPDATED: Mon Apr 29

Results for 15.0.0 20240429 (experimental) [master r15-53-ga05efc8bf5] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:a05efc8bf5ed329ea7d9b1740c326bdc6b04e37a gcc-descr r15-53-ga05efc8bf5ed32 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 Apr 29 18:59:18 UTC 2024

Re: [RISC-V] Support for trapping math in RISC-V

2024-04-29 Thread Joseph Myers via Gcc
On Wed, 24 Apr 2024, Krishna Narayanan via Gcc wrote: > Hi all, > Is the RISC-V community planning to add support for trapping math in RISC-V > in the near future!? > This LLVM thread > https://discourse.llvm.org/t/trapping-math-for-risc-v/72168/7 suggests a > software emulation of traps, is the

Results for 15.0.0 20240429 (experimental) [remotes/origin/HEAD r15-53-ga05efc8bf5e] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-29 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:a05efc8bf5ed329ea7d9b1740c326bdc6b04e37a gcc-descr r15-53-ga05efc8bf5ed32 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: Mon Apr 29 18:50:27 UTC 2024

[Bug fortran/114874] [14/15 Regression] ICE with select type, type is (character(*)), and substring

2024-04-29 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114874 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||pault at gcc dot gnu.org

  1   2   3   4   5   6   7   8   9   10   >