[gcc r15-8283] Mark gcc.target/i386/apx-ndd-tls-1b.c as xfail.

2025-03-18 Thread hongtao Liu via Gcc-cvs
https://gcc.gnu.org/g:be671ec1f30ecd55aaff09048afb2a619018cb8a commit r15-8283-gbe671ec1f30ecd55aaff09048afb2a619018cb8a Author: liuhongt Date: Sun Mar 16 22:28:44 2025 -0700 Mark gcc.target/i386/apx-ndd-tls-1b.c as xfail. It looks like the testcase is fragile, it's supposed to ch

[gcc r15-8249] libiberty: add ldirname function

2025-03-18 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:31dd621796f9ff30b3df129a0e47c8d2348fa8c3 commit r15-8249-g31dd621796f9ff30b3df129a0e47c8d2348fa8c3 Author: Jose E. Marchesi Date: Mon Mar 17 12:47:40 2025 +0100 libiberty: add ldirname function This patch adds a function ldirname to libiberty. It is implemen

[gcc r15-8284] LoongArch: Add ABI names for FPR

2025-03-18 Thread Xi Ruoyao via Gcc-cvs
https://gcc.gnu.org/g:d0110185eb78f14a8e485f410bee237c9c71548d commit r15-8284-gd0110185eb78f14a8e485f410bee237c9c71548d Author: Xi Ruoyao Date: Sun Mar 16 14:19:53 2025 +0800 LoongArch: Add ABI names for FPR We already allow the ABI names for GPR in inline asm clobber list, so

[gcc r14-11415] c++: tweak for -Wrange-loop-construct [PR116731]

2025-03-18 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:a9f88741a99ba09b29cc0021499c63ca445393f0 commit r14-11415-ga9f88741a99ba09b29cc0021499c63ca445393f0 Author: Marek Polacek Date: Tue Sep 17 16:58:37 2024 -0400 c++: tweak for -Wrange-loop-construct [PR116731] This PR reports that the warning would be better of

[gcc r14-11418] c++: constexpr ref template arg [PR119194]

2025-03-18 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:49ccf5238b82f8bfc9d60c963710081f78fad6e9 commit r14-11418-g49ccf5238b82f8bfc9d60c963710081f78fad6e9 Author: Jason Merrill Date: Tue Mar 18 14:44:08 2025 -0400 c++: constexpr ref template arg [PR119194] Here we were assuming that a constant variable appearing

[gcc(refs/users/omachota/heads/rtl-ssa-dce)] rtl-ssa-dce: mark global regs as prelive with ssa

2025-03-18 Thread Ondrej Machota via Gcc-cvs
https://gcc.gnu.org/g:675ceb0fa20e7a1a3800e54dde2686d7ad8c5997 commit 675ceb0fa20e7a1a3800e54dde2686d7ad8c5997 Author: Ondřej Machota Date: Tue Mar 18 22:55:02 2025 +0100 rtl-ssa-dce: mark global regs as prelive with ssa Diff: --- gcc/dce.cc | 100

[gcc r15-8280] c++: ICE with ptr-to-member-fn [PR119344]

2025-03-18 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:6fc1f70f0b7b50fd85aa58a0f29dd1e17f2113d1 commit r15-8280-g6fc1f70f0b7b50fd85aa58a0f29dd1e17f2113d1 Author: Marek Polacek Date: Mon Mar 17 17:46:02 2025 -0400 c++: ICE with ptr-to-member-fn [PR119344] This ICE appeared with the removal of NON_DEPENDENT_EXPR.

[gcc r14-11417] c++: ICE with ptr-to-member-fn [PR119344]

2025-03-18 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:0910ebacff1ef3401ee578d947c91e348feb3465 commit r14-11417-g0910ebacff1ef3401ee578d947c91e348feb3465 Author: Marek Polacek Date: Mon Mar 17 17:46:02 2025 -0400 c++: ICE with ptr-to-member-fn [PR119344] This ICE appeared with the removal of NON_DEPENDENT_EXPR.

[gcc r15-8281] AVR: target/119355 - Fix ICE in pass avr-fuse-move / -mfuse-move.

2025-03-18 Thread Georg-Johann Lay via Gcc-cvs
https://gcc.gnu.org/g:16065b6239aab2eecfd7a50f58d38324ee6478ba commit r15-8281-g16065b6239aab2eecfd7a50f58d38324ee6478ba Author: Georg-Johann Lay Date: Tue Mar 18 21:22:22 2025 +0100 AVR: target/119355 - Fix ICE in pass avr-fuse-move / -mfuse-move. This ICE only occurred when the

[gcc r15-8279] c++: constexpr ref template arg [PR119194]

2025-03-18 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:145c90720640ec6711ed3e5aa4152bbe1ee21751 commit r15-8279-g145c90720640ec6711ed3e5aa4152bbe1ee21751 Author: Jason Merrill Date: Tue Mar 18 14:44:08 2025 -0400 c++: constexpr ref template arg [PR119194] Here we were assuming that a constant variable appearing i

[gcc r15-8278] c++: ICE when substituting packs into type aliases [PR118104]

2025-03-18 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:6751bd4ac48a8529e2476a6848a77e81de540814 commit r15-8278-g6751bd4ac48a8529e2476a6848a77e81de540814 Author: Marek Polacek Date: Mon Mar 17 12:56:40 2025 -0400 c++: ICE when substituting packs into type aliases [PR118104] r12-1094 mentions that adding the asser

[gcc r13-9435] c++: ICE when substituting packs into type aliases [PR118104]

2025-03-18 Thread Marek Polacek via Gcc-cvs
https://gcc.gnu.org/g:0cf6e652bebc47c0e2cdb605172837595e14cdf8 commit r13-9435-g0cf6e652bebc47c0e2cdb605172837595e14cdf8 Author: Marek Polacek Date: Mon Mar 17 12:56:40 2025 -0400 c++: ICE when substituting packs into type aliases [PR118104] r12-1094 mentions that adding the asser

[gcc/devel/omp/gcc-14] Fortran: Store OpenMP's 'declare variant' in module file [PR115271]

2025-03-18 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:30938d787b737214fd287004b89269bcea4b13e1 commit 30938d787b737214fd287004b89269bcea4b13e1 Author: Tobias Burnus Date: Sat Mar 15 08:28:11 2025 +0100 Fortran: Store OpenMP's 'declare variant' in module file [PR115271] Write the 'omp declare variant' data into t

[gcc r15-8277] cobol: Remove dead code from the driver.

2025-03-18 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:57d1424efe934caeda222174a3e8bbc1e5ba65f4 commit r15-8277-g57d1424efe934caeda222174a3e8bbc1e5ba65f4 Author: Iain Sandoe Date: Sun Mar 16 10:31:44 2025 + cobol: Remove dead code from the driver. EXEC_LIB is no longer defined anywhere, so that the dependent

[gcc r15-8276] gcc, cobol: Check for get_current_dir_name [PR119301]

2025-03-18 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:544a9d9e49a1ff1d031cf9c85518f7c95179834a commit r15-8276-g544a9d9e49a1ff1d031cf9c85518f7c95179834a Author: Iain Sandoe Date: Sat Mar 15 09:43:36 2025 + gcc, cobol: Check for get_current_dir_name [PR119301] This adds a configure check for get_current_dir_n

[gcc(refs/users/omachota/heads/rtl-ssa-dce)] rtl-ssa-dce: improve prelive conditions (USE, TRAP_IF)

2025-03-18 Thread Ondrej Machota via Gcc-cvs
https://gcc.gnu.org/g:a9bdb2c0c422b9d8d054c8dfe33892b85d01bcd3 commit a9bdb2c0c422b9d8d054c8dfe33892b85d01bcd3 Author: Ondřej Machota Date: Tue Mar 18 20:40:21 2025 +0100 rtl-ssa-dce: improve prelive conditions (USE, TRAP_IF) Diff: --- gcc/dce.cc | 31 +-- 1 f

[gcc/devel/omp/gcc-14] Merge remote-tracking branch 'origin/releases/gcc-14' into devel/omp/gcc-14

2025-03-18 Thread Tobias Burnus via Libstdc++-cvs
https://gcc.gnu.org/g:0d5021e1d8ee8c943925ad23c305b6c84962e4b8 commit 0d5021e1d8ee8c943925ad23c305b6c84962e4b8 Merge: 50c8e357a1ed a3c01af5e348 Author: Tobias Burnus Date: Tue Mar 18 19:43:23 2025 +0100 Merge remote-tracking branch 'origin/releases/gcc-14' into devel/omp/gcc-14 Me

[gcc/devel/omp/gcc-14] (113 commits) Merge remote-tracking branch 'origin/releases/gcc-14' into

2025-03-18 Thread Tobias Burnus via Gcc-cvs
The branch 'devel/omp/gcc-14' was updated to point to: 0d5021e1d8ee... Merge remote-tracking branch 'origin/releases/gcc-14' into It previously pointed to: 50c8e357a1ed... Move gfortran.dg/gomp/declare-variant-mod-1*.f90 to libgomp Diff: Summary of changes (added commits): -

[gcc r15-8274] libphobos: Avoid setting union members in std.json, set the whole union instead

2025-03-18 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:ef4248460d53dc9b43a59f8b7c782a9d9f9b2754 commit r15-8274-gef4248460d53dc9b43a59f8b7c782a9d9f9b2754 Author: Iain Buclaw Date: Tue Mar 18 19:12:14 2025 +0100 libphobos: Avoid setting union members in std.json, set the whole union instead libphobos/ChangeLog:

[gcc r15-8275] libphobos: Fix std.getopt doesn't accept const(string)[] anymore

2025-03-18 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:1ad1bcc991b32d72d4de4758c0dcac611f20cda8 commit r15-8275-g1ad1bcc991b32d72d4de4758c0dcac611f20cda8 Author: Iain Buclaw Date: Tue Mar 18 19:15:40 2025 +0100 libphobos: Fix std.getopt doesn't accept const(string)[] anymore Instead of passing receiver into the c

[gcc r15-8273] rust: force cargo to build offline

2025-03-18 Thread Arthur Cohen via Gcc-cvs
https://gcc.gnu.org/g:d4fe08c2d4725c6b6024c08b330a7e8e9496c7c5 commit r15-8273-gd4fe08c2d4725c6b6024c08b330a7e8e9496c7c5 Author: Marc Poulhiès Date: Mon Mar 17 19:23:50 2025 +0100 rust: force cargo to build offline gcc/rust/Changelog: PR rust/119333 *

[gcc/devel/omp/gcc-14] Move gfortran.dg/gomp/declare-variant-mod-1*.f90 to libgomp.fortran/ [PR115271]

2025-03-18 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:50c8e357a1ed6f97d227ffdb7d9498c38a549bc8 commit 50c8e357a1ed6f97d227ffdb7d9498c38a549bc8 Author: Tobias Burnus Date: Mon Mar 17 10:12:44 2025 +0100 Move gfortran.dg/gomp/declare-variant-mod-1*.f90 to libgomp.fortran/ [PR115271] The test is a supposed to be a

[gcc/devel/omp/gcc-14] OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579]

2025-03-18 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:9b3a935f2cbab875bd72298574ca42c95deb9d92 commit 9b3a935f2cbab875bd72298574ca42c95deb9d92 Author: Sandra Loosemore Date: Tue Mar 11 16:36:22 2025 + OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579] This patch is the C equivalent of c

[gcc r15-8269] libphobos: Merge changes in upstream druntime testsuite

2025-03-18 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:b3b54f9c9a74909a41ea566c2135c9e01121994c commit r15-8269-gb3b54f9c9a74909a41ea566c2135c9e01121994c Author: Iain Buclaw Date: Sat Mar 15 16:32:48 2025 +0100 libphobos: Merge changes in upstream druntime testsuite libphobos/ChangeLog: * libdrun

[gcc r15-8271] Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338]

2025-03-18 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:6cbeab134f048d65ed615ed587f6ae0b01d1c336 commit r15-8271-g6cbeab134f048d65ed615ed587f6ae0b01d1c336 Author: Harald Anlauf Date: Mon Mar 17 22:34:19 2025 +0100 Fortran: check type-spec in ALLOCATE of dummy with assumed length [PR119338] PR fortran/11933

[gcc r15-8270] d: Add missing Declaration bitfield setters/getters

2025-03-18 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:a03e9d4932713c1696bb2bc134da8e8eac3edb94 commit r15-8270-ga03e9d4932713c1696bb2bc134da8e8eac3edb94 Author: Iain Buclaw Date: Tue Mar 18 18:47:45 2025 +0100 d: Add missing Declaration bitfield setters/getters gcc/d/ChangeLog: * dmd/MERGE: Merg

[gcc r15-8268] d: Update the copyright years of dmd sources to 2025

2025-03-18 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:f2af60465cd129b8deb3283baaf8fbac1a5941d4 commit r15-8268-gf2af60465cd129b8deb3283baaf8fbac1a5941d4 Author: Iain Buclaw Date: Sat Mar 15 16:32:48 2025 +0100 d: Update the copyright years of dmd sources to 2025 gcc/d/ChangeLog: * dmd/MERGE: Mer

[gcc r15-8267] c: Fix handling of [[gnu::musttail] return in if and else bodies [PR119311]

2025-03-18 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:53d8ed13bb5a6972efab7c56c066010cd1f78b35 commit r15-8267-g53d8ed13bb5a6972efab7c56c066010cd1f78b35 Author: Jakub Jelinek Date: Tue Mar 18 18:51:48 2025 +0100 c: Fix handling of [[gnu::musttail] return in if and else bodies [PR119311] The following new testcas

[gcc r15-8266] c, c++: Support musttail attribute even using __attribute__ form [PR116545]

2025-03-18 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1d7f57da583782ae5d56655a3ac413bdf259838a commit r15-8266-g1d7f57da583782ae5d56655a3ac413bdf259838a Author: Jakub Jelinek Date: Tue Mar 18 18:48:14 2025 +0100 c, c++: Support musttail attribute even using __attribute__ form [PR116545] Apparently some programs

[gcc r15-8265] Update cpplib fr.po, sv.po

2025-03-18 Thread Joseph Myers via Gcc-cvs
https://gcc.gnu.org/g:05e20b78416230f6e6d5939d5920a7d21f18fdb8 commit r15-8265-g05e20b78416230f6e6d5939d5920a7d21f18fdb8 Author: Joseph Myers Date: Tue Mar 18 17:48:07 2025 + Update cpplib fr.po, sv.po * fr.po, sv.po: Update. Diff: --- libcpp/po/fr.po | 17 +++---

[gcc r15-8264] Populate -original dump for Cobol

2025-03-18 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:9c9d2fdaa5b4fc0bcfd71e9886143756e41a8fe9 commit r15-8264-g9c9d2fdaa5b4fc0bcfd71e9886143756e41a8fe9 Author: Richard Biener Date: Tue Mar 11 13:19:55 2025 +0100 Populate -original dump for Cobol The following implements -fdump-tree-original dumping for cobol,

[gcc r15-8260] testsuite: Add support for dg-output-file directive

2025-03-18 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:563e6d926d9826d76895086d0c40a29dc90d66e5 commit r15-8260-g563e6d926d9826d76895086d0c40a29dc90d66e5 Author: Jakub Jelinek Date: Tue Mar 18 16:50:05 2025 +0100 testsuite: Add support for dg-output-file directive The COBOL tests has many tests which just dump em

[gcc r15-8263] cobol: Fifteen new cobol.dg testscases.

2025-03-18 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:82bb1890aeab275541f8d3606641e8c0cadc9659 commit r15-8263-g82bb1890aeab275541f8d3606641e8c0cadc9659 Author: Bob Dubner Date: Mon Mar 17 21:47:05 2025 -0400 cobol: Fifteen new cobol.dg testscases. gcc/testsuite * cobol.dg/group1/check_88.cob: N

[gcc r15-8262] doc: regenerate rs6000/rs6000.opt.urls

2025-03-18 Thread Michael Matz via Gcc-cvs
https://gcc.gnu.org/g:8333f1c7e699419a4e428fa1d66156d7bad69c9f commit r15-8262-g8333f1c7e699419a4e428fa1d66156d7bad69c9f Author: Michael Matz Date: Tue Mar 18 17:21:23 2025 +0100 doc: regenerate rs6000/rs6000.opt.urls which I forgot and the autobuilder complained.

[gcc r15-8261] cobol: Bring the code base into compliance with C++14

2025-03-18 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:c49382fd221fd40bce35a954d64bbda0fd14edef commit r15-8261-gc49382fd221fd40bce35a954d64bbda0fd14edef Author: Bob Dubner Date: Tue Mar 18 07:47:39 2025 -0400 cobol: Bring the code base into compliance with C++14 gcc/cobol * cdf.y: Make compatibl

[gcc r15-8259] c++: memfn pointer as NTTP argument considered unused [PR119233]

2025-03-18 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:51b1c0a2dde8ada0856c8a8cf2c1d26ac1657787 commit r15-8259-g51b1c0a2dde8ada0856c8a8cf2c1d26ac1657787 Author: Patrick Palka Date: Tue Mar 18 11:38:33 2025 -0400 c++: memfn pointer as NTTP argument considered unused [PR119233] This is just the member function poi

[gcc r14-11414] libstdc++: Fix constraint recursion in basic_const_iterator relops [PR112490]

2025-03-18 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:a3c01af5e34801aaf65ba76f4afce753e443a99c commit r14-11414-ga3c01af5e34801aaf65ba76f4afce753e443a99c Author: Patrick Palka Date: Fri Feb 28 09:39:57 2025 -0500 libstdc++: Fix constraint recursion in basic_const_iterator relops [PR112490] Here for u

[gcc r15-8257] cobol: Avoid a use of auto.

2025-03-18 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:26884504503093e5019708f50816897c5d3a4958 commit r15-8257-g26884504503093e5019708f50816897c5d3a4958 Author: Iain Sandoe Date: Mon Mar 17 10:04:52 2025 + cobol: Avoid a use of auto. In this case the deduction for Darwin's implementation is 'char *' which

[gcc r15-8256] SCC-Copy: Add More Debug dumps

2025-03-18 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:cfbabe10ddaba3f200f58910d49aa041d2abde8c commit r15-8256-gcfbabe10ddaba3f200f58910d49aa041d2abde8c Author: Andrew Pinski Date: Mon Mar 17 11:28:16 2025 -0700 SCC-Copy: Add More Debug dumps While debugging a failure, I noticed that SCC copy didn't print ou

[gcc r15-8255] libstdc++: Add P1206R7 from_range members to unordered maps [PR111055]

2025-03-18 Thread Tomasz Kaminski via Libstdc++-cvs
https://gcc.gnu.org/g:453d42046c461a8aa8ed68a88b94dac2d4dde73b commit r15-8255-g453d42046c461a8aa8ed68a88b94dac2d4dde73b Author: Tomasz Kamiński Date: Tue Mar 18 11:08:19 2025 +0100 libstdc++: Add P1206R7 from_range members to unordered maps [PR111055] This is another piece of P12

[gcc r15-8254] libstdc++: Add P1206R7 from_range members to unordered sets [PR111055]

2025-03-18 Thread Tomasz Kaminski via Gcc-cvs
https://gcc.gnu.org/g:5f033bf16458e250e6b7cda8e27d0100197cba14 commit r15-8254-g5f033bf16458e250e6b7cda8e27d0100197cba14 Author: Tomasz Kamiński Date: Mon Mar 17 14:30:35 2025 +0100 libstdc++: Add P1206R7 from_range members to unordered sets [PR111055] This is another piece of P12

[gcc r15-8253] lra: Handle SUBREG in lra_rtx_hash [PR119307]

2025-03-18 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ded45b72aaa43bbd8aa7c67f26a874cea8a18492 commit r15-8253-gded45b72aaa43bbd8aa7c67f26a874cea8a18492 Author: Jakub Jelinek Date: Tue Mar 18 14:57:41 2025 +0100 lra: Handle SUBREG in lra_rtx_hash [PR119307] The following testcase ICEs starting with r15-3213 in

[gcc r15-8252] libstdc++: Add P1206R7 from_range members to ordered sets [PR111055]

2025-03-18 Thread Tomasz Kaminski via Gcc-cvs
https://gcc.gnu.org/g:5c2c0155385d8a9ed23bf5d754481e7f945b9702 commit r15-8252-g5c2c0155385d8a9ed23bf5d754481e7f945b9702 Author: Tomasz Kamiński Date: Thu Mar 13 18:24:38 2025 +0100 libstdc++: Add P1206R7 from_range members to ordered sets [PR111055] This is another piece of P1206

[gcc r15-8251] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]

2025-03-18 Thread Tomasz Kaminski via Libstdc++-cvs
https://gcc.gnu.org/g:8744d53db1b6816586dac102942c00c105524172 commit r15-8251-g8744d53db1b6816586dac102942c00c105524172 Author: Tomasz Kamiński Date: Fri Mar 14 16:04:11 2025 +0100 libstdc++: Add P1206R7 from_range members to ordered maps [PR111055] This is another piece of P1206

[gcc r15-8250] cobol: use ldirname in cdf-copy.cc

2025-03-18 Thread Jose E. Marchesi via Gcc-cvs
https://gcc.gnu.org/g:260e0a389a70994d2728b389e6865528557e3933 commit r15-8250-g260e0a389a70994d2728b389e6865528557e3933 Author: Jose E. Marchesi Date: Mon Mar 17 16:51:31 2025 +0100 cobol: use ldirname in cdf-copy.cc This patch changes gcc/cobol/cdf-copy.cc to use the new ldirnam

[gcc r15-8248] cobol: Do not include C++ headers after system.h.

2025-03-18 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:7865869b44d207ce7554305ce3368e1143028cf7 commit r15-8248-g7865869b44d207ce7554305ce3368e1143028cf7 Author: Iain Sandoe Date: Sat Mar 15 09:20:13 2025 + cobol: Do not include C++ headers after system.h. The headers mentioned in parse.y are already uncondit

[gcc r15-8247] debug/101533 - ICE with variant typedef DIE generation

2025-03-18 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:99a3f013c3bb8bc022ca488b40aa18fd97b5224d commit r15-8247-g99a3f013c3bb8bc022ca488b40aa18fd97b5224d Author: Richard Biener Date: Wed Mar 5 14:24:50 2025 +0100 debug/101533 - ICE with variant typedef DIE generation There's a sanity check in gen_type_die_with_us

[gcc r15-8246] i386: Remove XFAIL for pr103750 testcases

2025-03-18 Thread Haochen Jiang via Gcc-cvs
https://gcc.gnu.org/g:289867bb298507d7c99a30f92d650a86df99225f commit r15-8246-g289867bb298507d7c99a30f92d650a86df99225f Author: Haochen Jiang Date: Tue Mar 11 10:52:46 2025 +0800 i386: Remove XFAIL for pr103750 testcases After commit r15-4510, the following testcases also do not