https://sourceware.org/bugzilla/show_bug.cgi?id=32006
--- Comment #10 from dreieck <felics-sourceware at kettenbruch dot de> --- > gcc -o t test.c -pthread '-(' -lpthread '-)' -Wl,-Map,mapfile I think it should be '-Wl,-(' and '-Wl,-)', since '-(' is an option that the linker understands, but not the C compiler. '-(' (or the equivalent '--start-group') actually also is documented in the 'ld' manpage for me. -- You are receiving this mail because: You are on the CC list for the bug.