[gcc r15-2184] gcc: stop adding -fno-common for checking builds

2024-07-21 Thread Arsen Arsenović via Gcc-cvs
https://gcc.gnu.org/g:80c37335bafd323668f2be059da08fd932dbb7eb commit r15-2184-g80c37335bafd323668f2be059da08fd932dbb7eb Author: Sam James Date: Sat Jul 20 01:21:59 2024 +0100 gcc: stop adding -fno-common for checking builds Originally added in r0-44646-g204250d2fcd084 and r0-4462

[gcc r15-2185] [PR rtl-optimization/115877] Fix livein computation for ext-dce

2024-07-21 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:91e468b72dafc9dcd5dcf7915f1d0ef172264d53 commit r15-2185-g91e468b72dafc9dcd5dcf7915f1d0ef172264d53 Author: Jeff Law Date: Sun Jul 21 07:36:37 2024 -0600 [PR rtl-optimization/115877] Fix livein computation for ext-dce So I'm not yet sure how I'm going to break

[gcc r15-2186] [PR rtl-optimization/115877][2/n] Improve liveness computation for constant initialization

2024-07-21 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:9d8ef2711dfecd093077aef6123d9e93ea23454e commit r15-2186-g9d8ef2711dfecd093077aef6123d9e93ea23454e Author: Jeff Law Date: Sun Jul 21 08:41:28 2024 -0600 [PR rtl-optimization/115877][2/n] Improve liveness computation for constant initialization While debuggin

[gcc r15-2187] Fortran: Fix regression caused by r14-10477 [PR59104]

2024-07-21 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:838999bb23303edc14e96b6034cd837fa4454cfd commit r15-2187-g838999bb23303edc14e96b6034cd837fa4454cfd Author: Paul Thomas Date: Sun Jul 21 17:48:47 2024 +0100 Fortran: Fix regression caused by r14-10477 [PR59104] 2024-07-21 Paul Thomas gcc/fortran

[gcc r13-8930] Fortran: character array constructor with >= 4 constant elements [PR103115]

2024-07-21 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:ae6d5dc35735168c13f4599e7cf3f32fbb3c06c9 commit r13-8930-gae6d5dc35735168c13f4599e7cf3f32fbb3c06c9 Author: Harald Anlauf Date: Thu Jul 18 21:15:48 2024 +0200 Fortran: character array constructor with >= 4 constant elements [PR103115] gcc/fortran/ChangeLog:

[gcc r12-10631] Fortran: character array constructor with >= 4 constant elements [PR103115]

2024-07-21 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:ecc80e18f05b77a773c6d894871572029d4fc579 commit r12-10631-gecc80e18f05b77a773c6d894871572029d4fc579 Author: Harald Anlauf Date: Thu Jul 18 21:15:48 2024 +0200 Fortran: character array constructor with >= 4 constant elements [PR103115] gcc/fortran/ChangeLog:

[gcc r15-2189] RISC-V: Rearrange the test helper files for vector .SAT_*

2024-07-21 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:4ab19e461159989b7fb43e858190adcf480762b7 commit r15-2189-g4ab19e461159989b7fb43e858190adcf480762b7 Author: Pan Li Date: Sat Jul 20 10:43:44 2024 +0800 RISC-V: Rearrange the test helper files for vector .SAT_* Rearrange the test help header files, as well as

[gcc r15-2190] testsuite: powerpc: fix dg-do run typo

2024-07-21 Thread Kewen Lin via Gcc-cvs
https://gcc.gnu.org/g:913bab282d95e842907fec5a552a74ef64a6d4f6 commit r15-2190-g913bab282d95e842907fec5a552a74ef64a6d4f6 Author: Sam James Date: Sun Jul 21 20:36:08 2024 -0500 testsuite: powerpc: fix dg-do run typo 'dg-run' is not a valid dejagnu directive, 'dg-do run' is needed h