[gcc r15-123] c++: remove lookup_template_class's entering_scope flag

2024-05-02 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:f04dc89a991ddc6c08ac92c8ad29c6915c4ecafa commit r15-123-gf04dc89a991ddc6c08ac92c8ad29c6915c4ecafa Author: Patrick Palka Date: Thu May 2 21:14:30 2024 -0400 c++: remove lookup_template_class's entering_scope flag lookup_template_class's entering_scope flag

[gcc r15-122] PR modula2/114929 for loop fails to iterate down to zero when using a cardinal type

2024-05-02 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:a561dc0f6c7085e102fe9e9b6abd7f2138512576 commit r15-122-ga561dc0f6c7085e102fe9e9b6abd7f2138512576 Author: Gaius Mulley Date: Fri May 3 01:22:10 2024 +0100 PR modula2/114929 for loop fails to iterate down to zero when using a cardinal type There is a bug in

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] [committed][RISC-V] Fix nearbyint failure on rv32 and formatting nits

2024-05-02 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:af8ad1d874dcfdd12e1c362785fcd8ff653b1244 commit af8ad1d874dcfdd12e1c362785fcd8ff653b1244 Author: Jeff Law Date: Thu May 2 17:13:12 2024 -0600 [committed][RISC-V] Fix nearbyint failure on rv32 and formatting nits The CI system tripped an execution failure for

[gcc r15-120] [committed][RISC-V] Fix nearbyint failure on rv32 and formatting nits

2024-05-02 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:8367c996e55b2c54aeee25e446357a1015a1d11d commit r15-120-g8367c996e55b2c54aeee25e446357a1015a1d11d Author: Jeff Law Date: Thu May 2 17:13:12 2024 -0600 [committed][RISC-V] Fix nearbyint failure on rv32 and formatting nits The CI system tripped an execution

[gcc r11-11413] rs6000: Add OPTION_MASK_POWER8 [PR101865]

2024-05-02 Thread Peter Bergner via Gcc-cvs
https://gcc.gnu.org/g:f8f02fd0bfeeb733a044a120b394eeac48de318a commit r11-11413-gf8f02fd0bfeeb733a044a120b394eeac48de318a Author: Peter Bergner Date: Thu May 2 18:07:05 2024 -0500 rs6000: Add OPTION_MASK_POWER8 [PR101865] The bug in PR101865 is the _ARCH_PWR8 predefine macro is

[gcc r11-11412] rs6000: Replace OPTION_MASK_DIRECT_MOVE with OPTION_MASK_P8_VECTOR [PR101865]

2024-05-02 Thread Peter Bergner via Gcc-cvs
https://gcc.gnu.org/g:26d48b6d3e2d07583f25f0769d0c005864760aee commit r11-11412-g26d48b6d3e2d07583f25f0769d0c005864760aee Author: Peter Bergner Date: Tue Apr 9 15:24:39 2024 -0500 rs6000: Replace OPTION_MASK_DIRECT_MOVE with OPTION_MASK_P8_VECTOR [PR101865] This is a cleanup

gcc-wwwdocs branch master updated. d2323d3efa30008ed05519a398eb7fe1e9b446d3

2024-05-02 Thread Martin Jambor 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 d2323d3efa30008ed05519a398eb7fe1e9b446d3 (commit) from

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:553119d5df3bed5807c97e50c4aaf5e2fd8c7b99 commit 553119d5df3bed5807c97e50c4aaf5e2fd8c7b99 Author: Michael Meissner Date: Thu May 2 16:27:59 2024 -0400 Add -mcpu=future support. This patch adds the future option to the -mcpu= and -mtune= switches.

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:b5e0d816387824fb95e5cf2fdb3e949c826af3f2 commit b5e0d816387824fb95e5cf2fdb3e949c826af3f2 Author: Michael Meissner Date: Thu May 2 16:15:43 2024 -0400 Add -mcpu=power11 support. This patch adds the power11 option to the -mcpu= and -mtune= switches.

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8f57958b33f5a9d0fdfd1057e1deb04eed29e35f commit 8f57958b33f5a9d0fdfd1057e1deb04eed29e35f Author: Michael Meissner Date: Thu May 2 16:30:35 2024 -0400 Add -mcpu=future tuning support. This patch makes -mtune=future use the same tuning decision as

[gcc(refs/users/meissner/heads/work165)] Update ChangeLog.*

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8b80d699784540a8f3cad07e7b0efbb144ab943e commit 8b80d699784540a8f3cad07e7b0efbb144ab943e Author: Michael Meissner Date: Thu May 2 16:32:06 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.meissner | 64 ++ 1 file

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:eb2f8908c20c3d2b5ae4552d896931484c27b461 commit eb2f8908c20c3d2b5ae4552d896931484c27b461 Author: Michael Meissner Date: Thu May 2 16:17:34 2024 -0400 Add -mcpu=power11 tuning support. This patch makes -mtune=power11 use the same tuning decisions as

[gcc(refs/users/meissner/heads/work165)] Update ChangeLog.*

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:59236fdd0cc45513ebc6d1c48220b46004b26473 commit 59236fdd0cc45513ebc6d1c48220b46004b26473 Author: Michael Meissner Date: Thu May 2 16:22:35 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.meissner | 121 - 1 file

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a545c5b944c7b9e5e574623c18396a9f3864e8df commit a545c5b944c7b9e5e574623c18396a9f3864e8df Author: Michael Meissner Date: Thu May 2 16:20:22 2024 -0400 Add -mcpu=power11 tests. This patch adds some simple tests for -mcpu=power11 support. In order to run

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] [RFA][RISC-V] Improve constant synthesis for constants with 2 bits set

2024-05-02 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:8ff25863a65093b168fed2c36b0a40088fed1b0a commit 8ff25863a65093b168fed2c36b0a40088fed1b0a Author: Jeff Law Date: Thu May 2 14:06:22 2024 -0600 [RFA][RISC-V] Improve constant synthesis for constants with 2 bits set In doing some preparation work for using

[gcc r15-118] [RFA][RISC-V] Improve constant synthesis for constants with 2 bits set

2024-05-02 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:9b54bea455e54fd138bf2b045bdcc133ed4e8a84 commit r15-118-g9b54bea455e54fd138bf2b045bdcc133ed4e8a84 Author: Jeff Law Date: Thu May 2 14:06:22 2024 -0600 [RFA][RISC-V] Improve constant synthesis for constants with 2 bits set In doing some preparation work for

[gcc r12-10410] tree-optimization/114672 - WIDEN_MULT_PLUS_EXPR type mismatch

2024-05-02 Thread Richard Ball via Gcc-cvs
https://gcc.gnu.org/g:87e37c72cfb153d65ac8b26d6f2d1fe155818318 commit r12-10410-g87e37c72cfb153d65ac8b26d6f2d1fe155818318 Author: Richard Biener Date: Wed Apr 10 10:33:40 2024 +0200 tree-optimization/114672 - WIDEN_MULT_PLUS_EXPR type mismatch The following makes sure to restrict

[gcc r13-8676] tree-optimization/114672 - WIDEN_MULT_PLUS_EXPR type mismatch

2024-05-02 Thread Richard Ball via Gcc-cvs
https://gcc.gnu.org/g:0d625dc1bffd885b04eb90ff48a6d34acacc3e0b commit r13-8676-g0d625dc1bffd885b04eb90ff48a6d34acacc3e0b Author: Richard Biener Date: Wed Apr 10 10:33:40 2024 +0200 tree-optimization/114672 - WIDEN_MULT_PLUS_EXPR type mismatch The following makes sure to restrict

[gcc(refs/users/meissner/heads/work165-orig)] Add REVISION.

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0aabe840e9842432f47d30a73820c7ab994eff2d commit 0aabe840e9842432f47d30a73820c7ab994eff2d Author: Michael Meissner Date: Thu May 2 14:06:36 2024 -0400 Add REVISION. 2024-05-02 Michael Meissner gcc/ * REVISION: New file for branch.

[gcc] Created branch 'meissner/heads/work165-orig' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165-orig' was created in namespace 'refs/users' pointing to: ff4dc8b10a4... RISC-V: Add testcase for pr114734

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:23c1e5caf3d786300845f78d0db6198a16e6413b commit 23c1e5caf3d786300845f78d0db6198a16e6413b Author: Michael Meissner Date: Thu May 2 14:05:38 2024 -0400 Add ChangeLog.test and update REVISION. 2024-05-02 Michael Meissner gcc/ *

[gcc] Created branch 'meissner/heads/work165-test' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165-test' was created in namespace 'refs/users' pointing to: b9eabf64847... Add ChangeLog.meissner and REVISION.

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:2b46c7250c1e70e08ebd7a669a434552d1ee6a11 commit 2b46c7250c1e70e08ebd7a669a434552d1ee6a11 Author: Michael Meissner Date: Thu May 2 14:04:30 2024 -0400 Add ChangeLog.bugs and update REVISION. 2024-05-02 Michael Meissner gcc/ *

[gcc] Created branch 'meissner/heads/work165-bugs' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165-bugs' was created in namespace 'refs/users' pointing to: b9eabf64847... Add ChangeLog.meissner and REVISION.

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:7922492691ac5ad660132b80f321cbd99dc86b49 commit 7922492691ac5ad660132b80f321cbd99dc86b49 Author: Michael Meissner Date: Thu May 2 14:03:29 2024 -0400 Add ChangeLog.tar and update REVISION. 2024-05-02 Michael Meissner gcc/ *

[gcc] Created branch 'meissner/heads/work165-tar' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165-tar' was created in namespace 'refs/users' pointing to: b9eabf64847... Add ChangeLog.meissner and REVISION.

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:127051cce9903b16d99320c348bb8ab536fe84af commit 127051cce9903b16d99320c348bb8ab536fe84af Author: Michael Meissner Date: Thu May 2 14:02:24 2024 -0400 Add ChangeLog.vpair and update REVISION. 2024-05-02 Michael Meissner gcc/ *

[gcc] Created branch 'meissner/heads/work165-vpair' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165-vpair' was created in namespace 'refs/users' pointing to: b9eabf64847... Add ChangeLog.meissner and REVISION.

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

2024-05-02 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:9c86f6446956d93cb99623c13c89f14304254527 commit 9c86f6446956d93cb99623c13c89f14304254527 Author: Michael Meissner Date: Thu May 2 14:01:24 2024 -0400 Add ChangeLog.dmf and update REVISION. 2024-05-02 Michael Meissner gcc/ *

[gcc] Created branch 'meissner/heads/work165-dmf' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165-dmf' was created in namespace 'refs/users' pointing to: b9eabf64847... Add ChangeLog.meissner and REVISION.

[gcc(refs/users/meissner/heads/work165)] Add ChangeLog.meissner and REVISION.

2024-05-02 Thread Michael Meissner via Libstdc++-cvs
https://gcc.gnu.org/g:b9eabf648477255adae3c56a2a15b8d6720d665f commit b9eabf648477255adae3c56a2a15b8d6720d665f Author: Michael Meissner Date: Thu May 2 14:00:29 2024 -0400 Add ChangeLog.meissner and REVISION. 2024-05-02 Michael Meissner gcc/ *

[gcc] Created branch 'meissner/heads/work165' in namespace 'refs/users'

2024-05-02 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work165' was created in namespace 'refs/users' pointing to: ff4dc8b10a4... RISC-V: Add testcase for pr114734

[gcc r15-116] RISC-V: Add testcase for pr114734

2024-05-02 Thread Patrick O'Neill via Gcc-cvs
https://gcc.gnu.org/g:ff4dc8b10a421cdb0c56f7f8c238609de4f9fbe2 commit r15-116-gff4dc8b10a421cdb0c56f7f8c238609de4f9fbe2 Author: Patrick O'Neill Date: Tue Apr 30 13:26:45 2024 -0700 RISC-V: Add testcase for pr114734 gcc/testsuite/ChangeLog: PR middle-end/114734

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] [committed] [RISC-V] Don't run new rounding tests on newlib risc-v targets

2024-05-02 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:951478ab3bfe126e0f07cbf26366c48e08883b1f commit 951478ab3bfe126e0f07cbf26366c48e08883b1f Author: Jeff Law Date: Thu May 2 08:42:32 2024 -0600 [committed] [RISC-V] Don't run new rounding tests on newlib risc-v targets The new round_32.c and round_64.c tests

[gcc r15-115] [committed] [RISC-V] Don't run new rounding tests on newlib risc-v targets

2024-05-02 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:1e29da0b6508b23a7a6b14a7fb643b917a195003 commit r15-115-g1e29da0b6508b23a7a6b14a7fb643b917a195003 Author: Jeff Law Date: Thu May 2 08:42:32 2024 -0600 [committed] [RISC-V] Don't run new rounding tests on newlib risc-v targets The new round_32.c and

[gcc r13-8675] libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]

2024-05-02 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:fcf60d0baafa1245f768ac375dc60a07e92e9673 commit r13-8675-gfcf60d0baafa1245f768ac375dc60a07e92e9673 Author: Jonathan Wakely Date: Thu Apr 4 10:33:33 2024 +0100 libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672] A negative delim value

[gcc r13-8674] libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]

2024-05-02 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:3d16f8f2aec9583422d00c531732ca9d33e6ef26 commit r13-8674-g3d16f8f2aec9583422d00c531732ca9d33e6ef26 Author: Jonathan Wakely Date: Wed Mar 27 21:51:13 2024 + libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606] This is a

[gcc r15-114] c++: Clear is_unbraced_* when parsing declaration_seq_opt [PR114917]

2024-05-02 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:7317d62a1200dbd3685015e5d6b811497a27fe5f commit r15-114-g7317d62a1200dbd3685015e5d6b811497a27fe5f Author: Nathaniel Shead Date: Thu May 2 12:55:24 2024 +1000 c++: Clear is_unbraced_* when parsing declaration_seq_opt [PR114917] Currently we incorrectly retain

[gcc r15-113] modula2: Regenerate libgm2 Makefile.ins using correct include order

2024-05-02 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:67e66c973ce31e375caa9611b2db290fbfc1904d commit r15-113-g67e66c973ce31e375caa9611b2db290fbfc1904d Author: Gaius Mulley Date: Thu May 2 14:38:51 2024 +0100 modula2: Regenerate libgm2 Makefile.ins using correct include order Regenerated libgm2/Makefile.in (and

[gcc r15-112] Improve SLP dump and graph

2024-05-02 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:bf33fe90e75c2c463d77f83d9a44dc61abe087f5 commit r15-112-gbf33fe90e75c2c463d77f83d9a44dc61abe087f5 Author: Richard Biener Date: Wed Mar 27 10:53:11 2024 +0100 Improve SLP dump and graph The following notes which lanes are considered live and adds an overload

[gcc r12-10409] rs6000: Add OPTION_MASK_POWER8 [PR101865]

2024-05-02 Thread Peter Bergner via Gcc-cvs
https://gcc.gnu.org/g:04ca18ff5e2592ac88a5b72248332f519a17184b commit r12-10409-g04ca18ff5e2592ac88a5b72248332f519a17184b Author: Will Schmidt Date: Fri Apr 12 14:55:16 2024 -0500 rs6000: Add OPTION_MASK_POWER8 [PR101865] The bug in PR101865 is the _ARCH_PWR8 predefine macro is

[gcc r12-10408] rs6000: Replace OPTION_MASK_DIRECT_MOVE with OPTION_MASK_P8_VECTOR [PR101865]

2024-05-02 Thread Peter Bergner via Gcc-cvs
https://gcc.gnu.org/g:135402288a1b1b082d2e71ff2ee5c63b7dafed9f commit r12-10408-g135402288a1b1b082d2e71ff2ee5c63b7dafed9f Author: Peter Bergner Date: Tue Apr 9 15:24:39 2024 -0500 rs6000: Replace OPTION_MASK_DIRECT_MOVE with OPTION_MASK_P8_VECTOR [PR101865] This is a cleanup

[gcc r15-111] Objective-C, NeXT, v2: Correct a regression in code-gen.

2024-05-02 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:9b5c0be59d0f94df0517820f00b4520b5abddd8c commit r15-111-g9b5c0be59d0f94df0517820f00b4520b5abddd8c Author: Iain Sandoe Date: Tue Apr 30 15:11:56 2024 +0100 Objective-C, NeXT, v2: Correct a regression in code-gen. There have been several changes in the ABI of

[gcc r15-110] PR modula2/113836 gm2 does not dump gimple or quadruples to a file

2024-05-02 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:43dc4302b4181535d24e83759514b774ae4dbfcc commit r15-110-g43dc4302b4181535d24e83759514b774ae4dbfcc Author: Gaius Mulley Date: Thu May 2 13:16:07 2024 +0100 PR modula2/113836 gm2 does not dump gimple or quadruples to a file This patch completes the

[gcc r15-109] fix single argument static_assert

2024-05-02 Thread Marc Poulhi?s via Gcc-cvs
https://gcc.gnu.org/g:4bb21b5cd7a805b78ea85f46cbb82438ca757a56 commit r15-109-g4bb21b5cd7a805b78ea85f46cbb82438ca757a56 Author: Marc Poulhiès Date: Thu May 2 12:23:36 2024 +0200 fix single argument static_assert Single argument static_assert is C++17 only. gcc/ChangeLog:

[gcc r11-11411] libstdc++: Add missing std::tuple constructor [PR114147]

2024-05-02 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:0ecb0967b4f7e68027492ac03e5dc03b5bcfdcf7 commit r11-11411-g0ecb0967b4f7e68027492ac03e5dc03b5bcfdcf7 Author: Jonathan Wakely Date: Fri Mar 1 11:16:58 2024 + libstdc++: Add missing std::tuple constructor [PR114147] I caused a regression with commit r10-908

[gcc r15-108] lto-wrapper: Truncate files using -truncate driver option [PR110710]

2024-05-02 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:a704554d2e798e2e1b74b9fea4baf3477180bd9d commit r15-108-ga704554d2e798e2e1b74b9fea4baf3477180bd9d Author: Peter Damianov Date: Sun Apr 28 16:16:12 2024 -0700 lto-wrapper: Truncate files using -truncate driver option [PR110710] This commit changes the

[gcc r15-107] Driver: Add new -truncate option

2024-05-02 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:985b5a90f70c7376c771317c6c8c3bc5ef05e227 commit r15-107-g985b5a90f70c7376c771317c6c8c3bc5ef05e227 Author: Peter Damianov Date: Sun Apr 28 16:16:11 2024 -0700 Driver: Add new -truncate option This commit adds a new option to the driver that truncates one file

[gcc r15-106] libgomp: Add gfx90c, 1036 and 1103 declare variant tests

2024-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:5eb25d1561dd22316331feee92164f97ca79d1c3 commit r15-106-g5eb25d1561dd22316331feee92164f97ca79d1c3 Author: Jakub Jelinek Date: Thu May 2 11:56:16 2024 +0200 libgomp: Add gfx90c, 1036 and 1103 declare variant tests Recently -march=gfx{90c,1036,1103} support

gcc-wwwdocs branch master updated. 6c84b7b936a085c13e1f33f2028317fe31bbbcd8

2024-05-02 Thread Jakub Jelinek 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 6c84b7b936a085c13e1f33f2028317fe31bbbcd8 (commit) from

[gcc r15-105] c++: Implement C++26 P2573R2 - = delete("should have a reason"); [PR114458]

2024-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:2f15787f2e1a3afe2c2ad93d4eb0d3c1f73c8fbd commit r15-105-g2f15787f2e1a3afe2c2ad93d4eb0d3c1f73c8fbd Author: Jakub Jelinek Date: Thu May 2 09:34:31 2024 +0200 c++: Implement C++26 P2573R2 - = delete("should have a reason"); [PR114458] The following patch

[gcc r15-104] Make graph dumps use graphviz format

2024-05-02 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:c59708fba3f98a4cc257741b88216b6caf6b4a87 commit r15-104-gc59708fba3f98a4cc257741b88216b6caf6b4a87 Author: Richard Biener Date: Tue Apr 30 13:01:43 2024 +0200 Make graph dumps use graphviz format SLP build eventually uses graphds graphs, the following makes

[gcc r15-103] Remove live-info global bitmap

2024-05-02 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:5176402d6fdbf131d176b5f43ac6449c1bda072b commit r15-103-g5176402d6fdbf131d176b5f43ac6449c1bda072b Author: Richard Biener Date: Tue Apr 9 11:28:47 2024 +0200 Remove live-info global bitmap The following removes the unused tree_live_info_d->global bitmap.

[gcc r15-102] s390: testsuite: Fix risbg-ll-2.c

2024-05-02 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:66f49ccd409c7a3f6eb89dd78e275ab57c983c79 commit r15-102-g66f49ccd409c7a3f6eb89dd78e275ab57c983c79 Author: Stefan Schulze Frielinghaus Date: Thu May 2 08:43:50 2024 +0200 s390: testsuite: Fix risbg-ll-2.c Starting with r14-2047-gd0e891406b16dc we see through

[gcc r15-101] c++: Don't emit unused GMF partial specializations [PR114630]

2024-05-02 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:02917ac4528e32d1b2d0da5f45ef5937c56942cd commit r15-101-g02917ac4528e32d1b2d0da5f45ef5937c56942cd Author: Nathaniel Shead Date: Thu Apr 11 19:15:35 2024 +1000 c++: Don't emit unused GMF partial specializations [PR114630] The change in r14-8408 to also emit

[gcc r15-100] s390: testsuite: Fix zero_bits_compound-1.c

2024-05-02 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:6c4a745c6910659a75d1881cf3c4128f24b5666f commit r15-100-g6c4a745c6910659a75d1881cf3c4128f24b5666f Author: Stefan Schulze Frielinghaus Date: Thu May 2 08:39:32 2024 +0200 s390: testsuite: Fix zero_bits_compound-1.c Starting with r12-2731-g96146e61cd7aee we do

[gcc r15-99] middle-end/114579 - speed up add_scope_conflicts

2024-05-02 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:bbe83599320288025a417c54d9afcb3885cb2766 commit r15-99-gbbe83599320288025a417c54d9afcb3885cb2766 Author: Richard Biener Date: Thu Apr 4 14:00:10 2024 +0200 middle-end/114579 - speed up add_scope_conflicts The following speeds up stack variable conflict