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

--- Comment #2 from Yafang Shao <laoar.shao at gmail dot com> ---
Hello Sam,

Unfortunately, I don’t have access to GCC 14.0 or newer versions at the moment.
I’m currently using an older version, GCC 11.3, which is also able to reproduce
this issue.

Could you please try the following steps to reproduce the problem with the
latest GCC?

1. Clone the linux kernel src code 

  git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 

2. Copy the attached configuration file to the Linux source directory:

  cp config linux/.config

3. Navigate to the Linux source directory and build the kernel:

  make -j64  

4. You should encounter the error during the build process.


If it’s inconvenient for you to test this, I will work on building the latest
version of GCC. However, that might take some time to set up.

Reply via email to