https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108534
Bernhard M. Wiedemann <gccbmw at lsmod dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gccbmw at lsmod dot de
--- Comment #3 from Bernhard M. Wiedemann <gccbmw at lsmod dot de> ---
Created attachment 65388
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65388&action=edit
proposed fix
While working on reproducible builds for openSUSE, I found that
our esbuild-0.28.2 package varied because go1.27's cgo passed a
random tmp build path into gcc's LTO.
The workaround in our packaging would have been
https://src.opensuse.org/javascript/esbuild/pulls/2
but a toolchain patch is certainly cleaner and more appreciated.