rofl0r

Results 904 comments of rofl0r

that's probably due to gcc 10+ defaulting to `-fno-common`. why don't you open a PR with your change ? it seems correct.

probably equally annoying is that i can't close issues anymore. js log shows "ReferenceError: PerformanceObserver is not defined"

btw i was able to fix that with dom.enable_performance_observer. rubberduck debugging at its finest.

let me quote the whole paragraph here: ``` Controlling Output Buffering with system The fflush function provides explicit control over output buffering for individual files and pipes. However, its use...

interesting. i didn't reply yet because i analyzed the source and mawk does indeed flush all fds (including stdout) when calling system(), but still behaves as if it does not,...

can you bring this to foot author's attention maybe ?

not what you're asking, but: > BINUTILS_VER = 2.38 > GCC_VER = 12.1.0 you should only use versions that have an associated directory below patches/ , otherwise the compiler created...

does this patch fix the issue ? https://gcc.gnu.org/git/?p=gcc.git;a=blobdiff;f=libiberty/simple-object-mach-o.c;h=a8869e7c63957d86d91d9987bbed40c8284fd253;hp=72b69d19c21627aa29347bc3798aa8f407965fc7;hb=38757aa88735ab2e511bc428e2407a5a5e9fa0be;hpb=6a64964212c8e5e10e474803d06a07514c1069b7

the easiest way is to build the toolchain with the default musl, then use the new toolchain to build your desired musl version manually and install it into the toolchain...

@sean-mcmanus gcc 11 was just updated to 11.4. does the bug still exist there ? if so please provide a link to the bugtracker issue report so we can backport...