Bug#1108261: gcc-15: Please enable algol on sh4
John Paul Adrian Glaubitz <[email protected]> Tue, 24 Jun 2025 12:54:41 +0200
| Newsgroups | gmane.linux.debian.ports.superh |
|---|---|
| Message-ID | <175076248147.3514564.15627928125467015170.reportbug__1921.3938432344$1750762660$gmane$org@login1.physik.fu-berlin.de> |
Source: gcc-15 Version: 15.1.0-8 Severity: normal User: [email protected] Usertags: sh4 X-Debbugs-Cc: [email protected] Hi, the algol frontend is currently disabled on sh4 which exposes #1108151 [1]. Since the frontend works fine on sh4 (I enabled and built it for unreleased), please enable it on sh4 by applying the following patch: --- debian/rules.defs.orig 2025-05-13 10:36:20.000000000 +0200 +++ debian/rules.defs 2025-06-24 09:45:21.267684068 +0200 @@ -1384,7 +1384,7 @@ with_algol := yes endif endif -algol_no_cpus = sh4 +algol_no_cpus = algol_no_systems = ifneq (,$(filter $(DEB_TARGET_ARCH_CPU),$(algol_no_cpus))) with_algol := disabled for cpu $(DEB_TARGET_ARCH_CPU) Note, this change is independent of #1108151 which should also be fixed to allow gcc-XY to be built with algol disabled, hence the separate bug report. Thanks, Adrian > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108151 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913