https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113921

--- Comment #3 from Linus Torvalds <torva...@linux-foundation.org> ---
(In reply to Linus Torvalds from comment #2)
>
> So we could make our workaround option be something like
> 
>    config GCC_ASM_GOTO_WORKAROUND
>      def_bool y
>      depends on CC_IS_GCC && GCC_VERSION < 120100

Actually, rather than add a new kernel config option, I'll just make the
workaround conditional in our <linux/compiler-gcc.h> header file.

But I'll wait for confirmation from gcc people that Jakub's bisection makes
sense, and is the real fix, rather than just a change that just happens to hide
the issue.

Reply via email to