Bug 216090
Summary: | GCC12: printk.h:446:44: error: using a dangling pointer to '__str' | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Vitaly Chikunov (vt) |
Component: | PPC-64 | Assignee: | platform_ppc-64 |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | michael |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.17.13 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Vitaly Chikunov
2022-06-07 02:26:24 UTC
Linux kernel developers are well aware of the regressions related to GCC 12.x. Patches are being worked on. Fixed in 2a83afe72a2b ("powerpc/64: Drop ppc_inst_as_str()"). The warning has also been disabled in 49beadbd47c2 ("gcc-12: disable '-Wdangling-pointer' warning for now"). |