Public bug reported:

seen while preparing a toolchain upgrade, linux in noble ftbfs with an
update GCC 13 (13.3.0)

[...]
check-config: loading annotations from 
/<<PKGBUILDDIR>>/debian.master/config/annotations
check-config: CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND changed from y to -: 
policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 
'y', 's390x': 'y'}>)
check-config: 1 config options have changed
make: *** [debian/rules.d/4-checks.mk:15: config-prepare-check-generic] Error 1

the check comes from init/Kconfig:
config GCC_ASM_GOTO_OUTPUT_WORKAROUND
        bool
        depends on CC_IS_GCC && CC_HAS_ASM_GOTO_OUTPUT
        # Fixed in GCC 14, 13.3, 12.4 and 11.5
        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113921
        default y if GCC_VERSION < 110500
        default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400
        default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300

the GCC issue is already fixed in the gcc-13 version in noble, but
unfortunately based on a version check.

so how to get a successful build with an updated compiler?

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081797

Title:
  linux in noble ftbfs with an update GCC 13 (13.3.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2081797/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to