[gcc r15-7979] preprocessor: Fix up diagnostic typo in convert_oct [PR119202]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:2fa031afe4ea78f490f06e487c48089d7376827c commit r15-7979-g2fa031afe4ea78f490f06e487c48089d7376827c Author: Jakub Jelinek Date: Wed Mar 12 07:46:25 2025 +0100 preprocessor: Fix up diagnostic typo in convert_oct [PR119202] In r15-4286 I've introduced a typo, pa

[gcc r14-11404] arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch

2025-03-11 Thread Torbjorn Svensson via Gcc-cvs
https://gcc.gnu.org/g:de08b13018a13970475a4936265673b21dccb691 commit r14-11404-gde08b13018a13970475a4936265673b21dccb691 Author: Richard Earnshaw Date: Tue Mar 11 10:48:54 2025 + arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch GCC will complain if the -mcpu fl

[gcc r14-11403] arm: testsuite: improve guard checks for arm_neon.h

2025-03-11 Thread Torbjorn Svensson via Gcc-cvs
https://gcc.gnu.org/g:f1dd3a17cf34d26f448bc2fd4f6c218c38140b08 commit r14-11403-gf1dd3a17cf34d26f448bc2fd4f6c218c38140b08 Author: Richard Earnshaw Date: Tue Mar 4 16:17:32 2025 + arm: testsuite: improve guard checks for arm_neon.h The header file arm_neon.h provides the Advanc

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Utilisation d'un seul objet heap_memory global

2025-03-11 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:9962948fa720820cb2a22b74253c425d3d108062 commit 9962948fa720820cb2a22b74253c425d3d108062 Author: Mikael Morin Date: Tue Mar 4 18:40:22 2025 +0100 Utilisation d'un seul objet heap_memory global Diff: --- gcc/cgraphunit.cc | 513 ++-

[gcc r15-7927] c++/modules: Handle exposures of TU-local types in uninstantiated member templates

2025-03-11 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:65febfb25544f089e7459219b6c095f0b8eff879 commit r15-7927-g65febfb25544f089e7459219b6c095f0b8eff879 Author: Nathaniel Shead Date: Fri Jan 31 23:53:35 2025 +1100 c++/modules: Handle exposures of TU-local types in uninstantiated member templates Previously, 'is

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Initialisations variables statiques et amélioration constructeurs

2025-03-11 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:de6fad016bb72189ebce2032a485d006ff926a79 commit de6fad016bb72189ebce2032a485d006ff926a79 Author: Mikael Morin Date: Wed Mar 5 18:44:00 2025 +0100 Initialisations variables statiques et amélioration constructeurs Diff: --- gcc/cgraphunit.cc | 173

[gcc r15-7977] Revert "[rtl-optimization/117467] Avoid unnecessarily marking things live in ext-dce"

2025-03-11 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:9cebf1234b88e55a04071bd55c9ec4e22c0899e6 commit r15-7977-g9cebf1234b88e55a04071bd55c9ec4e22c0899e6 Author: Jeff Law Date: Tue Mar 11 18:01:33 2025 -0600 Revert "[rtl-optimization/117467] Avoid unnecessarily marking things live in ext-dce" This reverts commit

[gcc r15-7976] c: Don't emit -Wunterminated-string-initialization warning for multi-dimensional nonstring array ini

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:afb46540d3921e96c4cd7ba8fa2c8b0901759455 commit r15-7976-gafb46540d3921e96c4cd7ba8fa2c8b0901759455 Author: Jakub Jelinek Date: Tue Mar 11 23:08:38 2025 +0100 c: Don't emit -Wunterminated-string-initialization warning for multi-dimensional nonstring array initializers

[gcc r15-7923] LoongArch: Fix ICE when trying to recognize bitwise + alsl.w pair [PR119127]

2025-03-11 Thread Xi Ruoyao via Gcc-cvs
https://gcc.gnu.org/g:c7d493baf13f1f144f2c4bc375383b6ce5d88a76 commit r15-7923-gc7d493baf13f1f144f2c4bc375383b6ce5d88a76 Author: Xi Ruoyao Date: Fri Mar 7 12:49:54 2025 +0800 LoongArch: Fix ICE when trying to recognize bitwise + alsl.w pair [PR119127] When we call loongarch_reasso

[gcc r15-7975] cobol: Regenerate libgcobol/config.h.h

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:799ed87bcf6b5bede87311717adac5fb88fd7722 commit r15-7975-g799ed87bcf6b5bede87311717adac5fb88fd7722 Author: Jakub Jelinek Date: Tue Mar 11 22:47:26 2025 +0100 cobol: Regenerate libgcobol/config.h.h I forgot to regenerate config.h.in when changing configure.ac.

[gcc r15-7974] aarch64: Fix DFP constants [PR119131]

2025-03-11 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:0bbdffc5d4f723f6a41b713519b156ea46ce5fc8 commit r15-7974-g0bbdffc5d4f723f6a41b713519b156ea46ce5fc8 Author: Andrew Pinski Date: Mon Mar 10 23:10:01 2025 -0700 aarch64: Fix DFP constants [PR119131] After r15-6660-g45d306a835cb3f865, in some cases DFP consta

[gcc r15-7973] c++: constexpr caching deleted pointer [PR119162]

2025-03-11 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:17ef5cad94d3f8f5fb1d8b749adf04c9d775ab9c commit r15-7973-g17ef5cad94d3f8f5fb1d8b749adf04c9d775ab9c Author: Jason Merrill Date: Mon Mar 10 14:10:52 2025 -0400 c++: constexpr caching deleted pointer [PR119162] In this testcase, we pass the checks for mismatched

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Ajout support TARGET_MEM_REF

2025-03-11 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:decef7c0572b6bea75f461cb89355db51f04c3c7 commit decef7c0572b6bea75f461cb89355db51f04c3c7 Author: Mikael Morin Date: Tue Mar 4 21:00:06 2025 +0100 Ajout support TARGET_MEM_REF Diff: --- gcc/cgraphunit.cc | 271 -- 1

[gcc r13-9423] d: Fix regression returning from function with invariants [PR119139]

2025-03-11 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:2b37c9973967230b01dc5e38770fb3ec84610555 commit r13-9423-g2b37c9973967230b01dc5e38770fb3ec84610555 Author: Iain Buclaw Date: Tue Mar 11 17:56:18 2025 +0100 d: Fix regression returning from function with invariants [PR119139] An optimization was added in GDC-1

[gcc r12-10988] d: Fix regression returning from function with invariants [PR119139]

2025-03-11 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:8d8eb5327f44472e8769807a6e632e2e0d445bb9 commit r12-10988-g8d8eb5327f44472e8769807a6e632e2e0d445bb9 Author: Iain Buclaw Date: Tue Mar 11 17:56:18 2025 +0100 d: Fix regression returning from function with invariants [PR119139] An optimization was added in GDC-

[gcc(refs/users/meissner/heads/work195-bugs)] Merge commit 'refs/users/meissner/heads/work195-bugs' of git+ssh://gcc.gnu.org/git/gcc into me/work1

2025-03-11 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:83fcbcc39e6c936d3ff8b17bde9b54aae486b32f commit 83fcbcc39e6c936d3ff8b17bde9b54aae486b32f Merge: 62edb33a3039 185756ac6ef9 Author: Michael Meissner Date: Sat Mar 8 21:37:41 2025 -0500 Merge commit 'refs/users/meissner/heads/work195-bugs' of git+ssh://gcc.gnu.org/git/g

[gcc r14-11401] d: Fix regression returning from function with invariants [PR119139]

2025-03-11 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:af69315f84778dc1455d2a06d355a67ad8b9241e commit r14-11401-gaf69315f84778dc1455d2a06d355a67ad8b9241e Author: Iain Buclaw Date: Tue Mar 11 17:56:18 2025 +0100 d: Fix regression returning from function with invariants [PR119139] An optimization was added in GDC-

[gcc r15-7972] MAINTAINERS: Add myself

2025-03-11 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:bc6bbdb2cbc3ace1fbc8db6cc8976f5d8680809b commit r15-7972-gbc6bbdb2cbc3ace1fbc8db6cc8976f5d8680809b Author: Bob Dubner Date: Tue Mar 11 14:59:30 2025 -0400 MAINTAINERS: Add myself ChangeLog: * MAINTAINERS: Add myself. Diff: --- MAINTAINERS |

[gcc r14-11398] Fortran: ICE in gfc_conv_expr_present w. defined assignment [PR118640]

2025-03-11 Thread Jerry DeLisle via Gcc-cvs
https://gcc.gnu.org/g:5cb69a5e4f136dd92c2182d6744aff2c12291a4f commit r14-11398-g5cb69a5e4f136dd92c2182d6744aff2c12291a4f Author: Paul Thomas Date: Mon Jan 27 09:55:26 2025 + Fortran: ICE in gfc_conv_expr_present w. defined assignment [PR118640] 2025-01-27 Paul Thomas

[gcc r15-7971] OpenMP/C: Store location in cp_parser_omp_var_list for kind=0 [PR118579]

2025-03-11 Thread Sandra Loosemore via Gcc-cvs
https://gcc.gnu.org/g:f74ed83e287dbaa20e9649df6cda631ee461ecf5 commit r15-7971-gf74ed83e287dbaa20e9649df6cda631ee461ecf5 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 equiv

[gcc r15-7970] doc: Fix minor grammar nit in -ftrivial-auto-var-init docs

2025-03-11 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:f695d0392ffc82298d55474cd3025aec26db04ec commit r15-7970-gf695d0392ffc82298d55474cd3025aec26db04ec Author: Jonathan Wakely Date: Mon Mar 10 13:48:15 2025 + doc: Fix minor grammar nit in -ftrivial-auto-var-init docs gcc/ChangeLog: * doc/ex

[gcc r15-7969] contrib: Clean up outdated parts of gcc-git-customization.sh

2025-03-11 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:34bc3118d961c459a6bc986077826b3580e2100d commit r15-7969-g34bc3118d961c459a6bc986077826b3580e2100d Author: Jonathan Wakely Date: Thu Mar 6 20:28:07 2025 + contrib: Clean up outdated parts of gcc-git-customization.sh It's very unlikely that anybody is stil

[gcc r15-7968] d: Fix regression returning from function with invariants [PR119139]

2025-03-11 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:81582ca6cb692098c1bda7995aec46c6cbfbfcb3 commit r15-7968-g81582ca6cb692098c1bda7995aec46c6cbfbfcb3 Author: Iain Buclaw Date: Tue Mar 11 17:56:18 2025 +0100 d: Fix regression returning from function with invariants [PR119139] An optimization was added in GDC-1

[gcc r15-7966] Fortran: reject SAVE of a COMMON in a BLOCK construct [PR119199]

2025-03-11 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:5e9f71254a5276cfca1769a5d490f6416a823b8d commit r15-7966-g5e9f71254a5276cfca1769a5d490f6416a823b8d Author: Harald Anlauf Date: Mon Mar 10 22:24:27 2025 +0100 Fortran: reject SAVE of a COMMON in a BLOCK construct [PR119199] PR fortran/119199 g

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Correction régression alloc_comp_assign_12 etc

2025-03-11 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:082e1db6d4ff0765771796d8648b800323c09239 commit 082e1db6d4ff0765771796d8648b800323c09239 Author: Mikael Morin Date: Thu Mar 6 19:32:28 2025 +0100 Correction régression alloc_comp_assign_12 etc Diff: --- gcc/fortran/trans-array.cc | 18 ++ 1 file chan

[gcc r15-7967] testsuite: Improve builtin-bswap-5.c

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:b3becb17b82cb3ffdb19b0301031b22a486501b0 commit r15-7967-gb3becb17b82cb3ffdb19b0301031b22a486501b0 Author: Oscar Gustafsson Date: Tue Mar 11 17:19:25 2025 + testsuite: Improve builtin-bswap-5.c gcc/testsuite/ChangeLog * gcc.dg/builtin-bsw

[gcc r15-7884] aarch64: add support for partial modes to last extractions [PR118464]

2025-03-11 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:9798ba2c6b4cccb17277a9d5fc04d285bf48f742 commit r15-7884-g9798ba2c6b4cccb17277a9d5fc04d285bf48f742 Author: Tamar Christina Date: Fri Mar 7 13:32:11 2025 + aarch64: add support for partial modes to last extractions [PR118464] The last extraction instructio

[gcc r14-11389] LoongArch: Fix incorrect reorder of __lsx_vldx and __lasx_xvldx [PR119084]

2025-03-11 Thread Xi Ruoyao via Gcc-cvs
https://gcc.gnu.org/g:43d777078387ab2c4aabe526f6ee0ff13055e0b6 commit r14-11389-g43d777078387ab2c4aabe526f6ee0ff13055e0b6 Author: Xi Ruoyao Date: Sun Mar 2 19:02:50 2025 +0800 LoongArch: Fix incorrect reorder of __lsx_vldx and __lasx_xvldx [PR119084] They could be incorrectly reor

[gcc r15-7955] middle-end/119204 - ICE with strcspn folding

2025-03-11 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:68932eeb38f66fbc0c3cf4b77ff7dde8a408f2e4 commit r15-7955-g68932eeb38f66fbc0c3cf4b77ff7dde8a408f2e4 Author: Richard Biener Date: Tue Mar 11 08:40:44 2025 +0100 middle-end/119204 - ICE with strcspn folding The following makes sure to convert the folded expressi

[gcc r15-7882] arm: Handle fixed PIC register in require_pic_register (PR target/115485)

2025-03-11 Thread Christophe Lyon via Gcc-cvs
https://gcc.gnu.org/g:b1d0ac28de643e7c810e407a0668737131cdcc00 commit r15-7882-gb1d0ac28de643e7c810e407a0668737131cdcc00 Author: Christophe Lyon Date: Mon Mar 3 11:12:18 2025 + arm: Handle fixed PIC register in require_pic_register (PR target/115485) Commit r9-4307-g89d7557202

[gcc(refs/users/rguenth/heads/cobol)] Update update_web_docs_git for cobol

2025-03-11 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:b7de2a002baf3cbdb42e0fdb14175637fb7c449a commit b7de2a002baf3cbdb42e0fdb14175637fb7c449a Author: James K. Lowden Date: Mon Mar 10 16:01:57 2025 +0100 Update update_web_docs_git for cobol maintainer-scripts/ * update_web_docs_git: Add libgcobol mod

[gcc r15-7932] [PR114991][IRA]: Improve reg equiv invariant calculation

2025-03-11 Thread Vladimir Makarov via Gcc-cvs
https://gcc.gnu.org/g:e355fe414aa3aaf215c7dd9dd789ce217a1b458c commit r15-7932-ge355fe414aa3aaf215c7dd9dd789ce217a1b458c Author: Vladimir N. Makarov Date: Mon Mar 10 16:26:59 2025 -0400 [PR114991][IRA]: Improve reg equiv invariant calculation In PR test case IRA preferred to alloc

[gcc r15-7922] libgcc: Formatting fixes for unwind-dw2-btree.h

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:9fe5106ea92218380ea2a7166417565f79fe680d commit r15-7922-g9fe5106ea92218380ea2a7166417565f79fe680d Author: Jakub Jelinek Date: Mon Mar 10 09:33:55 2025 +0100 libgcc: Formatting fixes for unwind-dw2-btree.h Studying unwind-dw2-btree.h was really hard for me be

[gcc r15-7929] Add ChangeLog locations for gcc/cobol and libgcobol

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7d2bf92c44f278721f29c24c510929b2a1ab9895 commit r15-7929-g7d2bf92c44f278721f29c24c510929b2a1ab9895 Author: Jakub Jelinek Date: Mon Mar 10 15:45:52 2025 +0100 Add ChangeLog locations for gcc/cobol and libgcobol * gcc-changelog/git_commit.py (default_ch

[gcc r15-7928] Add empty ChangeLog files for GCC COBOL.

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c664055622f67db7a89258962d846f02361c9b6d commit r15-7928-gc664055622f67db7a89258962d846f02361c9b6d Author: Jakub Jelinek Date: Mon Mar 10 15:38:54 2025 +0100 Add empty ChangeLog files for GCC COBOL. Diff: --- gcc/cobol/ChangeLog | 6 ++ libgcobol/ChangeLog | 6 +

[gcc r15-7933] aarch64: Avoid unnecessary use of 2-input TBLs [PR115258]

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:31dcf941ac78c4b1b01dc4b2ce9809f0209153b8 commit r15-7933-g31dcf941ac78c4b1b01dc4b2ce9809f0209153b8 Author: Richard Sandiford Date: Mon Mar 10 20:29:52 2025 + aarch64: Avoid unnecessary use of 2-input TBLs [PR115258] When using TBL for (say) a V4SI permuta

[gcc r15-7965] aarch64: XFAIL pred-not-gen-[14].c [PR118956]

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:09205680054ca6dd7cf3bb96ef08f15006d89cff commit r15-7965-g09205680054ca6dd7cf3bb96ef08f15006d89cff Author: Richard Sandiford Date: Tue Mar 11 16:46:21 2025 + aarch64: XFAIL pred-not-gen-[14].c [PR118956] gcc.target/aarch64/sve/pred-not-gen-[14].c started

[gcc r15-7964] Abstract interfaces and dummy arguments are not global.

2025-03-11 Thread Thomas Koenig via Gcc-cvs
https://gcc.gnu.org/g:64a551f730564af58c83d2748436c9d90543fe1a commit r15-7964-g64a551f730564af58c83d2748436c9d90543fe1a Author: Thomas Koenig Date: Tue Mar 11 17:40:57 2025 +0100 Abstract interfaces and dummy arguments are not global. The attached patch makes sure that procedures

[gcc r12-10986] aarch64: Fix folding of degenerate svwhilele case [PR117045]

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:4f61ae081d694d3a1e99b45680f3af25ab17e3a8 commit r12-10986-g4f61ae081d694d3a1e99b45680f3af25ab17e3a8 Author: Richard Sandiford Date: Tue Mar 11 15:51:54 2025 + aarch64: Fix folding of degenerate svwhilele case [PR117045] The svwhilele folder mishandled the

[gcc r15-7935] Update cpplib de.po

2025-03-11 Thread Joseph Myers via Gcc-cvs
https://gcc.gnu.org/g:ace0f23b533b3e1dc79daeb523c99db3417dc9f9 commit r15-7935-gace0f23b533b3e1dc79daeb523c99db3417dc9f9 Author: Joseph Myers Date: Mon Mar 10 23:31:38 2025 + Update cpplib de.po * de.po: Update. Diff: --- libcpp/po/de.po | 856 +++

[gcc r12-10985] aarch64: Fix caller saves of VNx2QI [PR116238]

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:8643edbb888b4325d81393cebc5bacf9cb22d202 commit r12-10985-g8643edbb888b4325d81393cebc5bacf9cb22d202 Author: Richard Sandiford Date: Tue Mar 11 15:51:54 2025 + aarch64: Fix caller saves of VNx2QI [PR116238] The testcase contains a VNx2QImode pseudo that is

[gcc r12-10987] Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976]

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:587b370c8492aadaab14c57e242c66778cc78891 commit r12-10987-g587b370c8492aadaab14c57e242c66778cc78891 Author: Richard Sandiford Date: Tue Mar 11 15:51:55 2025 + Fix folding of BIT_NOT_EXPR for POLY_INT_CST [PR118976] There was an embarrassing typo in the fo

[gcc r13-9422] ipa-sra: Avoid clashes with ipa-cp when pulling accesses across calls (PR 118243)

2025-03-11 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:ceb689d5b697886c2255a43ee61b7352242c9683 commit r13-9422-gceb689d5b697886c2255a43ee61b7352242c9683 Author: Martin Jambor Date: Tue Mar 11 16:49:40 2025 +0100 ipa-sra: Avoid clashes with ipa-cp when pulling accesses across calls (PR 118243) Among other things

[gcc r15-7963] aarch64: Generalise tbz_2.c

2025-03-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:456924e078c0312f9a0f07aa829ab2b6fdcf237c commit r15-7963-g456924e078c0312f9a0f07aa829ab2b6fdcf237c Author: Richard Sandiford Date: Tue Mar 11 15:39:00 2025 + aarch64: Generalise tbz_2.c For many functions in tbz_2.c, it doesn't matter whether the code

[gcc r15-7961] Fix a pasto in ao_compare::compare_ao_refs

2025-03-11 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:dc47161c1f32c3f27d1157ba0de9d98ea1b7fc82 commit r15-7961-gdc47161c1f32c3f27d1157ba0de9d98ea1b7fc82 Author: Martin Jambor Date: Tue Mar 11 14:52:44 2025 +0100 Fix a pasto in ao_compare::compare_ao_refs When reading the function ao_compare::compare_ao_refs I ca

[gcc r15-7960] cobol: Fix up libgcobol configure [PR119216]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:09c2a0ab94e1e731433eb2687ad16a9c79617e14 commit r15-7960-g09c2a0ab94e1e731433eb2687ad16a9c79617e14 Author: Jakub Jelinek Date: Tue Mar 11 14:34:01 2025 +0100 cobol: Fix up libgcobol configure [PR119216] Sorry, seems I've screwed up the earlier libgcobol/confi

[gcc r15-7962] s390: fix delegitimization of addresses

2025-03-11 Thread Juergen Christ via Gcc-cvs
https://gcc.gnu.org/g:4001281d69e9f8e01d2183f0e931e15ec4a522eb commit r15-7962-g4001281d69e9f8e01d2183f0e931e15ec4a522eb Author: Juergen Christ Date: Mon Mar 10 10:03:36 2025 +0100 s390: fix delegitimization of addresses In legitimize_pic_address we create a (const (unspec ...

[gcc r15-7959] contrib: Add cobol to bug_components.

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d commit r15-7959-g1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d Author: Jakub Jelinek Date: Tue Mar 11 14:30:50 2025 +0100 contrib: Add cobol to bug_components. Without this we can't commit anything refering to cobol/NN

[gcc r15-7958] cobol: libgcobol/Makefile.am cleanups

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:30efe7c5a0c46179672ce5d80d3c4c3143635dbc commit r15-7958-g30efe7c5a0c46179672ce5d80d3c4c3143635dbc Author: Jakub Jelinek Date: Tue Mar 11 14:25:19 2025 +0100 cobol: libgcobol/Makefile.am cleanups Looking at libgcobol.la, I see a lot of cruft, stuff that just

[gcc r15-7957] i386: Verify that argument registers are spilled properly

2025-03-11 Thread H.J. Lu via Gcc-cvs
https://gcc.gnu.org/g:06440e726acfa9c9695a07dc524a832a53057ad6 commit r15-7957-g06440e726acfa9c9695a07dc524a832a53057ad6 Author: H.J. Lu Date: Sun Mar 9 07:00:23 2025 -0700 i386: Verify that argument registers are spilled properly While working on a local x86 patch, which passed t

[gcc r15-7956] dwarf2out: Fix up DW_AT_language for COBOL

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:86eb3fb520b2a2026f6816ab51b88180b85d6882 commit r15-7956-g86eb3fb520b2a2026f6816ab51b88180b85d6882 Author: Jakub Jelinek Date: Tue Mar 11 12:06:28 2025 +0100 dwarf2out: Fix up DW_AT_language for COBOL Seems the LANG_HOOKS_NAME change for COBOL broke debug inf

[gcc r15-7954] arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch

2025-03-11 Thread Richard Earnshaw via Gcc-cvs
https://gcc.gnu.org/g:1b7a05770833eb210783ec8babd0027ec237d191 commit r15-7954-g1b7a05770833eb210783ec8babd0027ec237d191 Author: Richard Earnshaw Date: Tue Mar 11 10:48:54 2025 + arm: testsuite: fix arm_neon_h checks with conflicting cpu/arch GCC will complain if the -mcpu fla

[gcc r15-7953] One more libgcobol/configure.tgt tweak

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:35ba44f5eca80679e2d61fcb0169a182df9bd073 commit r15-7953-g35ba44f5eca80679e2d61fcb0169a182df9bd073 Author: Jakub Jelinek Date: Tue Mar 11 11:48:35 2025 +0100 One more libgcobol/configure.tgt tweak On Tue, Mar 11, 2025 at 10:45:09AM +0100, Andreas Schwab wrote

[gcc r15-7952] Fixup gcobol driver handling of -print-* options

2025-03-11 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:c20e24f8e7318bb50fa0dab98012d9c2f3dbf55b commit r15-7952-gc20e24f8e7318bb50fa0dab98012d9c2f3dbf55b Author: Richard Biener Date: Tue Mar 11 11:29:51 2025 +0100 Fixup gcobol driver handling of -print-* options We are not supposed to diagnose missing input files

[gcc r15-7951] configure, Darwin: Require explicit selection of COBOL.

2025-03-11 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:6a3f9f30d93c376a8a5e98be888da14923b85e63 commit r15-7951-g6a3f9f30d93c376a8a5e98be888da14923b85e63 Author: Iain Sandoe Date: Tue Mar 11 09:56:18 2025 + configure, Darwin: Require explicit selection of COBOL. By defult, Darwin does not have sufficient tool

[gcc r15-7948] Make libgcobol/configure.tgt more similar to other libraries

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8e1efc3c864928e3447880caceddb6fa0d45bc46 commit r15-7948-g8e1efc3c864928e3447880caceddb6fa0d45bc46 Author: Jakub Jelinek Date: Tue Mar 11 11:05:13 2025 +0100 Make libgcobol/configure.tgt more similar to other libraries When we know libgcobol is unsupported on

[gcc r15-7950] cobol: Fix --enable-link-serialization build

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8e8546d1260fca932b0bfaaa7e200ecaeae46c48 commit r15-7950-g8e8546d1260fca932b0bfaaa7e200ecaeae46c48 Author: Jakub Jelinek Date: Tue Mar 11 11:08:27 2025 +0100 cobol: Fix --enable-link-serialization build --enable-link-serialization relies on each FE participat

[gcc r15-7949] cobol: Use *.cc suffix for bison/flex generated C++ files

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3f717f9565c5c40bcaa1e0b5419fe5bf65ad7f1c commit r15-7949-g3f717f9565c5c40bcaa1e0b5419fe5bf65ad7f1c Author: Jakub Jelinek Date: Tue Mar 11 11:07:15 2025 +0100 cobol: Use *.cc suffix for bison/flex generated C++ files In GCC 12 we've switched to using *.cc suff

[gcc r15-7947] tree: Improve skip_simple_arithmetic [PR119183]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:20e5aa9cc1519f871cce25dbfdc149d9d60da779 commit r15-7947-g20e5aa9cc1519f871cce25dbfdc149d9d60da779 Author: Jakub Jelinek Date: Tue Mar 11 11:01:55 2025 +0100 tree: Improve skip_simple_arithmetic [PR119183] The following testcase takes very long time to compil

[gcc r15-7946] complex: Don't DCE unused COMPLEX_EXPRs for -O0 [PR119190]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e1da6283a1cbd5db474c0f7e5cca9b9876768199 commit r15-7946-ge1da6283a1cbd5db474c0f7e5cca9b9876768199 Author: Jakub Jelinek Date: Tue Mar 11 10:57:30 2025 +0100 complex: Don't DCE unused COMPLEX_EXPRs for -O0 [PR119190] The PR116463 r15-3128 change regressed the

[gcc r15-7945] s390: Deprecate ESA/390 support

2025-03-11 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:3b1bd1fdcd241dd1e5b706b6937400d74ca43146 commit r15-7945-g3b1bd1fdcd241dd1e5b706b6937400d74ca43146 Author: Stefan Schulze Frielinghaus Date: Tue Mar 11 09:28:06 2025 +0100 s390: Deprecate ESA/390 support Deprecate support for the ESA/390 architecture which wi

[gcc r15-7944] s390: Implement TARGET_INSN_COST [PR115835]

2025-03-11 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:229f4f040485c0c05cfb707b30c9b983ed1f95d3 commit r15-7944-g229f4f040485c0c05cfb707b30c9b983ed1f95d3 Author: Stefan Schulze Frielinghaus Date: Tue Mar 11 08:59:15 2025 +0100 s390: Implement TARGET_INSN_COST [PR115835] Currently insn_cost() only considers the so

[gcc r15-7943] tree-optimization/119166 - ICE with --param vect-force-slp=0

2025-03-11 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:c39b0d4faedd432c85ba5c737ebe9d41aad7dca1 commit r15-7943-gc39b0d4faedd432c85ba5c737ebe9d41aad7dca1 Author: Richard Biener Date: Tue Mar 11 08:29:05 2025 +0100 tree-optimization/119166 - ICE with --param vect-force-slp=0 The following fixes a missing guard on