[gcc r12-10406] rs6000: Don't ICE when compiling the __builtin_vsx_splat_2di [PR113950]

2024-04-30 Thread jeevitha via Gcc-cvs
https://gcc.gnu.org/g:1b91818e47119863f827b19ae4c6c91af3962cd6 commit r12-10406-g1b91818e47119863f827b19ae4c6c91af3962cd6 Author: Jeevitha Date: Sun Apr 28 23:38:41 2024 -0500 rs6000: Don't ICE when compiling the __builtin_vsx_splat_2di [PR113950] When we expand the

[gcc r15-84] c++: Implement P2615 'Meaningful Exports' [PR107688]

2024-04-30 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:79420dd344145819677b3f975bb305a778fcaf91 commit r15-84-g79420dd344145819677b3f975bb305a778fcaf91 Author: Nathaniel Shead Date: Mon Mar 4 23:58:30 2024 +1100 c++: Implement P2615 'Meaningful Exports' [PR107688] This clarifies which kinds of declarations may

[gcc r15-82] Remove incorrect asserts.

2024-04-30 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:7b3ac57852052822e3845bcd8d50b83d7724dfde commit r15-82-g7b3ac57852052822e3845bcd8d50b83d7724dfde Author: Andrew MacLeod Date: Tue Feb 13 10:07:11 2024 -0500 Remove incorrect asserts. Gimple_range_op handles builtin functions, and a couple of asserts that

[gcc r15-80] Invoke range_of_stmt on ssa_names with no context.

2024-04-30 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:0ade358cd72ffa591dd2f1404765b379bbf709d4 commit r15-80-g0ade358cd72ffa591dd2f1404765b379bbf709d4 Author: Andrew MacLeod Date: Wed Mar 13 14:13:28 2024 -0400 Invoke range_of_stmt on ssa_names with no context. Evalaute ssa-names when range_of_expr is called

[gcc r15-81] Add range_on_entry/exit to value_query API.

2024-04-30 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:39fe620963b29e7bdc8dcfa2037490df26b4edf2 commit r15-81-g39fe620963b29e7bdc8dcfa2037490df26b4edf2 Author: Andrew MacLeod Date: Wed Mar 13 14:18:48 2024 -0400 Add range_on_entry/exit to value_query API. Add range_on_entry and range_on_exit to the value_query

[gcc r15-79] Fix ranger when called from SCEV.

2024-04-30 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:e8ae56a7dc46e39a48017bb5159e4dc672ec7fad commit r15-79-ge8ae56a7dc46e39a48017bb5159e4dc672ec7fad Author: Andrew MacLeod Date: Wed Mar 13 14:10:41 2024 -0400 Fix ranger when called from SCEV. Do not pre-evaluate PHIs in the cache, and allow fill_block_cache

[gcc r15-78] Remove wrapper around gimple_range_global.

2024-04-30 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:56aa8ad7cd91fbc42123f1190d3238e293020085 commit r15-78-g56aa8ad7cd91fbc42123f1190d3238e293020085 Author: Andrew MacLeod Date: Tue Feb 20 12:27:51 2024 -0500 Remove wrapper around gimple_range_global. Now that legacy EVRP has been removed, we can remove the

[gcc r13-8665] libstdc++: Do not apply localized formatting to NaN and inf [PR114863]

2024-04-30 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:61c38a231d2df60cb6e914b3ecc73a0229c17ff6 commit r13-8665-g61c38a231d2df60cb6e914b3ecc73a0229c17ff6 Author: Jonathan Wakely Date: Fri Apr 26 11:42:26 2024 +0100 libstdc++: Do not apply localized formatting to NaN and inf [PR114863] We don't want to add

[gcc r15-77] Fix the build: error message `quote`

2024-04-30 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:1ff71f71a13f5ed423389d20ed34f3217e632777 commit r15-77-g1ff71f71a13f5ed423389d20ed34f3217e632777 Author: Andrew Pinski Date: Tue Apr 30 09:44:52 2024 -0700 Fix the build: error message `quote` The problem here is the quote mark is for English's

[gcc r15-74] MATCH: change single_non_singleton_phi_for_edges for singleton phis

2024-04-30 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:9c18bdb07e299b25e7526fea16659c7ff8f0d14e commit r15-74-g9c18bdb07e299b25e7526fea16659c7ff8f0d14e Author: Andrew Pinski Date: Sat Apr 27 18:54:44 2024 -0700 MATCH: change single_non_singleton_phi_for_edges for singleton phis I noticed that

[gcc r15-76] PHIOPT: Value-replacement check undef

2024-04-30 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:a30d2e6bd0b965e7687f58530a767a3c3b079158 commit r15-76-ga30d2e6bd0b965e7687f58530a767a3c3b079158 Author: Andrew Pinski Date: Sun Apr 28 20:21:02 2024 -0700 PHIOPT: Value-replacement check undef While moving value replacement part of PHIOPT over to use

[gcc r15-75] PHI-OPT: speed up value_replacement slightly

2024-04-30 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:611815e0233302e1fa113e6f865fa450b7ae commit r15-75-g611815e0233302e1fa113e6f865fa450b7ae Author: Andrew Pinski Date: Sat Apr 27 18:54:45 2024 -0700 PHI-OPT: speed up value_replacement slightly This adds a few early outs to value_replacement that I

[gcc r15-73] Remove support for nontemporal stores with ssa_names on lhs [PR112976]

2024-04-30 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:8614d60233a64afd7e28ae7af2ab74c4a5b06010 commit r15-73-g8614d60233a64afd7e28ae7af2ab74c4a5b06010 Author: Andrew Pinski Date: Wed Apr 17 14:30:06 2024 -0700 Remove support for nontemporal stores with ssa_names on lhs [PR112976] When cfgexpand was changed to

[gcc r15-72] Add verification of gimple_assign_nontemporal_move_p [PR112976]

2024-04-30 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:e3a7f359c18bf347f6ac8fcda05e9839fac5bd62 commit r15-72-ge3a7f359c18bf347f6ac8fcda05e9839fac5bd62 Author: Andrew Pinski Date: Wed Apr 17 14:12:17 2024 -0700 Add verification of gimple_assign_nontemporal_move_p [PR112976] Currently the middle-end only knows

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] This is almost exclusively Jivan's work. His original post:

2024-04-30 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:ece3a7538a6414d13dc2ac92c6e88fe7c203fcd1 commit ece3a7538a6414d13dc2ac92c6e88fe7c203fcd1 Author: Jivan Hakobyan Date: Tue Apr 30 09:44:02 2024 -0600 This is almost exclusively Jivan's work. His original post: >

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] RISC-V: Refine the condition for add additional vars in RVV cost model

2024-04-30 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:5009e02a5d556fac7d0b56e3c3614427332502d5 commit 5009e02a5d556fac7d0b56e3c3614427332502d5 Author: demin.han Date: Tue Mar 26 16:52:12 2024 +0800 RISC-V: Refine the condition for add additional vars in RVV cost model The adjacent_dr_p is sufficient and

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] RISC-V: Fix parsing of Zic* extensions

2024-04-30 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:7cae85835c5b6a5bb3231efc0121073f5054c26f commit 7cae85835c5b6a5bb3231efc0121073f5054c26f Author: Christoph Müllner Date: Mon Apr 29 00:46:06 2024 +0200 RISC-V: Fix parsing of Zic* extensions The extension parsing table entries for a range of Zic* extensions

[gcc(refs/vendors/riscv/heads/gcc-14-with-riscv-opts)] RISC-V: Add -X to link spec

2024-04-30 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:355f858c80fbdd3b4c67002e9685631fd10a6641 commit 355f858c80fbdd3b4c67002e9685631fd10a6641 Author: Fangrui Song Date: Fri Apr 26 18:14:33 2024 -0700 RISC-V: Add -X to link spec --discard-locals (-X) instructs the linker to remove local .L* symbols, which

[gcc r15-71] This is almost exclusively Jivan's work. His original post:

2024-04-30 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:f652a35877e32d470d649d1aee5d94fa0169a478 commit r15-71-gf652a35877e32d470d649d1aee5d94fa0169a478 Author: Jivan Hakobyan Date: Tue Apr 30 09:44:02 2024 -0600 This is almost exclusively Jivan's work. His original post: >

[gcc] Created branch 'riscv/heads/gcc-14-with-riscv-opts' in namespace 'refs/vendors'

2024-04-30 Thread Jeff Law via Gcc-cvs
The branch 'riscv/heads/gcc-14-with-riscv-opts' was created in namespace 'refs/vendors' pointing to: 7a00c459cbb... libstdc++: Do not apply localized formatting to NaN and inf

gcc-wwwdocs branch master updated. b4efd5049c4fee5c541f4116db064958e5391bba

2024-04-30 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 b4efd5049c4fee5c541f4116db064958e5391bba (commit) from

gcc-wwwdocs branch master updated. c74a573fa888f3970b6b38d57020f0160e49e58a

2024-04-30 Thread Gaius Mulley 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 c74a573fa888f3970b6b38d57020f0160e49e58a (commit) from

[gcc r15-70] Change int_range<2> to infinite precision.

2024-04-30 Thread Aldy Hernandez via Gcc-cvs
https://gcc.gnu.org/g:0b2735e0797fee9b4ec5cd74f22afe0483f888dd commit r15-70-g0b2735e0797fee9b4ec5cd74f22afe0483f888dd Author: Aldy Hernandez Date: Tue Apr 30 10:36:58 2024 +0200 Change int_range<2> to infinite precision. In my previous change I mistakenly changed Value_Range to

[gcc r15-69] testsuite: gm2: Remove timeout overrides [PR114886]

2024-04-30 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:aff63ac11099d100b6891f3bcc3dc6cbc4fad654 commit r15-69-gaff63ac11099d100b6891f3bcc3dc6cbc4fad654 Author: Rainer Orth Date: Tue Apr 30 13:49:28 2024 +0200 testsuite: gm2: Remove timeout overrides [PR114886] A large number of gm2 tests are timing out even on

[gcc(refs/vendors/redhat/heads/gcc-14-branch)] Merge commit 'r14-10154-g7a00c459cbb913ac165a39d344a48fc27800bb0a' into redhat/gcc-14-branch

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:748fd0ecf84c5484621adeeaca105d7d50f0e409 commit 748fd0ecf84c5484621adeeaca105d7d50f0e409 Merge: 9fad7d8c7bd 7a00c459cbb Author: Jakub Jelinek Date: Tue Apr 30 13:11:27 2024 +0200 Merge commit 'r14-10154-g7a00c459cbb913ac165a39d344a48fc27800bb0a' into

[gcc(refs/vendors/redhat/heads/gcc-14-branch)] Revert "vect: Adjust vect_transform_reduction assertion [PR114883]"

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:9fad7d8c7bdda850f2c131cf97757d740766d6dd commit 9fad7d8c7bdda850f2c131cf97757d740766d6dd Author: Jakub Jelinek Date: Tue Apr 30 13:11:08 2024 +0200 Revert "vect: Adjust vect_transform_reduction assertion [PR114883]" This reverts commit

[gcc/redhat/heads/gcc-14-branch] (232 commits) Merge commit 'r14-10154-g7a00c459cbb913ac165a39d344a48fc278

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-14-branch' was updated to point to: 748fd0ecf84... Merge commit 'r14-10154-g7a00c459cbb913ac165a39d344a48fc278 It previously pointed to: f7b939b4351... vect: Adjust vect_transform_reduction assertion [PR114883] Diff: Summary of changes (added commits):

[gcc r15-68] Support {CEIL, FLOOR, ROUND}_{DIV, MOD}_EXPR and EXACT_DIV_EXPR in GIMPLE FE

2024-04-30 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:ab785f9a3901ca29710592a2d5480b5a44328bf2 commit r15-68-gab785f9a3901ca29710592a2d5480b5a44328bf2 Author: Richard Biener Date: Wed Apr 17 11:22:00 2024 +0200 Support {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV_EXPR in GIMPLE FE The following adds support

[gcc r15-67] middle-end/13421 - -ftrapv vs. POINTER_DIFF_EXPR

2024-04-30 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:667c19de86b33648f5f4599f589a5e02adbb35cb commit r15-67-g667c19de86b33648f5f4599f589a5e02adbb35cb Author: Richard Biener Date: Tue Apr 16 14:05:35 2024 +0200 middle-end/13421 - -ftrapv vs. POINTER_DIFF_EXPR Currently we expand POINTER_DIFF_EXPR using

gcc-wwwdocs branch master updated. 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85

2024-04-30 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 0c1bfb5e6891b972c5706ba1724ae0f9f6b3fe85 (commit) from

[gcc r12-10404] match.pd: Only merge truncation with conversion for -fno-signed-zeros

2024-04-30 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:e8482b86ef5641b1e0041f2712011b9389ac1e40 commit r12-10404-ge8482b86ef5641b1e0041f2712011b9389ac1e40 Author: Joe Ramsay Date: Fri Mar 15 09:20:45 2024 + match.pd: Only merge truncation with conversion for -fno-signed-zeros This optimisation does not

[gcc r13-8664] match.pd: Only merge truncation with conversion for -fno-signed-zeros

2024-04-30 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:13bf9232fc1ec2cb7be85b628a6f2d5ed15510d9 commit r13-8664-g13bf9232fc1ec2cb7be85b628a6f2d5ed15510d9 Author: Joe Ramsay Date: Fri Mar 15 09:20:45 2024 + match.pd: Only merge truncation with conversion for -fno-signed-zeros This optimisation does not honour

[gcc r15-66] gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) 0 argument [PR114876]

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:6c6b70f07208ca14ba783933988c04c6fc2fff42 commit r15-66-g6c6b70f07208ca14ba783933988c04c6fc2fff42 Author: Jakub Jelinek Date: Tue Apr 30 11:22:32 2024 +0200 gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) 0 argument [PR114876] Seems when Martin S.

[gcc r13-8663] [PATCH v3] RISC-V: Add split pattern to generate SFB instructions. [PR113095]

2024-04-30 Thread Kito Cheng via Gcc-cvs
https://gcc.gnu.org/g:6335baaf31c0f1f0952d1a3f507b0e5655b1136f commit r13-8663-g6335baaf31c0f1f0952d1a3f507b0e5655b1136f Author: Monk Chiang Date: Wed Jan 24 10:19:28 2024 -0700 [PATCH v3] RISC-V: Add split pattern to generate SFB instructions. [PR113095] Since the match.pd

[gcc r15-65] Fix pretty printers regexp for GDB output

2024-04-30 Thread Christophe Lyon via Libstdc++-cvs
https://gcc.gnu.org/g:6d4593a178b49cab205d81cdf36f52e12eabbc6d commit r15-65-g6d4593a178b49cab205d81cdf36f52e12eabbc6d Author: Christophe Lyon Date: Thu Jan 25 15:43:56 2024 + Fix pretty printers regexp for GDB output GDB emits end of lines as \r\n, we currently match any >0

[gcc r14-10154] libstdc++: Do not apply localized formatting to NaN and inf [PR114863]

2024-04-30 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:7a00c459cbb913ac165a39d344a48fc27800bb0a commit r14-10154-g7a00c459cbb913ac165a39d344a48fc27800bb0a Author: Jonathan Wakely Date: Fri Apr 26 11:42:26 2024 +0100 libstdc++: Do not apply localized formatting to NaN and inf [PR114863] We don't want to add

[gcc r13-8662] target/111600 - avoid deep recursion in access diagnostics

2024-04-30 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:440a612dbadfae5887ec7c9b3ab2fca88b065366 commit r13-8662-g440a612dbadfae5887ec7c9b3ab2fca88b065366 Author: Richard Biener Date: Thu Sep 28 11:51:30 2023 +0200 target/111600 - avoid deep recursion in access diagnostics pass_waccess::check_dangling_stores uses

[gcc r14-10153] Fortran: Fix regression caused by r14-9752 [PR114959]

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e976bef1579086e6e83c6a47f6c5f8f996208f99 commit r14-10153-ge976bef1579086e6e83c6a47f6c5f8f996208f99 Author: Paul Thomas Date: Mon Apr 29 11:52:11 2024 +0100 Fortran: Fix regression caused by r14-9752 [PR114959] 2024-04-29 Paul Thomas gcc/fortran

[gcc r14-10152] vect: Adjust vect_transform_reduction assertion [PR114883]

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a795a7b67027bc976a353b5fa927ac8c5f29347d commit r14-10152-ga795a7b67027bc976a353b5fa927ac8c5f29347d Author: Jakub Jelinek Date: Tue Apr 30 10:11:47 2024 +0200 vect: Adjust vect_transform_reduction assertion [PR114883] The assertion doesn't allow

[gcc(refs/vendors/redhat/heads/gcc-14-branch)] vect: Adjust vect_transform_reduction assertion [PR114883]

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:f7b939b4351d6ea38c58cefcc55c79325912d087 commit f7b939b4351d6ea38c58cefcc55c79325912d087 Author: Jakub Jelinek Date: Tue Apr 30 10:11:47 2024 +0200 vect: Adjust vect_transform_reduction assertion [PR114883] The assertion doesn't allow

[gcc r15-64] vect: Adjust vect_transform_reduction assertion [PR114883]

2024-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:04ef92a62af3a815b86a2037267cd4e747ae225c commit r15-64-g04ef92a62af3a815b86a2037267cd4e747ae225c Author: Jakub Jelinek Date: Tue Apr 30 10:11:47 2024 +0200 vect: Adjust vect_transform_reduction assertion [PR114883] The assertion doesn't allow

[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

[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

[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

[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

[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

[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