https://bugzilla.kernel.org/show_bug.cgi?id=201685 --- Comment #176 from Theodore Tso (tytso@xxxxxxx) --- Hi Sune, alas for your theory in #169, I am already using gcc 8.2.0-9 from Debian testing. % gcc --version gcc (Debian 8.2.0-9) 8.2.0 Could it an Ubuntu-specific issue? I don't think so, since there have been some people running Debian and Gentoo who have reported the problem, and one person who reported the problem was running Debian and was using gcc 8.2.0-9. I have built kernels using gcc 8.2.0-9 and used them for regression testing using gce-xfstests: % objdump -s --section .comment /build/ext4-64/vmlinux Contents of section .comment: 0000 4743433a 20284465 6269616e 20382e32 GCC: (Debian 8.2 0010 2e302d39 2920382e 322e3000 .0-9) 8.2.0. The kernel I am using on my personal development laptop was compiled using gcc 8.2.0-8: % objdump -s --section .comment /usr/lib/debug/lib/modules/4.19.0-00022-g831156939ae8/vmlinux Contents of section .comment: 0000 4743433a 20284465 6269616e 20382e32 GCC: (Debian 8.2 0010 2e302d38 2920382e 322e3000 .0-8) 8.2.0. Of course, I'm not doing anything more exciting than running chrome, mutt, emacs, and building kernels most of the time... -- You are receiving this mail because: You are watching the assignee of the bug.